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:
TomPlop 2025-07-13 18:28:36 -04:00 committed by GitHub
parent 0a7cca3e28
commit c5bb515fa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 4 deletions

View file

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