mods.botania.ManaInfusion.addInfusion(.withTag({mana: 1000}), .withTag({}), 1000); mods.botania.ManaInfusion.addInfusion(.withTag({entropy: 20}), .withTag({}), 2000); val energy = mods.modularmachinery.RecipeBuilder.newBuilder("energymana", "manafab", 10); energy.addEnergyPerTickInput(128); energy.addManaOutput(10); energy.build(); val ember = mods.modularmachinery.RecipeBuilder.newBuilder("embermana", "manafab", 10); ember.addEmberInput(64); ember.addManaOutput(10); ember.build();