chore: format repo, add format script

This commit is contained in:
Tropical
2026-04-10 00:22:58 -05:00
parent 50f6bf8e68
commit 347265c362
446 changed files with 1491 additions and 1710 deletions

View File

@@ -3,6 +3,7 @@
#include <string>
#include <vector>
#include "app/common/Game.h"
#include "app/common/GameRules/LevelRules/RuleDefinitions/LevelRuleset.h"
#include "app/common/Tutorial/Constraints/AreaConstraint.h"
#include "app/common/Tutorial/Constraints/ChangeStateConstraint.h"
@@ -23,7 +24,6 @@
#include "app/common/Tutorial/Tasks/UseTileTask.h"
#include "app/common/Tutorial/Tasks/XuiCraftingTask.h"
#include "app/common/Tutorial/Tutorial.h"
#include "app/common/Game.h"
#include "minecraft/world/effect/MobEffect.h"
#include "minecraft/world/item/Item.h"
#include "minecraft/world/item/alchemy/PotionMacros.h"