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
|
|
@ -350,4 +350,7 @@ const registerTFCRecipes = (event) => {
|
|||
], {
|
||||
A: '#tfc:lumber'
|
||||
}).id('tfc:crafting/vanilla/ladder')
|
||||
|
||||
event.replaceInput({ id: 'tfc:crafting/vanilla/armor_stand' }, '#minecraft:planks', '#tfc:lumber')
|
||||
event.remove({ id: 'tfc:crafting/vanilla/armor_stand_bulk' })
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue