diff --git a/default.lua b/default.lua index 1260aca..4eeaeca 100644 --- a/default.lua +++ b/default.lua @@ -11,14 +11,13 @@ minetest.register_craft({ burntime = 15, }) - --Register stripped trees local mod_name = "default" local trunk_names = { - "tree", - "jungletree", - "aspen_tree", - "acacia_tree", + "tree", + "jungletree", + "aspen_tree", + "acacia_tree", "pine_tree", } @@ -27,11 +26,11 @@ chisel_tree.register_trunk(mod_name,trunk_names) --Register axes local axe_types = { -"axe_wood", -"axe_stone", -"axe_bronze", -"axe_steel", -"axe_mese", +"axe_wood", +"axe_stone", +"axe_bronze", +"axe_steel", +"axe_mese", "axe_diamond", }