1
0
mirror of https://github.com/Sokomine/cottages.git synced 2026-01-12 03:55:48 +01:00

added tree trunk well

This commit is contained in:
Sokomine
2019-02-16 10:16:40 +01:00
parent 3197c4a6bc
commit 6c0a48c7ad
4 changed files with 331 additions and 3 deletions

View File

@@ -70,6 +70,7 @@ dofile(minetest.get_modpath("cottages").."/nodes_fences.lua");
dofile(minetest.get_modpath("cottages").."/nodes_roof.lua");
dofile(minetest.get_modpath("cottages").."/nodes_barrel.lua");
dofile(minetest.get_modpath("cottages").."/nodes_mining.lua");
dofile(minetest.get_modpath("cottages").."/nodes_water.lua");
--dofile(minetest.get_modpath("cottages").."/nodes_chests.lua");
-- this is only required and useful if you run versions of the random_buildings mod where the nodes where defined inside that mod