Buckets are no longer liquids_pointable

This commit is contained in:
Wuzzy 2020-05-20 21:59:37 +02:00
parent 7cfef25dfe
commit d1d7c026e1
1 changed files with 0 additions and 2 deletions

View File

@ -81,7 +81,6 @@ function mcl_buckets.register_liquid(source_place, source_take, itemname, invent
_tt_help = tt_help,
inventory_image = inventory_image,
stack_max = 16,
liquids_pointable = true,
groups = groups,
on_place = function(itemstack, user, pointed_thing)
-- Must be pointing to node
@ -193,7 +192,6 @@ minetest.register_craftitem("mcl_buckets:bucket_empty", {
inventory_image = "bucket.png",
stack_max = 16,
liquids_pointable = true,
on_place = function(itemstack, user, pointed_thing)
-- Must be pointing to node
if pointed_thing.type ~= "node" then