Updates from the alpha feedback/tweaks branch (#856)
This commit is contained in:
parent
77673218fd
commit
c172f50db1
14 changed files with 140 additions and 49 deletions
|
|
@ -164,7 +164,7 @@ const registerMinecraftRecipes = (event) => {
|
|||
event.recipes.gtceu.centrifuge('sugar_from_sugarcane')
|
||||
.itemInputs('tfc:food/sugarcane')
|
||||
.inputFluids(Fluid.of('minecraft:water', 600))
|
||||
.itemOutputs('minecraft:sugar')
|
||||
.itemOutputs('minecraft:sugar', 'gtceu:plant_ball')
|
||||
.duration(800)
|
||||
.EUt(6)
|
||||
|
||||
|
|
@ -842,6 +842,9 @@ const registerMinecraftRecipes = (event) => {
|
|||
event.shapeless('minecraft:redstone_torch', ['#forge:rods/wooden', 'minecraft:redstone'])
|
||||
.id('tfg:shapeless/redstone_torch')
|
||||
|
||||
event.shapeless('minecraft:lever', ['#forge:rods/wooden', 'minecraft:redstone', '#forge:cobblestone'])
|
||||
.id('tfg:shapeless/lever')
|
||||
|
||||
generateCutterRecipe(event, '#forge:double_plates/wrought_iron', 'minecraft:iron_door', 400, GTValues.VA[GTValues.LV], 'iron_door')
|
||||
|
||||
// #endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue