add tag to smooth stone (#2216)
This commit is contained in:
parent
14452769f1
commit
6607f99e0c
1 changed files with 2 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue