create: crush powders, melt grist, and re-balance ars+functionalstorage

This commit is contained in:
2025-05-08 18:00:30 +02:00
parent 3071387b79
commit 0d5b6a69b2
11 changed files with 146 additions and 76 deletions

View File

@ -45,6 +45,7 @@ ServerEvents.recipes(event => {
let blockID = grist.block().id();
event.recipes.thermal.crucible(Fluid.of(fluidID, 250), id);
event.recipes.thermal.chiller(id, Fluid.of(fluidID, 250));
event.recipes.createMixing(Fluid.of(fluidID, 250), id).heated();
// convert between block and normal item
event.shapeless(blockID, [`9x ${id}`]);