mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-03 10:44:29 +00:00
chore: format everything
This commit is contained in:
@@ -117,7 +117,8 @@ std::shared_ptr<ItemInstance> Slot::combine(
|
||||
std::shared_ptr<ItemInstance> first = getItem();
|
||||
|
||||
std::shared_ptr<CraftingContainer> craftSlots =
|
||||
std::shared_ptr<CraftingContainer>(new CraftingContainer(nullptr, 2, 2));
|
||||
std::shared_ptr<CraftingContainer>(
|
||||
new CraftingContainer(nullptr, 2, 2));
|
||||
craftSlots->setItem(0, item);
|
||||
craftSlots->setItem(1, first);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user