1
0
Mirror von https://github.com/luanti-org/minetest_game.git synchronisiert 2025-12-16 11:15:30 +01:00

Remove stack_max from bucket:bucket_empty

Dieser Commit ist enthalten in:
acmgit
2019-07-13 18:47:45 +02:00
committet von Paramat
Ursprung 95aaec6670
Commit 83fb6fe872

Datei anzeigen

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