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, burntime = 15,
}) })
--Register stripped trees --Register stripped trees
local mod_name = "default" local mod_name = "default"
local trunk_names = { local trunk_names = {
"tree", "tree",
"jungletree", "jungletree",
"aspen_tree", "aspen_tree",
"acacia_tree", "acacia_tree",
"pine_tree", "pine_tree",
} }
@ -27,11 +26,11 @@ chisel_tree.register_trunk(mod_name,trunk_names)
--Register axes --Register axes
local axe_types = { local axe_types = {
"axe_wood", "axe_wood",
"axe_stone", "axe_stone",
"axe_bronze", "axe_bronze",
"axe_steel", "axe_steel",
"axe_mese", "axe_mese",
"axe_diamond", "axe_diamond",
} }