i have two recipes (i changed the coin die to be used as a nugget cast)
event.recipes.thermal.chiller(nugget, [Fluid.of(moltenMetal, 10), 'thermal:press_coin_die']).energy(400) mold doesn't get consumed
event.recipes.thermal.chiller(ingot, [Fluid.of(moltenMetal, 90), 'thermal:chiller_ingot_cast']).energy(3600) mold gets consumed
i'm guessing it's because the ingot cast is hardcoded to not be consumable? anyways how to i get the coin die to also behave like that?
#How to make blast chiller not consume mold?
1 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
maybe thermaljs doesnt support that? The best I can suggest is using an event.custom, copy the exact format, and if that still doesnt work, the issue is with thermal having the casts be hardcoded.
https://github.com/CoFH/ThermalExpansion/tree/1.20.x/src/main/resources/data/thermal/recipes/machines/press
i recently tried to add a custom pressing recipe using a mold, and even after adding the proper tags it did not allow me to input the mold into the mold slot. So, wouldnt be surprised if this was not possible...
last time i did a recipe for thermal, they had an item tag on the cast which prevents it from being used
check the item tags on an existing cast
yeah it was kinda obvious, i'm dumb