cave stuff?
This commit is contained in:
parent
bebdb17686
commit
68579b283b
11 changed files with 172 additions and 2 deletions
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"type": "tfc:cave_spike",
|
||||
"config": {}
|
||||
}
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"type": "tfc:loose_rock",
|
||||
"config": {}
|
||||
}
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -3
|
||||
"y_spread": 3
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"feature": "tfc:calcite",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "biased_to_bottom",
|
||||
"min_inclusive": {
|
||||
"absolute": -24
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 75
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"feature": "tfc:cave_column",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:carving_mask",
|
||||
"step": "air",
|
||||
"min_y": {
|
||||
"above_bottom": 25
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 667
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"feature": "tfg:mars/underground/cave_spike",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 256
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"above_bottom": 7
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 75
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:environment_scan",
|
||||
"allowed_search_condition": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
"direction_of_search": "down",
|
||||
"max_steps": 8,
|
||||
"target_condition": {
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"feature": "tfc:large_cave_spike",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:carving_mask",
|
||||
"step": "air",
|
||||
"min_y": {
|
||||
"above_bottom": 25
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 167
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"feature": "tfg:mars/underground/loose_rocks",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 256
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"min_inclusive": {
|
||||
"above_bottom": 7
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 75
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:environment_scan",
|
||||
"allowed_search_condition": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
"direction_of_search": "down",
|
||||
"max_steps": 8,
|
||||
"target_condition": {
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"feature": "tfc:mega_calcite",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "biased_to_bottom",
|
||||
"min_inclusive": {
|
||||
"absolute": -24
|
||||
},
|
||||
"max_inclusive": {
|
||||
"absolute": 50
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"feature": "tfg:mars/terrain/ochrum_blob",
|
||||
"feature": "tfg:mars/underground/ochrum_blob",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
Loading…
Add table
Add a link
Reference in a new issue