mirror of
https://github.com/minetest-mods/mesecons.git
synced 2024-11-16 23:30:34 +01:00
189777eef2
This prevents it from being seen as a mod.
6 lines
185 B
Lua
6 lines
185 B
Lua
fixture("mesecons")
|
|
|
|
mineunit:set_current_modname("mesecons_gamecompat")
|
|
mineunit:set_modpath("mesecons_gamecompat", "../mesecons_gamecompat")
|
|
sourcefile("../mesecons_gamecompat/init")
|