mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 15:51:33 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
|
||||
#include "minecraft/world/level/levelgen/structure/MineShaftFeature.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <unordered_map>
|
||||
@@ -10,7 +13,6 @@
|
||||
#include "Minecraft.Client/Linux/Linux_App.h"
|
||||
#include "java/Random.h"
|
||||
#include "minecraft/util/Mth.h"
|
||||
#include "minecraft/world/level/levelgen/structure/MineShaftFeature.h"
|
||||
#include "minecraft/world/level/levelgen/structure/MineShaftStart.h"
|
||||
|
||||
const std::wstring MineShaftFeature::OPTION_CHANCE = L"chance";
|
||||
|
||||
Reference in New Issue
Block a user