Fix vine not dropping correctly on explode

master
Wuzzy 2022-08-16 15:07:40 +02:00
parent ac4c6abb47
commit 60a1647883
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ minetest.register_node(
end,
on_blast = function(pos)
local oldnode = minetest.get_node(pos)
minetest.remove_node(pos)
util.dig_down(pos, oldnode)
end,
on_place = function(itemstack, placer, pointed_thing)