From ce82c0bcf85efce744e4df28d4817efa03a07326 Mon Sep 17 00:00:00 2001 From: Donothan73 <104037911+Donothan73@users.noreply.github.com> Date: Tue, 10 Mar 2026 15:59:27 -0400 Subject: [PATCH] Stacked Doors & 3 Crafted --- Minecraft.World/DoorItem.cpp | 2 +- Minecraft.World/Recipes.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"##", //