Всякие фиксы всяких всячин

This commit is contained in:
Dmitry 2024-01-19 13:22:24 +07:00
parent b84cb52e49
commit f8b535466a
9 changed files with 91 additions and 9 deletions

View file

@ -8,4 +8,12 @@ const registerFirmaCivRecipes = (event) => {
event.recipes.tfc.heating('firmaciv:oarlock', 1535)
.resultFluid(Fluid.of('gtceu:iron', 288))
.id(`firmaciv:heating/oarlock`)
// Compass
event.recipes.gtceu.canner('tfg:firmaciv/compass')
.itemInputs('minecraft:redstone', '#forge:plates/wrought_iron')
.circuit(1)
.itemOutputs('firmaciv:firmaciv_compass')
.duration(100)
.EUt(4)
}