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

@ -46,7 +46,10 @@
[],
"#tfg:mars_small_rock_features",
[
"tfg:mars/surface/aeronos_patch",
"tfg:mars/surface/strophar_patch",
"tfg:mars/surface/aeronos_huge",
"tfg:mars/surface/strophar_huge"
],
[
"tfg:mars/hardening"

View file

@ -46,7 +46,10 @@
[],
"#tfg:mars_small_rock_features",
[
"tfg:mars/surface/aeronos_patch",
"tfg:mars/surface/strophar_patch",
"tfg:mars/surface/aeronos_huge",
"tfg:mars/surface/strophar_huge"
],
[
"tfg:mars/hardening"

View file

@ -14,6 +14,10 @@
},
{
"type": "minecraft:biome"
},
{
"type": "tfc:climate",
"min_forest": "normal"
}
]
}

View file

@ -14,6 +14,10 @@
},
{
"type": "minecraft:biome"
},
{
"type": "tfc:climate",
"min_forest": "sparse"
}
]
}

View file

@ -14,6 +14,10 @@
},
{
"type": "minecraft:biome"
},
{
"type": "tfc:climate",
"min_forest": "normal"
}
]
}

View file

@ -14,6 +14,10 @@
},
{
"type": "minecraft:biome"
},
{
"type": "tfc:climate",
"min_forest": "sparse"
}
]
}

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)
);
});