projects
/
oweals
/
minetest_game.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ca4520
)
Show filled buckets in creative inventory
author
Zefram
<zefram@fysh.org>
Sun, 20 Jul 2014 16:27:58 +0000
(17:27 +0100)
committer
sfan5
<sfan5@live.de>
Thu, 24 Jul 2014 11:41:17 +0000
(13:41 +0200)
mods/bucket/init.lua
patch
|
blob
|
history
diff --git
a/mods/bucket/init.lua
b/mods/bucket/init.lua
index eeff992c8865942a00276e7a136bfa8e8d0b2846..999b344b0b4c93b6e9a695ae20cac0d538bd5a45 100644
(file)
--- a/
mods/bucket/init.lua
+++ b/
mods/bucket/init.lua
@@
-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