Всякие фиксы всяких всячин
This commit is contained in:
parent
b84cb52e49
commit
f8b535466a
9 changed files with 91 additions and 9 deletions
|
|
@ -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)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue