mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 02:21:06 +01:00
Fix crash at one more spot
This commit is contained in:
parent
7112369917
commit
cf1325d466
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ minetest.register_node("mcl_crimson:warped_nylium", {
|
||||||
_mcl_silk_touch_drop = true,
|
_mcl_silk_touch_drop = true,
|
||||||
_on_bone_meal = function(itemstack, placer, pointed_thing)
|
_on_bone_meal = function(itemstack, placer, pointed_thing)
|
||||||
local node = minetest.get_node(pointed_thing.under)
|
local node = minetest.get_node(pointed_thing.under)
|
||||||
spread_nether_plants(pt.under,node)
|
spread_nether_plants(pointed_thing.under,node)
|
||||||
return true
|
return true
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue