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
Modpack Version
0.1.1
Describe the issue
During server startup, KubeJS logs dozens of recipe parsing errors coming from the
agritechevolvedmod. It fails to load planter/crop recipes forcobblemonberries,pamhc2cropsseeds,pamhc2treessaplings, andars_nouveausaplings.The system rejects them with an
Unknown registry keyerror, 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: