Fix tree schematic generation

master
vlapsley 2017-08-25 13:10:23 +10:00
parent ee27255d9b
commit 934f003de1
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@
--]]
base.schematics = {}
minetest.register_node("base:tree", {
description = "Tree",
tiles = {"base_tree_top.png", "base_tree_top.png", "base_tree.png"},

View File

@ -19,7 +19,6 @@ end
-- Definitions made by this mod that other mods can use too.
aus = {}
aus.path = minetest.get_modpath("australia")
aus.schematics = {}
--[[