Dynazor wrote:If I want to implement your mod I get an error:
ModError: Failed to load an run D:\Eigene Dateien\Meine Spiele\minetest-0.4.4-win32\bin\..\mods\minetest\PilzAdam-carts-39d9c51\init.lua
I'm using the 32-bit version of Windows 7
I have the same problem with other mods like the snowbiom mod or the TNT mod, however the noncubic mod or the mesecon mod do not cause problems.
Rename the mod-folder-name:
PilzAdam-carts-39d9c51 --> carts
So, remove the name of the author and the serialnumbers.
This also works for other mods.
When in doubt of a name, check it in the init.lua or in the textures folder --> It's the one before the : or before the _
Edit: Also don't use uppercases/capitalixations (so
not Carts, but
carts)