forked from VoxeLibre/VoxeLibre
Stack filled maps that have the same metadata
This commit is contained in:
parent
2228b30658
commit
1079ab74d4
|
@ -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."),
|
_doc_items_usagehelp = S("Hold the map in your hand. This will display a map on your screen."),
|
||||||
groups = { tool = 1 },
|
groups = { tool = 1 },
|
||||||
inventory_image = "mcl_maps_map_filled.png^(mcl_maps_map_filled_markings.png^[colorize:#000000)",
|
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)
|
tt.register_priority_snippet(function(itemstring, _, itemstack)
|
||||||
|
|
Loading…
Reference in New Issue