mountain tweaks
This commit is contained in:
parent
cc400ee300
commit
a823e9cf2e
5 changed files with 36 additions and 1 deletions
|
|
@ -35,6 +35,8 @@
|
|||
[
|
||||
"tfc:random_empty_hot_spring",
|
||||
"tfg:mars/terrain/empty_rivulet",
|
||||
"tfg:mars/terrain/magma_rivulet",
|
||||
"tfg:mars/terrain/basalt_rivulet",
|
||||
"tfg:mars/terrain/water_fissure",
|
||||
"tfg:mars/terrain/empty_fissure"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type": "tfc:rivulet",
|
||||
"config": {
|
||||
"state": "tfc:rock/cobble/basalt"
|
||||
}
|
||||
}
|
||||
|
|
@ -20,6 +20,18 @@
|
|||
{
|
||||
"replace": "tfg:grass/sangnum_mycelium",
|
||||
"with": "ad_astra:venus_sand"
|
||||
},
|
||||
{
|
||||
"replace": "gtceu:red_granite",
|
||||
"with": "ad_astra:venus_sand"
|
||||
},
|
||||
{
|
||||
"replace": "tfc:rock/raw/basalt",
|
||||
"with": "ad_astra:venus_sand"
|
||||
},
|
||||
{
|
||||
"replace": "tfc:rock/raw/gabbro",
|
||||
"with": "ad_astra:venus_sand"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"feature": "tfg:mars/terrain/basalt_rivulet",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 2
|
||||
"chance": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue