Small fixes for many different recipes (#1306)
* Fix snow weirdness and add circuit to rocket part * More fixes * fix rose quartz
This commit is contained in:
parent
0a7cca3e28
commit
c5bb515fa5
5 changed files with 27 additions and 4 deletions
|
|
@ -252,7 +252,7 @@ function registerTFGMiscellaneousRecipes(event) {
|
|||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
event.recipes.gtceu.fluid_solidifier('tfg:ice')
|
||||
.inputFluids(JsonIO.of({ amount: 100, value: { tag: "tfg:clean_water" } }))
|
||||
.inputFluids(JsonIO.of({ amount: 144, value: { tag: "tfg:clean_water" } }))
|
||||
.notConsumable('gtceu:block_casting_mold')
|
||||
.itemOutputs('minecraft:ice')
|
||||
.duration(200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue