improvements to jagged tablelands + some skew for the rock layers

This commit is contained in:
Pyritie 2026-02-03 01:34:28 +00:00
parent 5aa82d80af
commit 8fd7cf3847
4 changed files with 52 additions and 35 deletions

View file

@ -43,7 +43,9 @@
"tfg:venus/terrain/lava_spring_rare",
"tfc:random_empty_hot_spring"
],
[],
[
"tfg:venus/terrain/adakite_column"
],
[],
[],
"#tfg:venus_veins",
@ -102,8 +104,8 @@
"charge": 0.7
},
"minecraft:magma_cube": {
"energy_budget": 0.15,
"charge": 0.7
"energy_budget": 0.03,
"charge": 0.10
},
"arthropocolypse:millipede_head": {
"energy_budget": 0.05,

View file

@ -0,0 +1,30 @@
{
"type": "tfc:pipe_vein",
"config": {
"height": 120,
"radius": 4,
"min_skew": 0,
"max_skew": 2,
"min_slant": 0,
"max_slant": 2,
"sign": 0,
"rarity": 80,
"density": 0.99,
"min_y": 60,
"max_y": 180,
"random_name": "adakite_column",
"blocks": [
{
"replace": [
"minecraft:air"
],
"with": [
{
"block": "betterend:lacugrove_bark",
"weight": 1
}
]
}
]
}
}

View file

@ -0,0 +1,4 @@
{
"feature": "tfg:venus/terrain/adakite_column",
"placement": []
}