improvements to jagged tablelands + some skew for the rock layers
This commit is contained in:
parent
5aa82d80af
commit
8fd7cf3847
4 changed files with 52 additions and 35 deletions
|
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue