fix #2197, cleaned up armor stand recipes
This commit is contained in:
parent
1908d3bf34
commit
0ba7c6cf7b
7 changed files with 39 additions and 1 deletions
|
|
@ -2083,4 +2083,6 @@ function removeMinecraftRecipes(event) {
|
|||
event.remove({ id: 'gtceu:assembler/lodestone' })
|
||||
|
||||
//#endregion
|
||||
|
||||
event.remove({ id: 'minecraft:armor_stand' })
|
||||
}
|
||||
|
|
@ -96,6 +96,10 @@ const registerMinecraftItemTags = (event) => {
|
|||
event.add('create:blaze_burner_fuel/regular', 'minecraft:charcoal')
|
||||
|
||||
event.add('minecraft:wart_blocks', 'minecraft:mushroom_stem')
|
||||
|
||||
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')
|
||||
}
|
||||
|
||||
const registerMinecraftBlockTags = (event) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue