feat(TU21): Crafting a map now produces an empty map

This commit is contained in:
2026-07-08 09:04:18 +03:00
parent 7933a0dec5
commit cc55b453aa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -765,7 +765,7 @@ Recipes::Recipes()
L'#', Item::ironIngot, L'X', Item::redStone,
L'T');
addShapedRecipy(new ItemInstance(Item::map, 1), //
addShapedRecipy(new ItemInstance((Item*)Item::emptyMap, 1), //
L"ssscicig",
L"###", //
L"#X#", //