Skip to content
Snippets Groups Projects
Commit 83fb6fe8 authored by acmgit's avatar acmgit Committed by Paramat
Browse files

Remove stack_max from bucket:bucket_empty

parent 95aaec66
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
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