Removed unneeded stack_max from bucket_empty.

This commit is contained in:
A.C.M 2019-07-11 22:50:28 +02:00
parent d7a2b115d1
commit ce69214366

View file

@ -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)