adding thermal vents, sulfur blobs and crystals
This commit is contained in:
parent
cabcdd6943
commit
bbd0dbd947
23 changed files with 431 additions and 34 deletions
|
|
@ -4,8 +4,8 @@
|
|||
},
|
||||
"downfall": 0,
|
||||
"effects": {
|
||||
"sky_color": 10465603,
|
||||
"fog_color": 9938052,
|
||||
"sky_color": 11644227,
|
||||
"fog_color": 10788996,
|
||||
"water_color": 8241044,
|
||||
"water_fog_color": 10866612,
|
||||
"grass_color": 13758586,
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"options": {
|
||||
"type": "minecraft:ash"
|
||||
},
|
||||
"probability": 0.1
|
||||
"probability": 0.03
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
|
|
@ -38,9 +38,12 @@
|
|||
"tfc:raw_boulder",
|
||||
"tfc:cobble_boulder",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch"
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:venus/terrain/thermal_vent_rare"
|
||||
],
|
||||
[
|
||||
"tfg:venus/surface/sulfur_patch"
|
||||
],
|
||||
[],
|
||||
"#tfg:venus_top_layer_modification"
|
||||
],
|
||||
"has_precipitation": true,
|
||||
|
|
|
|||
|
|
@ -39,7 +39,8 @@
|
|||
[
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:venus/surface/geyser_source_patch"
|
||||
"tfg:venus/surface/geyser_source_patch",
|
||||
"tfg:venus/terrain/thermal_vent_rare"
|
||||
],
|
||||
[],
|
||||
"#tfg:venus_top_layer_modification"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"downfall": 0,
|
||||
"effects": {
|
||||
"sky_color": 10465603,
|
||||
"fog_color": 9938052,
|
||||
"fog_color": 12237498,
|
||||
"water_color": 8241044,
|
||||
"water_fog_color": 10866612,
|
||||
"grass_color": 13758586,
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"options": {
|
||||
"type": "minecraft:ash"
|
||||
},
|
||||
"probability": 0.1
|
||||
"probability": 0.02
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
},
|
||||
"downfall": 0,
|
||||
"effects": {
|
||||
"sky_color": 10465603,
|
||||
"fog_color": 9938052,
|
||||
"sky_color": 11644227,
|
||||
"fog_color": 10788996,
|
||||
"water_color": 8241044,
|
||||
"water_fog_color": 10866612,
|
||||
"grass_color": 13758586,
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"options": {
|
||||
"type": "minecraft:ash"
|
||||
},
|
||||
"probability": 0.1
|
||||
"probability": 0.05
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
|
|
@ -37,10 +37,11 @@
|
|||
"#tfg:venus_veins",
|
||||
"#tfg:venus_underground_decoration",
|
||||
[
|
||||
"tfg:venus/surface/stromatolite_cluster_patch"
|
||||
"tfg:venus/surface/stromatolite_cluster_patch",
|
||||
"tfg:venus/terrain/thermal_vent_rare"
|
||||
],
|
||||
[
|
||||
|
||||
"tfg:venus/surface/sulfur_patch"
|
||||
],
|
||||
"#tfg:venus_top_layer_modification"
|
||||
],
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
},
|
||||
"downfall": 0,
|
||||
"effects": {
|
||||
"sky_color": 10465603,
|
||||
"fog_color": 9938052,
|
||||
"sky_color": 11644227,
|
||||
"fog_color": 12232752,
|
||||
"water_color": 8241044,
|
||||
"water_fog_color": 10866612,
|
||||
"grass_color": 13758586,
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"options": {
|
||||
"type": "minecraft:ash"
|
||||
},
|
||||
"probability": 0.1
|
||||
"probability": 0.05
|
||||
}
|
||||
},
|
||||
"features": [
|
||||
|
|
@ -35,10 +35,14 @@
|
|||
"#tfg:venus_veins",
|
||||
"#tfg:venus_underground_decoration",
|
||||
[
|
||||
"tfg:venus/terrain/sulfur_blob",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch"
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:venus/terrain/thermal_vent"
|
||||
],
|
||||
[
|
||||
"tfg:venus/surface/sulfur_patch"
|
||||
],
|
||||
[],
|
||||
"#tfg:venus_top_layer_modification"
|
||||
],
|
||||
"has_precipitation": true,
|
||||
|
|
|
|||
|
|
@ -45,7 +45,8 @@
|
|||
"tfc:raw_boulder",
|
||||
"tfc:cobble_boulder",
|
||||
"tfc:raw_boulder_small_patch",
|
||||
"tfc:cobble_boulder_small_patch"
|
||||
"tfc:cobble_boulder_small_patch",
|
||||
"tfg:venus/terrain/thermal_vent_rare"
|
||||
],
|
||||
[
|
||||
"tfg:venus/terrain/lava_fill"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "betterend:sulphur_crystal"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"tfg:fluid/sulfur_fumes"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 24,
|
||||
"xz_spread": 3,
|
||||
"y_spread": 0
|
||||
}
|
||||
}
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"type": "minecraft:delta_feature",
|
||||
"config": {
|
||||
"contents": {
|
||||
"Name": "tfg:geyser_slurry"
|
||||
},
|
||||
"type": "minecraft:delta_feature",
|
||||
"config": {
|
||||
"contents": {
|
||||
"Name": "tfg:fluid/geyser_slurry"
|
||||
},
|
||||
"rim": {
|
||||
"Name": "tfg:rock/raw/geyserite"
|
||||
},
|
||||
|
|
@ -21,5 +21,5 @@
|
|||
"min_inclusive": 4
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,71 @@
|
|||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:block_column",
|
||||
"config": {
|
||||
"direction": "up",
|
||||
"allowed_placement": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"tfg:fluid/sulfur_fumes",
|
||||
"tfg:fluid/geyser_slurry",
|
||||
"minecraft:lava"
|
||||
]
|
||||
},
|
||||
"prioritize_tip": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 1,
|
||||
"max_inclusive": 3
|
||||
}
|
||||
},
|
||||
"provider": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "betterend:sulphuric_rock"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"minecraft:lava",
|
||||
"tfg:fluid/sulfur_fumes",
|
||||
"tfg:fluid/geyser_slurry"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"blocks": "betterend:sulphuric_rock"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 32,
|
||||
"xz_spread": 3,
|
||||
"y_spread": 0
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"type": "minecraft:disk",
|
||||
"config": {
|
||||
"state_provider": {
|
||||
"fallback": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "betterend:sulphuric_rock"
|
||||
}
|
||||
},
|
||||
"rules": []
|
||||
},
|
||||
"radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 3,
|
||||
"max_inclusive": 4
|
||||
}
|
||||
},
|
||||
"half_height": 2,
|
||||
"target": {
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"tag": "ad_astra:venus_stone_replaceables"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "tfg:attached_decorative_plant",
|
||||
"config": {
|
||||
"block": "betterend:tube_worm",
|
||||
"heightRange": 5
|
||||
}
|
||||
},
|
||||
"placement": []
|
||||
},
|
||||
"tries": 36,
|
||||
"xz_spread": 4,
|
||||
"y_spread": 0
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,47 @@
|
|||
{
|
||||
"type": "minecraft:random_patch",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "betterend:hydrothermal_vent"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:all_of",
|
||||
"predicates": [
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"tfg:fluid/sulfur_fumes"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:matching_blocks",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"blocks": "betterend:sulphuric_rock"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 32,
|
||||
"xz_spread": 2,
|
||||
"y_spread": 0
|
||||
}
|
||||
}
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "tfg:geyser_slurry",
|
||||
"Name": "tfg:fluid/geyser_slurry",
|
||||
"Properties": {
|
||||
"level": "0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"type": "minecraft:ore",
|
||||
"config": {
|
||||
"discard_chance_on_air_exposure": 0.0,
|
||||
"size": 15,
|
||||
"targets": [
|
||||
{
|
||||
"state": {
|
||||
"Name": "vintageimprovements:sulfur_block"
|
||||
},
|
||||
"target": {
|
||||
"predicate_type": "minecraft:tag_match",
|
||||
"tag": "ad_astra:venus_stone_replaceables"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -3365,12 +3365,12 @@
|
|||
{ "Name": "create:ochrum" },
|
||||
{ "Name": "betterend:sulphuric_rock" },
|
||||
{ "Name": "betterend:sandy_jadestone" },
|
||||
{ "Name": "betterend:lacugrove_bark" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/brown" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/orange" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/yellow" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/yellow" },
|
||||
{ "Name": "tfg:sandstone/raw/fluorapatite/yellow" },
|
||||
{ "Name": "vintageimprovements:sulfur_block" },
|
||||
{ "Name": "tfc:raw_sandstone/black" }
|
||||
],
|
||||
"fallback": {
|
||||
|
|
|
|||
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"feature": "beneath:sulfur_patch",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "WORLD_SURFACE"
|
||||
},
|
||||
{
|
||||
"type": "tfc:near_fluid",
|
||||
"fluids": [
|
||||
"tfg:sulfur_fumes"
|
||||
],
|
||||
"radius": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"feature": {
|
||||
"type": "tfc:if_then",
|
||||
"config": {
|
||||
"if": {
|
||||
"feature": "tfg:venus/terrain/sulfur_blob",
|
||||
"placement": []
|
||||
},
|
||||
"then": {
|
||||
"feature": "tfg:venus/surface/sulfur_crystals",
|
||||
"placement": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR_WG"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"feature": {
|
||||
"type": "tfc:multiple",
|
||||
"config": {
|
||||
"features": [
|
||||
{
|
||||
"feature": "tfg:venus/terrain/ignimbrite_disk",
|
||||
"placement": []
|
||||
},
|
||||
{
|
||||
"feature": "tfg:venus/terrain/ignimbrite_columns",
|
||||
"placement": []
|
||||
},
|
||||
{
|
||||
"feature": "tfg:venus/terrain/ignimbrite_vents",
|
||||
"placement": []
|
||||
},
|
||||
{
|
||||
"feature": "tfg:venus/terrain/ignimbrite_tube_worms",
|
||||
"placement": []
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -1
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"feature": {
|
||||
"type": "tfc:multiple",
|
||||
"config": {
|
||||
"features": [
|
||||
{
|
||||
"feature": "tfg:venus/terrain/ignimbrite_disk",
|
||||
"placement": []
|
||||
},
|
||||
{
|
||||
"feature": "tfg:venus/terrain/ignimbrite_columns",
|
||||
"placement": []
|
||||
},
|
||||
{
|
||||
"feature": "tfg:venus/terrain/ignimbrite_vents",
|
||||
"placement": []
|
||||
},
|
||||
{
|
||||
"feature": "tfg:venus/terrain/ignimbrite_tube_worms",
|
||||
"placement": []
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "OCEAN_FLOOR_WG"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -1
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue