Show filled buckets in creative inventory
authorZefram <zefram@fysh.org>
Sun, 20 Jul 2014 16:27:58 +0000 (17:27 +0100)
committersfan5 <sfan5@live.de>
Thu, 24 Jul 2014 11:41:17 +0000 (13:41 +0200)
mods/bucket/init.lua

index eeff992c8865942a00276e7a136bfa8e8d0b2846..999b344b0b4c93b6e9a695ae20cac0d538bd5a45 100644 (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