more venus stuff

This commit is contained in:
Pyritie 2026-01-01 23:31:11 +00:00
parent 03d4e72202
commit 8ee28e76a6
24 changed files with 345 additions and 34 deletions

View file

@ -0,0 +1,55 @@
{
"type": "minecraft:random_patch",
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:randomized_int_state_provider",
"property": "layers",
"values": {
"type": "minecraft:biased_to_bottom",
"value": {
"min_inclusive": 1,
"max_inclusive": 2
}
},
"source": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "tfg:pile/black_sand"
}
}
}
}
},
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:has_sturdy_face",
"offset": [ 0, -1, 0 ],
"direction": "down"
}
]
}
}
]
},
"tries": 8,
"xz_spread": 16,
"y_spread": 2
}
}

View file

@ -0,0 +1,55 @@
{
"type": "minecraft:random_patch",
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:randomized_int_state_provider",
"property": "layers",
"values": {
"type": "minecraft:biased_to_bottom",
"value": {
"min_inclusive": 1,
"max_inclusive": 2
}
},
"source": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "tfg:pile/volcanic_ash"
}
}
}
}
},
"placement": [
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR"
},
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:has_sturdy_face",
"offset": [ 0, -1, 0 ],
"direction": "down"
}
]
}
}
]
},
"tries": 8,
"xz_spread": 16,
"y_spread": 2
}
}

View file

@ -3,10 +3,47 @@
"config": {
"feature": {
"feature": {
"type": "tfg:attached_decorative_plant",
"type": "lithostitched:select",
"config": {
"block": "betterend:tube_worm",
"heightRange": 5
"features": [
{
"feature": {
"feature": {
"type": "tfg:attached_decorative_plant",
"config": {
"block": "betterend:tube_worm",
"heightRange": 5
}
},
"placement": []
},
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
}
},
{
"feature": {
"feature": {
"type": "tfg:attached_decorative_plant",
"config": {
"block": {
"Name": "betterend:tube_worm",
"Properties": {
"fluid": "sulfur_fumes"
}
},
"heightRange": 5
}
},
"placement": []
},
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "tfg:fluid/sulfur_fumes"
}
}
]
}
},
"placement": []

View file

@ -3,14 +3,53 @@
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"type": "lithostitched:select",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "betterend:hydrothermal_vent"
"features": [
{
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "betterend:hydrothermal_vent"
}
}
}
},
"placement": []
},
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
}
},
{
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "betterend:hydrothermal_vent",
"Properties": {
"fluid": "sulfur_fumes"
}
}
}
}
},
"placement": []
},
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "tfg:fluid/sulfur_fumes"
}
}
}
]
}
},
"placement": [
@ -21,21 +60,9 @@
{
"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"
}
]
"type": "minecraft:matching_blocks",
"offset": [ 0, -1, 0 ],
"blocks": "betterend:sulphuric_rock"
}
}
]