mars snow (#1931)
* bare bones * snow piled tag * added climate restriction to quicksand, added powder snow up north * better tagging * langs * assets * missed feature in deep desert * remove waves from mars * climate tweaks * icicles and dry ice stuff * langs
This commit is contained in:
parent
ca46b12ebe
commit
16ae9167a8
35 changed files with 235 additions and 65 deletions
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"type": "tfg:martian_poles",
|
||||
"config": {
|
||||
"snowStartTemp": -95,
|
||||
"snowFinishTemp": -100,
|
||||
"maximumTemp": -90
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "tfc:soil_disc",
|
||||
"config": {
|
||||
"min_radius": 2,
|
||||
"max_radius": 3,
|
||||
"height": 1,
|
||||
"states": [
|
||||
{
|
||||
"replace": "minecraft:red_sand",
|
||||
"with": "minecraft:powder_snow"
|
||||
},
|
||||
{
|
||||
"replace": "ad_astra:mars_sand",
|
||||
"with": "minecraft:powder_snow"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"tries": 8,
|
||||
"xz_spread": 8,
|
||||
"y_spread": 2
|
||||
}
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
"config": {
|
||||
"min_radius": 2,
|
||||
"max_radius": 3,
|
||||
"height": 2,
|
||||
"height": 1,
|
||||
"states": [
|
||||
{
|
||||
"replace": "minecraft:red_sand",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "tfc:thin_spike",
|
||||
"config": {
|
||||
"state": "tfc:icicle",
|
||||
"state": "tfg:mars_icicle",
|
||||
"radius": 10,
|
||||
"tries": 50,
|
||||
"min_height": 2,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "tfc:thin_spike",
|
||||
"config": {
|
||||
"state": "tfc:icicle",
|
||||
"state": "tfg:mars_icicle",
|
||||
"radius": 10,
|
||||
"tries": 50,
|
||||
"min_height": 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue