mirror of
https://github.com/reload-gtn/mtsr_modpack.git
synced 2024-11-15 18:20:59 +03:00
6 lines
170 B
Lua
6 lines
170 B
Lua
plant_blocks = {}
|
|
plant_blocks.version = '0.2'
|
|
|
|
dofile(minetest.get_modpath("plant_blocks") .. "/nodes.lua")
|
|
dofile(minetest.get_modpath("plant_blocks") .. "/craft.lua")
|