Skip to content

[Recipe Issue]: KubeJS Tweaks Errors upgrading to 4.12 #3518

Description

@Neko14789

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"
        }
      ]
    }
  ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Recipe IssueSomething wrong with recipes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions