forked from minetest/minetest_game
Remove stack_max from bucket:bucket_empty
This commit is contained in:
parent
95aaec6670
commit
83fb6fe872
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user