format everything

This commit is contained in:
Tropical
2026-04-01 13:48:29 -05:00
parent 3e813592e4
commit dd93cfe91e
380 changed files with 2698 additions and 2595 deletions
@@ -170,12 +170,12 @@ void BeaconScreen::renderBg(float a) {
// Render payment item icons
itemRenderer->renderGuiItem(
font, minecraft->textures,
std::make_shared<ItemInstance>(Item::emerald_Id, 1, 0),
xo + 42, yo + 109);
std::make_shared<ItemInstance>(Item::emerald_Id, 1, 0), xo + 42,
yo + 109);
itemRenderer->renderGuiItem(
font, minecraft->textures,
std::make_shared<ItemInstance>(Item::diamond_Id, 1, 0),
xo + 42 + 22, yo + 109);
std::make_shared<ItemInstance>(Item::diamond_Id, 1, 0), xo + 42 + 22,
yo + 109);
itemRenderer->renderGuiItem(font, minecraft->textures,
std::shared_ptr<ItemInstance>(
new ItemInstance(Item::goldIngot_Id, 1, 0)),