Stack filled maps that have the same metadata

This commit is contained in:
Lizzy Fleckenstein 2021-05-02 11:42:16 +02:00
parent 2228b30658
commit 1079ab74d4
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,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)