forked from VoxeLibre/VoxeLibre
fix
This commit is contained in:
parent
e69365f44d
commit
59892abf6d
|
@ -209,7 +209,7 @@ minetest.register_craftitem("mcl_buckets:bucket_empty", {
|
||||||
new_bucket = ItemStack({name = liquiddef.itemname})
|
new_bucket = ItemStack({name = liquiddef.itemname})
|
||||||
end
|
end
|
||||||
|
|
||||||
minetest.add_node(pointed_thing.under, {name="air"})
|
minetest.set_node(pointed_thing.under, {name="air"})
|
||||||
sound_take(nn, pointed_thing.under)
|
sound_take(nn, pointed_thing.under)
|
||||||
|
|
||||||
if mod_doc and doc.entry_exists("nodes", nn) then
|
if mod_doc and doc.entry_exists("nodes", nn) then
|
||||||
|
|
Loading…
Reference in New Issue