mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-17 15:20:30 +02:00
7 lines
188 B
Lua
7 lines
188 B
Lua
abstract_woodsoils = {}
|
|
|
|
dofile(minetest.get_modpath("woodsoils").."/nodes.lua")
|
|
dofile(minetest.get_modpath("woodsoils").."/generating.lua")
|
|
|
|
minetest.log("action", "[woodsoils] loaded")
|