place sulfor on lava
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user