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:
95aaec6
)
Remove stack_max from bucket:bucket_empty
author
acmgit
<undertakers_help@yahoo.com>
Sat, 13 Jul 2019 16:47:45 +0000
(18:47 +0200)
committer
Paramat
<paramat@users.noreply.github.com>
Sat, 13 Jul 2019 16:47:45 +0000
(17:47 +0100)
mods/bucket/init.lua
patch
|
blob
|
history
diff --git
a/mods/bucket/init.lua
b/mods/bucket/init.lua
index 7b89e8e440f4834354304e83d9f962f690595cbb..e0219142a1c55333c96d98490b9bbc45a0c1ff73 100644
(file)
--- a/
mods/bucket/init.lua
+++ b/
mods/bucket/init.lua
@@
-113,7
+113,6
@@
end
minetest.register_craftitem("bucket:bucket_empty", {
description = "Empty Bucket",
inventory_image = "bucket.png",
- stack_max = 99,
groups = {tool = 1},
liquids_pointable = true,
on_use = function(itemstack, user, pointed_thing)