1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-12-22 15:00:18 +01:00

Remove stack_max from bucket:bucket_empty

This commit is contained in:
acmgit 2019-07-13 18:47:45 +02:00 committed by Paramat
parent 95aaec6670
commit 83fb6fe872

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)