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

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