mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 09:00:52 +00:00
format everything
This commit is contained in:
@@ -662,7 +662,8 @@ void StructurePiece::fillColumnDown(Level* level, int tile, int tileData, int x,
|
||||
|
||||
bool StructurePiece::createChest(Level* level, BoundingBox* chunkBB,
|
||||
Random* random, int x, int y, int z,
|
||||
const std::vector<WeighedTreasure*>& treasure, int numRolls) {
|
||||
const std::vector<WeighedTreasure*>& treasure,
|
||||
int numRolls) {
|
||||
int worldX = getWorldX(x, z);
|
||||
int worldY = getWorldY(y);
|
||||
int worldZ = getWorldZ(x, z);
|
||||
@@ -685,7 +686,8 @@ bool StructurePiece::createChest(Level* level, BoundingBox* chunkBB,
|
||||
|
||||
bool StructurePiece::createDispenser(Level* level, BoundingBox* chunkBB,
|
||||
Random* random, int x, int y, int z,
|
||||
int facing, const std::vector<WeighedTreasure*>& items,
|
||||
int facing,
|
||||
const std::vector<WeighedTreasure*>& items,
|
||||
int numRolls) {
|
||||
int worldX = getWorldX(x, z);
|
||||
int worldY = getWorldY(y);
|
||||
|
||||
Reference in New Issue
Block a user