mirror of
https://github.com/minetest-mods/technic.git
synced 2024-12-22 05:42:33 +01:00
quick crash fix
This commit is contained in:
parent
a546665856
commit
8ccf7faed1
@ -94,7 +94,7 @@ minetest.register_craft({
|
||||
burntime = 10
|
||||
})
|
||||
|
||||
function technic:generate_tree(pos, trunk, leaves, underground, replacements)
|
||||
function generate_tree(pos, trunk, leaves, underground, replacements)
|
||||
pos.y = pos.y-1
|
||||
local nodename = minetest.env:get_node(pos).name
|
||||
local ret = true
|
||||
|
Loading…
Reference in New Issue
Block a user