removed the leather armor recycling because it's basically infinite armor
This commit is contained in:
parent
9f0c8a35ca
commit
3bad04a06b
1 changed files with 0 additions and 20 deletions
|
|
@ -917,11 +917,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
// #endregion
|
||||
|
||||
//#region Кожа из кожаных предметов
|
||||
event.recipes.gtceu.macerator('tfg:leather_from_boots')
|
||||
.itemInputs('minecraft:leather_boots')
|
||||
.itemOutputs('minecraft:leather')
|
||||
.EUt(7).duration(80)
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:leather_from_saddle')
|
||||
.itemInputs('minecraft:saddle')
|
||||
.itemOutputs('minecraft:leather')
|
||||
|
|
@ -931,21 +926,6 @@ const registerMinecraftRecipes = (event) => {
|
|||
.itemInputs('minecraft:leather_horse_armor')
|
||||
.itemOutputs('minecraft:leather')
|
||||
.EUt(7).duration(80)
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:leather_from_helmet')
|
||||
.itemInputs('minecraft:leather_helmet')
|
||||
.itemOutputs('minecraft:leather')
|
||||
.EUt(7).duration(80)
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:leather_from_leggings')
|
||||
.itemInputs('minecraft:leather_leggings')
|
||||
.itemOutputs('minecraft:leather')
|
||||
.EUt(7).duration(80)
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:leather_from_chestplate')
|
||||
.itemInputs('minecraft:leather_chestplate')
|
||||
.itemOutputs('minecraft:leather')
|
||||
.EUt(7).duration(80)
|
||||
//#endregion
|
||||
|
||||
//#region Campfire
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue