#Schema Entry Renaming

3 messages · Page 1 of 1 (latest)

stuck plazaBOT
#

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

visual riverBOT
#

[➤](#1337874114634977391 message)
The Error:

 [13:47:34] [WARN] Error parsing recipe kubejs:industrialforegoing/machine_frame_simple[industrialforegoing:dissolution_chamber]: {"type":"industrialforegoing:dissolution_chamber","output":{"item":"industrialforegoing:machine_frame_simple","count":1},"input":[{"tag":"poly:plastics"},{"item":"industrialforegoing:machine_frame_pity"},{"tag":"poly:plastics"},{"item":"minecraft:nether_brick"},{"item":"minecraft:nether_brick"},{"item":"energizedpower:steel_ingot"},{"tag":"forge:gears/bronze"},{"item":"energizedpower:steel_ingot"}],"inputFluid":{"fluid":"industrialforegoing:latex","amount":250},"processingTime":300}: java.lang.UnsupportedOperationException: JsonObject

Recipe schema is:

    // Industrial foregoing
    event.register("industrialforegoing:dissolution_chamber", new $RecipeSchema(
        $ItemComponents.OUTPUT.key("output"),
        $ItemComponents.INPUT_ARRAY.key("input"),
        $FluidComponents.INPUT.key("inputFluid"),
        $NumberComponent.INT.key("processingTime").defaultOptional().preferred("processingTime")
    )
    );

Recipe is:

     event.recipes.industrialforegoing.dissolution_chamber("industrialforegoing:machine_frame_simple", ['#poly:plastics', 'industrialforegoing:machine_frame_pity', '#poly:plastics', 'minecraft:nether_brick', 'minecraft:nether_brick', 'energizedpower:steel_ingot',  '#forge:gears/bronze', 'energizedpower:steel_ingot'], Fluid.of("industrialforegoing:latex", 250), 300).id('kubejs:industrialforegoing/machine_frame_simple')

And here's a standard IF chamber recipe for reference.

honest beacon
#

Disregard, attempting removing the fluid line to see if that was the issue and it persisted