Skip to content

Commit

Permalink
fix some log spamming
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Apr 20, 2024
1 parent 145d026 commit 25f0efb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ private static Set<TemplatesConfig.Spawn> collectSpawns(Map<String, Set<BlockPos

public boolean placeInWorld(ServerLevelAccessor serverLevel, BlockPos pos, BlockPos otherPos, StructurePlaceSettings settings, RandomSource random, int flags) {
for (SpreadConfig spread : this.spreads) {
for (int i = 0; i < 50; i++) {
System.out.println(spread.getRandomOffset());
}
BlockPos offset = spread.getRandomOffset(random);
spread.getTemplate().placeInWorld(serverLevel, pos.offset(offset), otherPos.offset(offset), settings, random, flags);
}
Expand Down

0 comments on commit 25f0efb

Please sign in to comment.