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
|
|
@ -24,7 +24,8 @@
|
|||
[],
|
||||
[
|
||||
"tfg:mars/terrain/spice_disc",
|
||||
"tfg:mars/terrain/red_quicksand"
|
||||
"tfg:mars/terrain/red_quicksand",
|
||||
"tfg:mars/terrain/powder_snow"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
|
|
@ -39,7 +40,8 @@
|
|||
|
||||
],
|
||||
[
|
||||
"tfg:glow_lichen"
|
||||
"tfg:glow_lichen",
|
||||
"tfg:mars/terrain/mars_poles"
|
||||
]
|
||||
],
|
||||
"has_precipitation": false,
|
||||
|
|
|
|||
|
|
@ -23,7 +23,8 @@
|
|||
],
|
||||
[],
|
||||
[
|
||||
"tfg:mars/terrain/red_quicksand"
|
||||
"tfg:mars/terrain/red_quicksand",
|
||||
"tfg:mars/terrain/powder_snow"
|
||||
],
|
||||
[],
|
||||
[],
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
"type": "minecraft:rarity_filter",
|
||||
"chance": 35
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_temperature": -95
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -5,6 +5,10 @@
|
|||
"type": "minecraft:rarity_filter",
|
||||
"chance": 60
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_temperature": -65
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"feature": "tfg:mars/terrain/mars_poles",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"feature": "tfg:mars/terrain/powder_snow",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 15
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"max_temperature": -97
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -5,6 +5,10 @@
|
|||
"type": "minecraft:rarity_filter",
|
||||
"chance": 15
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"min_temperature": -97
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"placement": [
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"max_temperature": -87
|
||||
"max_temperature": -97
|
||||
},
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"absolute": -16
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 110
|
||||
"absolute": 95
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"feature": "tfg:mars/underground/icicle",
|
||||
"placement": [
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"max_temperature": -50
|
||||
},
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 10
|
||||
|
|
@ -19,10 +23,6 @@
|
|||
"absolute": 100
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"max_temperature": -30
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
"feature": "tfg:mars/underground/icicle_extra",
|
||||
"placement": [
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"max_temperature": -85
|
||||
},
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 10
|
||||
|
|
@ -19,10 +23,6 @@
|
|||
"absolute": 150
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "tfc:climate",
|
||||
"max_temperature": -70
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue