let's fucking go
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -14,6 +14,10 @@
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_forest": "normal"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -14,6 +14,10 @@
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_forest": "sparse"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -14,6 +14,10 @@
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_forest": "normal"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -14,6 +14,10 @@
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_forest": "sparse"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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)
|
||||
);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user