let's fucking go

This commit is contained in:
Pyritie 2025-07-19 19:22:54 +01:00
parent 15664c26ee
commit c8ac4fd7fd
7 changed files with 25 additions and 3 deletions

View file

@ -42,7 +42,7 @@ TFCEvents.createChunkDataProvider('mars', event => {
rain,
temp,
forestLayer.noise(x, z) * 4, // Kube accepts ordinal numbers for enum constants
forestlayer.noise(x * 78423 + 869, z),
forestLayer.noise(x * 78423 + 869, z),
forestLayer.noise(x, z * 651349 - 698763)
);
});