mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-11 21:00:22 +01:00
c7f65aac83
* cleanup codebase * fix typo * add nil checks to on_place * nuke all mod loaded statements
5 lines
142 B
Lua
5 lines
142 B
Lua
abstract_woodsoils = {}
|
|
|
|
dofile(minetest.get_modpath("woodsoils").."/nodes.lua")
|
|
dofile(minetest.get_modpath("woodsoils").."/generating.lua")
|