We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236a038 commit ad9d654Copy full SHA for ad9d654
src/main/java/net/earthcomputer/clientcommands/util/DebugRandom.java
@@ -124,7 +124,7 @@ public DebugRandom(Level level) {
124
super(RandomSupport.generateUniqueSeed());
125
126
this.tagToSaveSupplier = CompoundTag::new;
127
- this.idSupplier = () -> level.dimension().location().toString();
+ this.idSupplier = () -> level.dimension().location().getPath();
128
129
this.stackTraces.add(this.stackTracesThisTick);
130
try {
0 commit comments