Reduce count of ore in tritanium cloud

This commit is contained in:
DBotThePony 2025-02-10 15:50:02 +07:00
parent b116ae7f91
commit 1f669ba2b2
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -114,7 +114,7 @@ fun registerPlacedFeatures(context: BootstrapContext<PlacedFeature>) {
x = ClampedNormalInt.of(0f, 6f, Int.MIN_VALUE, Int.MAX_VALUE),
y = ClampedNormalInt.of(0f, 12f, Int.MIN_VALUE, Int.MAX_VALUE),
z = ClampedNormalInt.of(0f, 6f, Int.MIN_VALUE, Int.MAX_VALUE),
count = ClampedNormalInt.of(100f, 100f, 80, 300),
count = ClampedNormalInt.of(60f, 100f, 60, 220),
xLength = ClampedNormalFloat.of(11f, 4f, 6f, 14f),
yLength = ClampedNormalFloat.of(11f, 4f, 6f, 14f),
zLength = ClampedNormalFloat.of(11f, 4f, 6f, 14f),