Skip to content

[Recipe Issue]: Agritech: Evolved planter recipes throwing "Unknown registry key" errors during startup #235

@Lucasespica

Description

@Lucasespica

Modpack Version

0.1.1

Describe the issue

During server startup, KubeJS logs dozens of recipe parsing errors coming from the agritechevolved mod. It fails to load planter/crop recipes for cobblemon berries, pamhc2crops seeds, pamhc2trees saplings, and ars_nouveau saplings.

The system rejects them with an Unknown registry key error, which suggests that Agritech: Evolved (or the pack's internal datapack) is trying to reference outdated or invalid item IDs for these mods (e.g., cobblemon:micle_berry, pamhc2crops:onionseeditem, ars_nouveau:red_archwood_sapling).

The server boots and runs fine, but these specific automated planter recipes are broken. It might need a KubeJS script to remove/ignore these faulty recipes to clean up the console, or an update to the registry keys if they are meant to be craftable.

Logs:

[12:42:22] [ERROR] ! Error parsing recipe agritechevolved:planter/crop/cobblemon/micle_berry: Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: cobblemon:micle_berry
[12:42:22] [ERROR] ! Error parsing recipe agritechevolved:planter/tree/ars_nouveau/red_archwood_sapling: Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: ars_nouveau:bombegranate_pod
[12:42:22] [ERROR] ! Error parsing recipe agritechevolved:planter/crop/pamhc2crops/onionseeditem: Unknown registry key in ResourceKey[minecraft:root / minecraft:item]: pamhc2crops:onionitem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions