diff --git a/Minecraft.World/DoorItem.cpp b/Minecraft.World/DoorItem.cpp index 97de0f65b..c8017b331 100644 --- a/Minecraft.World/DoorItem.cpp +++ b/Minecraft.World/DoorItem.cpp @@ -15,7 +15,7 @@ using namespace std; DoorItem::DoorItem(int id, Material *material) : Item(id) { this->material = material; - maxStackSize = 1; + maxStackSize = 64; } bool DoorItem::useOn(shared_ptr instance, shared_ptr player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly) diff --git a/Minecraft.World/Recipes.cpp b/Minecraft.World/Recipes.cpp index 24faaebec..4e9981ad1 100644 --- a/Minecraft.World/Recipes.cpp +++ b/Minecraft.World/Recipes.cpp @@ -178,7 +178,7 @@ Recipes::Recipes() L'#', Tile::mossyCobblestone, L'S'); - addShapedRecipy(new ItemInstance(Item::door_wood, 1), // + addShapedRecipy(new ItemInstance(Item::door_wood, 3), // L"sssctg", L"##", // L"##", // @@ -187,7 +187,7 @@ Recipes::Recipes() L'#', Tile::wood, L'S'); - addShapedRecipy(new ItemInstance(Item::door_iron, 1), // + addShapedRecipy(new ItemInstance(Item::door_iron, 3), // L"ssscig", L"##", // L"##", //