2026-03-27 19:02:59: ERROR[Main]: /app/share/luanti/builtin/game/register.lua:67: Name resource_crops:etherium_essence_1 does not follow naming conventions: "resource_crops_additions:" or ":" prefix required
To fix this, this needs a fix in resource_crops. I also attached a fixed version of resource_crops_additions there.
I've just published Resource Crops v2.0.3 which better handles calling add_crops() from another mod by defaulting to the calling mod's namespace or allowing to override the mod name for item strings and texture filenames. This did result in breaking textures in Resource Crops Additions, as the texture files should now be named using the resource_crops_additions namespace instead of resource_crops. As far as I can tell, renaming the texture files should be the only thing needed to fix this mod.
2026-03-27 19:02:59: ERROR[Main]: /app/share/luanti/builtin/game/register.lua:67: Name resource_crops:etherium_essence_1 does not follow naming conventions: "resource_crops_additions:" or ":" prefix requiredTo fix this, this needs a fix in resource_crops. I also attached a fixed version of resource_crops_additions there.
I've just published Resource Crops v2.0.3 which better handles calling
add_crops()from another mod by defaulting to the calling mod's namespace or allowing to override the mod name for item strings and texture filenames. This did result in breaking textures in Resource Crops Additions, as the texture files should now be named using theresource_crops_additionsnamespace instead ofresource_crops. As far as I can tell, renaming the texture files should be the only thing needed to fix this mod.