#Mystical Agriculture custom seed recipe not working but not erroring either

6 messages · Page 1 of 1 (latest)

worthy jasper
#

As stated in the title ive gone over this recipe more than i should and cant figure it out.
any support or input would be very much appreciated as its been 3 days and im so confused

reef willowBOT
#

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

turbid nebulaBOT
#

Paste version of Rubber_seeds.js from @worthy jasper

empty escarp
#

try it with this:

ServerEvents.recipes((event) => {
  //Rubber Seeds
  event.custom({
    type: "mysticalagriculture:infusion",
    input: {
      item: "mysticalagriculture:prosperity_seed_base",
    },
    ingredients: [
      {
        item: "mysticalagriculture:prudentium_essence",
      },
      {
        item: "gtceu:rubber_ingot",
      },
      {
        item: "mysticalagriculture:prudentium_essence",
      },
      {
        item: "gtceu:rubber_ingot",
      },
      {
        item: "mysticalagriculture:prudentium_essence",
      },
      {
        item: "gtceu:rubber_ingot",
      },
      {
        item: "mysticalagriculture:prudentium_essence",
      },
      {
        item: "gtceu:rubber_ingot",
      },
    ],
    result: {
      item: "mysticalagriculture:rubber_seeds",
    },
  });
});
worthy jasper
#

testing it now

#

thank you so much that works perfectly