Sokomine / mg_villages

villages for all mapgens (based on Nores mg)
24 stars 13 forks source link

Analyzing / Modifying building causes crash #16

Open verymilan opened 7 years ago

verymilan commented 7 years ago

Runtime error from mod '' in callback on_playerReceiveFields(): Attempt to access external file /bin/../games/minetest_game/mods/mg_villages/schems/house.mts with mod security on

Handleschematics? Both mods are listed as trusted mods, the error stays. (analyze building)

Sokomine commented 7 years ago

The error ought to be fixed now. It was caused by not supplying a path name for files in the world folder.

verymilan commented 7 years ago

Err. Not fixed. My secure mod list looks like: secure.trusted_mods = irc, worldedit_commands, mg_villages, handle_schematics Is the syntax wrong?