I have the error and code as pastes
Using re avaritia mod and kubejs
Source: https://github.com/Nova-Committee/Re-Avaritia/blob/neo/1.21.1/src/generated/resources/data/avaritia/recipe/nether_crafting_table.json
Code: https://pastecord.com/fisiqiliti.sm
Error: https://pastecord.com/ohafycuhez.yaml
#Correct item id not being found
43 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
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
Any ideas anyone?
Can you try your recipe as a regular shaped crafting? Since it is only 9 items
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
Is there a possible reason it wont be registered as custom?
This is the whole file https://pastecord.com/egaravezyf.js
Some mods just doesn't.
I can try yeah but I wanted it to be gated behind the special crafting table
Try with shaped, we're trying to play whack-a-mole real quick
Also, any ideas on why there is an error when I use /reload
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
Oh whoops missed your message mb
all gucci
its annoying in 1.21.1 those errors...
I fix them by fixing their datapack
There shouldn't be a typo cause I used /kubejs hand and copied all the ids but I'll try
Ah this is so hilarious.... its working now, can it possibly be that /reload didnt work with the recipes...?
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
Ah alright, thanks dude
Apologies but 1 last question, whats the problem with this particular recipe https://github.com/BlakeBr0/MysticalAgradditions/blob/1.21/src/main/resources/data/mysticalagradditions/recipe/neutronium_crux.json
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"
I'll PR it into the mod as well.. why bother other people lol
Try it first, if it fix than that tiny fix will help
Yeah that's what I am doing
Ok for some reason, this does not work lol
https://pastecord.com/fyjobuwivu.vbs
{
"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
You know where I can find docs on these notations..?
tbh i didn't find them I just use whatever other mods "compat" and view their datapack but i wont be surprised its on the neoforge site
I made an issue of it lol https://github.com/BlakeBr0/MysticalAgradditions/issues/132