Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove stack_max from bucket:bucket_empty
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
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) |
|
|