forked from Mineclonia/Mineclonia
Fix blast not removing chorus plant
This commit is contained in:
parent
455f490b4e
commit
6a6e294c19
|
@ -111,6 +111,7 @@ mcl_end.check_detach_chorus_plant = function(pos, oldnode, oldmetadata, digger)
|
||||||
end
|
end
|
||||||
|
|
||||||
mcl_end.check_blast_chorus_plant = function(pos)
|
mcl_end.check_blast_chorus_plant = function(pos)
|
||||||
|
minetest.remove(pos)
|
||||||
mcl_end.detach_chorus_plant(pos)
|
mcl_end.detach_chorus_plant(pos)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue