let's fucking go
This commit is contained in:
parent
15664c26ee
commit
c8ac4fd7fd
7 changed files with 25 additions and 3 deletions
|
|
@ -46,7 +46,10 @@
|
||||||
[],
|
[],
|
||||||
"#tfg:mars_small_rock_features",
|
"#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"
|
"tfg:mars/hardening"
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,10 @@
|
||||||
[],
|
[],
|
||||||
"#tfg:mars_small_rock_features",
|
"#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"
|
"tfg:mars/hardening"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:biome"
|
"type": "minecraft:biome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tfc:climate",
|
||||||
|
"min_forest": "normal"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:biome"
|
"type": "minecraft:biome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tfc:climate",
|
||||||
|
"min_forest": "sparse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:biome"
|
"type": "minecraft:biome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tfc:climate",
|
||||||
|
"min_forest": "normal"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -14,6 +14,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "minecraft:biome"
|
"type": "minecraft:biome"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "tfc:climate",
|
||||||
|
"min_forest": "sparse"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -42,7 +42,7 @@ TFCEvents.createChunkDataProvider('mars', event => {
|
||||||
rain,
|
rain,
|
||||||
temp,
|
temp,
|
||||||
forestLayer.noise(x, z) * 4, // Kube accepts ordinal numbers for enum constants
|
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)
|
forestLayer.noise(x, z * 651349 - 698763)
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue