diff --git a/src/main/java/net/earthcomputer/clientcommands/util/DebugRandom.java b/src/main/java/net/earthcomputer/clientcommands/util/DebugRandom.java index 641a7578..4c5df350 100644 --- a/src/main/java/net/earthcomputer/clientcommands/util/DebugRandom.java +++ b/src/main/java/net/earthcomputer/clientcommands/util/DebugRandom.java @@ -124,7 +124,7 @@ public DebugRandom(Level level) { super(RandomSupport.generateUniqueSeed()); this.tagToSaveSupplier = CompoundTag::new; - this.idSupplier = () -> level.dimension().location().toString(); + this.idSupplier = () -> level.dimension().location().getPath(); this.stackTraces.add(this.stackTracesThisTick); try {