mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
reduce seed hack console spam
This commit is contained in:
parent
f05e4c1852
commit
c55c19a32e
@ -23,7 +23,7 @@ public class SeedHack {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static void register(MultiNoiseSampler sampler, long seed) {
|
public static void register(MultiNoiseSampler sampler, long seed) {
|
||||||
LOGGER.info("Registered seed {} to sampler {}", seed, sampler);
|
LOGGER.info("Registered seed {} to sampler {}", seed, sampler.hashCode());
|
||||||
seedMap.put(sampler, seed);
|
seedMap.put(sampler, seed);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user