fix(TU21-2): Crafting a map now produces an empty map.

This commit is contained in:
Patoke
2026-04-22 09:43:24 +10:00
committed by la
parent 25809b8455
commit eb1763b2e7
2 changed files with 2 additions and 2 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#", //