mountain tweaks

This commit is contained in:
Pyritie 2025-09-05 00:25:15 +01:00
parent cc400ee300
commit a823e9cf2e
5 changed files with 36 additions and 1 deletions

View file

@ -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"
],

View file

@ -0,0 +1,6 @@
{
"type": "tfc:rivulet",
"config": {
"state": "tfc:rock/cobble/basalt"
}
}

View file

@ -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"
}
]
}

View file

@ -0,0 +1,15 @@
{
"feature": "tfg:mars/terrain/basalt_rivulet",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 4
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:biome"
}
]
}

View file

@ -3,7 +3,7 @@
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 2
"chance": 6
},
{
"type": "minecraft:in_square"