Stack filled maps that have the same metadata

This commit is contained in:
Lizzy Fleckenstein 2021-05-02 11:42:16 +02:00 committed by Nils Dagsson Moskopp
parent 09761a78fc
commit 7e1b02f703
Signed by untrusted user who does not match committer: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ minetest.register_craftitem("mcl_maps:filled_map", {
_doc_items_usagehelp = S("Hold the map in your hand. This will display a map on your screen."),
groups = { tool = 1 },
inventory_image = "mcl_maps_map_filled.png^(mcl_maps_map_filled_markings.png^[colorize:#000000)",
stack_max = 1,
stack_max = 64,
})
tt.register_priority_snippet(function(itemstring, _, itemstack)