diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-07-25 16:45:29 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-07-25 16:45:29 +0100 |
commit | 170b62ecdeaae56c2c612f534d5c99593ccb10b1 (patch) | |
tree | e496d78772dc7ef061dd6b7c7980aff4443cca28 /wood.lua | |
parent | f37b81262aaa40445abddc8aa0a17f4801c9d68d (diff) |
Tweaked and Tidied code
Diffstat (limited to 'wood.lua')
-rw-r--r-- | wood.lua | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,9 +3,8 @@ -- Acacia Trunk (thanks to VanessaE for acacia textures) if minetest.registered_nodes["default:acacia_tree"] then minetest.register_alias("ethereal:acacia_trunk", "default:acacia_tree") - minetest.register_alias("ethereal:acacia_leaves", "default:acacia_leaves") minetest.register_alias("ethereal:acacia_wood", "default:acacia_wood") - print ("acacia tree in default game") + print ("using acacia tree in default game") else minetest.register_node("ethereal:acacia_trunk", { description = "Acacia Trunk", |