Skip to content

Commit

Permalink
fix(editor): mirror overworld properties
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Jan 13, 2025
1 parent a59c1d4 commit 4357373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarn_build=8
loader_version=0.16.10

# Mod Properties
mod_version=1.14.5
mod_version=1.14.6
maven_group=net.mcbrawls
mod_id=blueprint

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ object BlueprintEditorHandler {
?: run {
val handle = fantasy.openTemporaryWorld(
RuntimeWorldConfig()
.setMirrorOverworldGameRules(true)
.setMirrorOverworldDifficulty(true)
.setGenerator(VoidChunkGenerator(server, BiomeKeys.THE_VOID))
.setWorldConstructor { server, key, config, _ -> BlueprintEditorWorld(blueprintId, server, key, config) }
)
Expand Down

0 comments on commit 4357373

Please sign in to comment.