Update default.lua

This commit is contained in:
minefaco 2020-11-16 21:22:23 -05:00 committed by GitHub
parent 88e0833bb4
commit 018fe34c35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",
}