ContentDB
Mods
Games
Texture Packs
Random
Help
Sign in
Languages
Help translate ContentDB
Comments by
Zev
«
1
»
Zev
(zev)
Reply to
Mod is bugged and won't start
2025-01-15 09:30 UTC
I fixed the crashing issue by doing the following:
Sourcing
default_chest_close.ogg
and
default_chest_open.ogg
from
Minetest Game -- GitHub
Adding a 'sounds' folder to the mod's root folder, and adding the .ogg files there
Renaming the files to remove the 'default_' prefix
Changing the references in code to
default_chest_close
and
default_chest_open
sound files into
chest_close
and
chest_open
«
1
»
Only showing replies to public threads
I fixed the crashing issue by doing the following: