Skip to content

Commit

Permalink
Fix #188
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Jan 12, 2024
1 parent 12459d8 commit b55c8a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import java.util.Set;

public class OreGenMapSavedData extends SavedData {
public static final String DATA_KEY = ExcavatedVariants.MOD_ID + ":ore_replacement";
public static final String DATA_KEY = ExcavatedVariants.MOD_ID + "_ore_replacement";
private final Object2IntMap<ChunkKey> edgeCount;
private final Set<ChunkKey> ranMap = Collections.synchronizedSet(new HashSet<>());

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jspecify = "0.3.0"

minotaur = "2.8.3"

managedversioning = "1.2.4"
managedversioning = "1.2.6"

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
Expand Down

0 comments on commit b55c8a2

Please sign in to comment.