mirror of
https://github.com/minefaco/stripped_tree.git
synced 2024-11-19 22:13:50 +01:00
Support for moretrees added!
This commit is contained in:
parent
8b332e61e7
commit
c90b303ba1
@ -49,8 +49,6 @@ function chisel_tree.register_axes(mod_name,axe_types)
|
||||
local old_node = minetest.get_node(pos)
|
||||
minetest.swap_node(pos, {name = mod_name..":".."stripped_"..node_name, param2 = old_node.param2})
|
||||
itemstack:add_wear(65535 / 299) -- 300 uses
|
||||
minetest.chat_send_all(mod_name)
|
||||
minetest.chat_send_all(node_name)
|
||||
|
||||
if not creative_mode then
|
||||
local inv = user:get_inventory()
|
||||
|
Loading…
Reference in New Issue
Block a user