#How to make blast chiller not consume mold?

1 messages · Page 1 of 1 (latest)

dreamy fjord
#

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?

tribal oysterBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

rustic ivy
#

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...

inland gale
#

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

dreamy fjord
#

yeah it was kinda obvious, i'm dumb