mirror of
https://github.com/reload-gtn/mtsr_modpack.git
synced 2025-01-31 05:55:29 +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")
|