Skip to content
Snippets Groups Projects
Commit 263b6f2f authored by Zefram's avatar Zefram Committed by sfan5
Browse files

Show filled buckets in creative inventory

parent 0ca4520c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment