Merges #654, getting leather back from leather things
This commit is contained in:
parent
3e5dac1920
commit
56311bef5b
1 changed files with 32 additions and 0 deletions
|
|
@ -864,4 +864,36 @@ const registerMinecraftRecipes = (event) => {
|
|||
).id('tfg:shapeless/calcite_from_rich_raw')
|
||||
|
||||
// #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')
|
||||
.EUt(7).duration(80)
|
||||
|
||||
event.recipes.gtceu.macerator('tfg:leather_from_horse_armor')
|
||||
.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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue