add tag to smooth stone (#2216)

This commit is contained in:
Nebby 2025-11-13 14:25:12 -03:00 committed by GitHub
parent 14452769f1
commit 6607f99e0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -100,6 +100,8 @@ const registerMinecraftItemTags = (event) => {
event.add('forge:smooth_stone_slab', 'minecraft:polished_deepslate_slab')
event.add('forge:smooth_stone_slab', 'minecraft:polished_blackstone_slab')
event.add('forge:smooth_stone_slab', 'minecraft:polished_blackstone_brick_slab')
event.add('tfc:rock/smooth', 'minecraft:smooth_stone')
}
const registerMinecraftBlockTags = (event) => {