Skip to content

Commit

Permalink
Remove stack_max from bucket:bucket_empty
Browse files Browse the repository at this point in the history
  • Loading branch information
acmgit authored and paramat committed Jul 13, 2019
1 parent 95aaec6 commit 83fb6fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mods/bucket/init.lua
Expand Up @@ -113,7 +113,6 @@ end
minetest.register_craftitem("bucket:bucket_empty", { minetest.register_craftitem("bucket:bucket_empty", {
description = "Empty Bucket", description = "Empty Bucket",
inventory_image = "bucket.png", inventory_image = "bucket.png",
stack_max = 99,
groups = {tool = 1}, groups = {tool = 1},
liquids_pointable = true, liquids_pointable = true,
on_use = function(itemstack, user, pointed_thing) on_use = function(itemstack, user, pointed_thing)
Expand Down

0 comments on commit 83fb6fe

Please sign in to comment.