fix typo in polished ad astra stone tag
This commit is contained in:
parent
73aba83561
commit
29df90dc8a
1 changed files with 2 additions and 2 deletions
|
|
@ -605,9 +605,9 @@ const registerTFGItemTags = (event) => {
|
|||
event.add(`tfg:rock_${shape}`.replace(/ss/g, 's'), `ad_astra:${stone}_cobblestone_${shape}`)
|
||||
})
|
||||
|
||||
event.add('forge:smooth_stone', `ad_astra:polished_:${stone}_stone`)
|
||||
event.add('forge:smooth_stone', `ad_astra:polished_${stone}_stone`)
|
||||
event.add(`tfc:${getStoneType(stone)}_items`, `ad_astra:polished_${stone}_stone`)
|
||||
event.add('tfc:rock/smooth', `ad_astra:polished_:${stone}_stone`)
|
||||
event.add('tfc:rock/smooth', `ad_astra:polished_${stone}_stone`)
|
||||
|
||||
SHAPES_AA.forEach(shape => {
|
||||
event.add(`tfc:${getStoneType(stone)}_items`, `ad_astra:polished_${stone}_stone_${shape}`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue