Skip to content

Commit

Permalink
structure fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
warior456 committed Aug 23, 2024
1 parent 77d67ff commit 072e06c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static boolean generate(World originalWorld, RegistryKey<World> targetW
chunkGenerator.getBiomeSource(),
serverWorld.getChunkManager().getNoiseConfig(),
serverWorld.getStructureTemplateManager(),
serverWorld.getSeed(),
originalWorld.getServer().getWorld(World.OVERWORLD).getSeed(),//maybe fix rotation
new ChunkPos(pos),
0,
serverWorld,
Expand Down

0 comments on commit 072e06c

Please sign in to comment.