mirror of
https://github.com/minefaco/stripped_tree.git
synced 2025-04-17 07:40:08 +02:00
Update default.lua
This commit is contained in:
19
default.lua
19
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",
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user