Stack filled maps that have the same metadata

This commit is contained in:
Elias Fleckenstein 2021-05-02 11:42:16 +02:00 committed by Nils Dagsson Moskopp
parent 7914ce72e4
commit 8bee9270ef
No known key found for this signature in database
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)