Show filled buckets in creative inventory

This commit is contained in:
Zefram 2014-07-20 17:27:58 +01:00 committed by sfan5
parent 0ca4520cc2
commit 263b6f2fdf
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ function bucket.register_liquid(source, flowing, itemname, inventory_image, name
inventory_image = inventory_image,
stack_max = 1,
liquids_pointable = true,
groups = {not_in_creative_inventory=1},
on_place = function(itemstack, user, pointed_thing)
-- Must be pointing to node
if pointed_thing.type ~= "node" then