Skip to content

Commit

Permalink
fix: aaa
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 1, 2024
1 parent 960997e commit 334958e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import net.minecraft.data.worldgen.BootstapContext;
import net.minecraft.resources.ResourceKey;
import net.zepalesque.redux.Redux;
import net.zepalesque.redux.config.ReduxConfig;
import net.zepalesque.zenith.Zenith;
import net.zepalesque.zenith.api.condition.Condition;
Expand All @@ -28,6 +29,6 @@ public static void bootstrap(BootstapContext<Condition<?>> context) {
}

private static ResourceKey<Condition<?>> createKey(String name) {
return ResourceKey.create(Zenith.Keys.CONDITION, Zenith.loc(name));
return ResourceKey.create(Zenith.Keys.CONDITION, Redux.loc(name));
}
}

0 comments on commit 334958e

Please sign in to comment.