fix basalt columns
This commit is contained in:
parent
535fe8ff2d
commit
aee36ca59e
4 changed files with 79 additions and 24 deletions
|
|
@ -1,19 +1,44 @@
|
|||
{
|
||||
"type": "minecraft:basalt_columns",
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 10,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
"direction": "up",
|
||||
"layers": [
|
||||
{
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 10,
|
||||
"min_inclusive": 4
|
||||
}
|
||||
},
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:basalt"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"prioritize_tip": false
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR"
|
||||
}
|
||||
]
|
||||
},
|
||||
"reach": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 3,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
}
|
||||
"tries": 10,
|
||||
"xz_spread": 4,
|
||||
"y_spread": 1
|
||||
}
|
||||
}
|
||||
|
|
@ -1,13 +1,44 @@
|
|||
{
|
||||
"type": "minecraft:basalt_columns",
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
"direction": "up",
|
||||
"layers": [
|
||||
{
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:basalt"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"prioritize_tip": false
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR"
|
||||
}
|
||||
]
|
||||
},
|
||||
"reach": 1
|
||||
"tries": 6,
|
||||
"xz_spread": 3,
|
||||
"y_spread": 1
|
||||
}
|
||||
}
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"type": "tfc:fissure",
|
||||
"config": {
|
||||
"wall_state": "beneath:crackrack",
|
||||
"wall_state": "tfg:rock/hardened_crackrack",
|
||||
"fluid_state": "minecraft:lava",
|
||||
"count": 3,
|
||||
"radius": 6
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"type": "tfc:hot_spring",
|
||||
"config": {
|
||||
"wall_state": "beneath:crackrack",
|
||||
"fluid_state": "minecraft:lava",
|
||||
"radius": 16,
|
||||
"decoration": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue