fix typo in polished ad astra stone tag

This commit is contained in:
Pyritie 2025-09-23 14:23:38 +01:00
parent 73aba83561
commit 29df90dc8a

View file

@ -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}`)