Skip to content

Commit

Permalink
Changed RandomXOR to use safe LegacyRandomSource
Browse files Browse the repository at this point in the history
  • Loading branch information
supermassimo committed Jun 4, 2024
1 parent e8fef38 commit 67794ce
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

import net.minecraft.core.BlockPos;
import net.minecraft.world.level.levelgen.LegacyRandomSource;
public class RandomXOR extends LegacyRandomSource {
import net.minecraft.world.level.levelgen.ThreadSafeLegacyRandomSource;

public class RandomXOR extends ThreadSafeLegacyRandomSource {

private static final long serialVersionUID = -3477272122511092632L;

Expand Down

0 comments on commit 67794ce

Please sign in to comment.