Updates from the alpha feedback/tweaks branch (#856)

This commit is contained in:
Pyritie 2025-04-16 18:14:14 +01:00 committed by GitHub
parent 77673218fd
commit c172f50db1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 140 additions and 49 deletions

View file

@ -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