Modpack Version
4.12
Describe the issue
I get KubeJS Tweaks Errors on World load (Single-Player), here is the content of the file holding the error report:
Errors detected
Error parsing recipe; Failed to parse either. First: Failed to parse either. First: Not a json array; Second: No key tag; Unknown registry key; Second: Unknown registry key;
twilightforest:jeed/poison
java.lang.IllegalArgumentException: Error parsing recipe twilightforest:jeed/poison: Failed to parse either. First: Failed to parse either. First: Not a json array: {"item":"twilightforest:adherent_spawn_egg"}; Second: No key tag in MapLike[{"item":"twilightforest:adherent_spawn_egg"}]; Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: twilightforest:adherent_spawn_egg; Second: Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: twilightforest:adherent_spawn_egg
mod/twilightforest
{
"neoforge:conditions": [
{
"type": "almostunified:conditional",
"conditions_met": true,
"original_conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "jeed"
}
]
}
],
"type": "jeed:effect_provider",
"effect": "minecraft:poison",
"providers": [
{
"item": "twilightforest:adherent_spawn_egg"
},
{
"item": "twilightforest:skeleton_druid_spawn_egg"
}
]
}
Error parsing recipe; Not a string: {"id":"createaddition:shocking"}
createaddition:compat/jeed/shocking
java.lang.IllegalArgumentException: Error parsing recipe createaddition:compat/jeed/shocking: Not a string: {"id":"createaddition:shocking"}
mod/createaddition
{
"type": "jeed:effect_provider",
"effect": {
"id": "createaddition:shocking"
},
"providers": [
{
"item": "createaddition:tesla_coil"
}
],
"neoforge:conditions": [
{
"type": "almostunified:conditional",
"conditions_met": true,
"original_conditions": [
{
"type": "neoforge:mod_loaded",
"modid": "jeed"
}
]
}
]
}
Modpack Version
4.12
Describe the issue
I get KubeJS Tweaks Errors on World load (Single-Player), here is the content of the file holding the error report:
Errors detected
Error parsing recipe; Failed to parse either. First: Failed to parse either. First: Not a json array; Second: No key tag; Unknown registry key; Second: Unknown registry key;Error parsing recipe; Not a string: {"id":"createaddition:shocking"}Error parsing recipe; Failed to parse either. First: Failed to parse either. First: Not a json array; Second: No key tag; Unknown registry key; Second: Unknown registry key;twilightforest:jeed/poison
java.lang.IllegalArgumentException: Error parsing recipe twilightforest:jeed/poison: Failed to parse either. First: Failed to parse either. First: Not a json array: {"item":"twilightforest:adherent_spawn_egg"}; Second: No key tag in MapLike[{"item":"twilightforest:adherent_spawn_egg"}]; Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: twilightforest:adherent_spawn_egg; Second: Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: twilightforest:adherent_spawn_eggmod/twilightforest{ "neoforge:conditions": [ { "type": "almostunified:conditional", "conditions_met": true, "original_conditions": [ { "type": "neoforge:mod_loaded", "modid": "jeed" } ] } ], "type": "jeed:effect_provider", "effect": "minecraft:poison", "providers": [ { "item": "twilightforest:adherent_spawn_egg" }, { "item": "twilightforest:skeleton_druid_spawn_egg" } ] }Error parsing recipe; Not a string: {"id":"createaddition:shocking"}createaddition:compat/jeed/shocking
java.lang.IllegalArgumentException: Error parsing recipe createaddition:compat/jeed/shocking: Not a string: {"id":"createaddition:shocking"}mod/createaddition{ "type": "jeed:effect_provider", "effect": { "id": "createaddition:shocking" }, "providers": [ { "item": "createaddition:tesla_coil" } ], "neoforge:conditions": [ { "type": "almostunified:conditional", "conditions_met": true, "original_conditions": [ { "type": "neoforge:mod_loaded", "modid": "jeed" } ] } ] }