refactor: rename Build -> Platform in Minecraft.World

This commit is contained in:
Tropical
2026-03-08 21:33:18 -05:00
parent c7ede72c91
commit 54dab7708d
1154 changed files with 1164 additions and 1165 deletions

View File

@@ -9,7 +9,7 @@
#include "../../Minecraft.World/Headers/net.minecraft.world.level.h"
#include "../../Minecraft.World/Headers/net.minecraft.world.level.tile.h"
#include "../../Minecraft.World/Util/ArrayWithLength.h"
#include "../../Minecraft.World/Build/System.h"
#include "../../Minecraft.World/Platform/System.h"
#include "PlayerList.h"
PlayerChunkMap::PlayerChunk::PlayerChunk(int x, int z, PlayerChunkMap *pcm) : pos(x,z)