feat(TU21): Crafting a map now produces an empty map
This commit is contained in:
@@ -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#", //
|
||||
|
||||
Reference in New Issue
Block a user