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