fixed some warnings
This commit is contained in:
parent
4a75d000d7
commit
c765e00e5b
3 changed files with 1 additions and 4 deletions
|
|
@ -21,14 +21,12 @@ const registerRnrRecipes = (event) => {
|
|||
event.recipes.gtceu.cutter(`rnr:assembler/flagstone/${stone}`)
|
||||
.itemInputs(`tfc:brick/${stone}`)
|
||||
.itemOutputs(`2x rnr:flagstone/${stone}`)
|
||||
.circuit(7)
|
||||
.duration(20)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.cutter(`rnr:assembler/flagstone/mossy_${stone}`)
|
||||
.itemInputs(`tfc:rock/mossy_loose/${stone}`)
|
||||
.itemOutputs(`2x rnr:flagstone/${stone}`)
|
||||
.circuit(7)
|
||||
.duration(20)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue