Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 15, 2024
1 parent 1a9c41b commit a11b679
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void bootstrap(BootstapContext<Condition<?>> context) {
context.register(ANCIENT, new ModLoadedCondition("ancient_aether"));
context.register(SKY_COLORS, new ConfigCondition(ReduxConfig.SERVER.serializerID(), ReduxConfig.SERVER.redux_sky_colors));
context.register(CLOUDBED, new ConfigCondition(ReduxConfig.SERVER.serializerID(), ReduxConfig.SERVER.cloudbed));
context.register(RAW_ORES, new ConfigCondition(ReduxConfig.SERVER.serializerID(), ReduxConfig.SERVER.cloudbed));
context.register(RAW_ORES, new ConfigCondition(ReduxConfig.SERVER.serializerID(), ReduxConfig.SERVER.raw_ores));
}

private static ResourceKey<Condition<?>> createKey(String name) {
Expand Down

0 comments on commit a11b679

Please sign in to comment.