mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2024-11-13 22:00:39 +01:00
12cfbe3cb5
* add luacheck workflow * get rid of ancient settings in dryplants * toss settings.txt code file * get rid of settings in trunks * Update .github/workflows/luacheck.yml Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> --------- Co-authored-by: OgelGames <olliverdc28@gmail.com> Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
10 lines
258 B
Lua
10 lines
258 B
Lua
-- Code by Mossmanikin & Neuromancer
|
|
|
|
abstract_trunks = {}
|
|
|
|
dofile(minetest.get_modpath("trunks").."/generating.lua")
|
|
dofile(minetest.get_modpath("trunks").."/nodes.lua")
|
|
dofile(minetest.get_modpath("trunks").."/crafting.lua")
|
|
|
|
abstract_trunks.loaded = true
|