a973bbdbf8
created a few proof-of-concept mechanics. took some textures from minetest game. implemented basic tree growth and stacking in-world crafting.
5 lines
98 B
Lua
5 lines
98 B
Lua
load_file("api")
|
|
load_file("decoration")
|
|
load_file("node")
|
|
load_file("grow")
|
|
load_file("recipes")
|