-
Notifications
You must be signed in to change notification settings - Fork 10
FAQ
theFox6 edited this page Sep 17, 2021
·
2 revisions
If modutil is not present you will get the following error:
.minetest/mods/working_villages/modutil/portable.lua: No such file or directory
Simple solution: install and activate the modutil mod.
Modutil can also be provided as submodule of working villages. If working villages was cloned, also clone the submodules with:
git submodule update --init
If working villages was installed without modutil and you don't want to have modutil as a seperate mod you can put it into the modutil subfolder of working_villages.
See installation for more details.