mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 06:10:44 +00:00
run clang-format to order includes, fix include ordering errors
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
#include "StructureStart.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "StructureStart.h"
|
||||
#include "java/Random.h"
|
||||
#include "nbt/CompoundTag.h"
|
||||
#include "nbt/IntArrayTag.h"
|
||||
#include "nbt/ListTag.h"
|
||||
#include "minecraft/world/level/Level.h"
|
||||
#include "minecraft/world/level/levelgen/structure/BoundingBox.h"
|
||||
#include "minecraft/world/level/levelgen/structure/StructurePiece.h"
|
||||
#include "nbt/CompoundTag.h"
|
||||
#include "nbt/IntArrayTag.h"
|
||||
#include "nbt/ListTag.h"
|
||||
|
||||
StructureStart::StructureStart() {
|
||||
chunkX = chunkZ = 0;
|
||||
|
||||
Reference in New Issue
Block a user