place sulfor on lava

This commit is contained in:
Jottyfan
2023-12-11 22:46:05 +01:00
parent e56ec4c88c
commit 5396cefbb3
4 changed files with 96 additions and 38 deletions

View File

@ -1,18 +1,30 @@
{
"type": "minecraft:ore",
"type": "minecraft:random_patch",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 3,
"targets": [
{
"state": {
"Name": "quickiefabric:sulforpad"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "minecraft:lava"
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "quickiefabric:sulforpad"
}
}
}
}
]
},
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
}
}
]
},
"tries": 10,
"xz_spread": 7,
"y_spread": 1
}
}

View File

@ -1,18 +1,20 @@
{
"feature": "quickiefabric:sulforpad",
"placement": [
{
"type": "minecraft:count",
"count": 4
},
{
"type": "minecraft:environment_scan",
"direction_of_search": "up",
"direction_of_search": "down",
"max_steps": 1,
"target_condition": {
"type": "minecraft:true"
},
"allowed_search_condition": {
"type": "minecraft:matching_blocks",
"offset": [
0,
1,
0
],
"blocks": "minecraft:air"
"blocks": "minecraft:lava"
}
}
]