Change Max Empty bucket stack back to 16 but keep Lava and Water max_stack. Reason: Wrong research

This commit is contained in:
Code-Sploit 2021-03-16 13:05:19 +00:00
parent f06a56d7c4
commit 834dfcf9af
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ minetest.register_craftitem("mcl_buckets:bucket_empty", {
liquids_pointable = true,
inventory_image = "bucket.png",
stack_max = 1,
stack_max = 16,
on_place = function(itemstack, user, pointed_thing)
-- Must be pointing to node
if pointed_thing.type ~= "node" then