#Correct item id not being found

43 messages · Page 1 of 1 (latest)

ripe sandalBOT
#

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

ancient spoke
#

It seems like error and code is not even related

#

Its some issue with mystical aggradition ig but why does it stop my script from loading

ancient spoke
#

Any ideas anyone?

obtuse mauve
#

Doesn't seem like any failed

#

So either a typo somewhere or it not registering event.custom()

#

The error you see above is generally a bad mod dev who didn't input condition correctly. You can fix it for them or ignore it

ancient spoke
#

Is there a possible reason it wont be registered as custom?

obtuse mauve
#

Some mods just doesn't.

ancient spoke
obtuse mauve
#

Try with shaped, we're trying to play whack-a-mole real quick

ancient spoke
#

Also, any ideas on why there is an error when I use /reload

obtuse mauve
#

yup above

#

if the recipe show up as shaped, that mean theres no typo.
if it doesn't show up that mean something is off

ancient spoke
#

Oh whoops missed your message mb

obtuse mauve
#

all gucci

#

its annoying in 1.21.1 those errors...

#

I fix them by fixing their datapack

ancient spoke
#

There shouldn't be a typo cause I used /kubejs hand and copied all the ids but I'll try

ancient spoke
obtuse mauve
#

interesting 👀 whatever you did goodjob

#

but to fix the error you have above with mystical addition, you can find the recipe and replace it with just a blank {}

#

kubejs/data/mysticalwhatever/recipe/badrecipe.json but match up their pathing

#

to replace it

ancient spoke
#

Ah alright, thanks dude

ancient spoke
# obtuse mauve kubejs/data/mysticalwhatever/recipe/badrecipe.json but match up their pathing
GitHub

An addon for Mystical Agriculture. Contribute to BlakeBr0/MysticalAgradditions development by creating an account on GitHub.

obtuse mauve
#

pretty sure its the neoforge condition part, it shouldn't be neoforge:conditions but neoforge.conditions

"neoforge.conditions": [{
"type": "neoforge:mod_loaded",
"modid": "insert_mod_name_here"

ancient spoke
#

I'll PR it into the mod as well.. why bother other people lol

obtuse mauve
#

Try it first, if it fix than that tiny fix will help

ancient spoke
#

Yeah that's what I am doing

#
{
  "type": "crafting_shaped",
  "neoforge.conditions": [
    {
      "type": "neoforge:mod_loaded",
      "modid": "avaritia"
    },
    {
      "type": "mysticalagriculture:crop_enabled",
      "crop": "mysticalagradditions:neutronium"
    }
  ],
  "pattern": [
    "EWE",
    "WDW",
    "EWE"
  ],
  "key": {
    "E": {
      "item": "mysticalagradditions:insanium_essence"
    },
    "W": {
      "item": "avaritia:neutronium_ingot"
    },
    "D": {
      "tag": "c:storage_blocks/diamond"
    }
  },
  "result": {
    "id": "mysticalagradditions:neutronium_crux"
  }
}
#

curseforge\minecraft\Instances\ModdedReclined 1\kubejs\data\mysticalagradditions\recipe

ancient spoke
obtuse mauve
ancient spoke
#

I just looked at the neoforge docs but it seems to not cover this lol

obtuse mauve
#

💀 oh damn

ancient spoke