sulforpad corrections - spawning not yet checked

This commit is contained in:
Jottyfan
2023-12-09 22:19:14 +01:00
parent 12770732b7
commit e56ec4c88c
8 changed files with 57 additions and 12 deletions

View File

@ -0,0 +1,18 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 3,
"targets": [
{
"state": {
"Name": "quickiefabric:sulforpad"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "minecraft:lava"
}
}
]
}
}

View File

@ -0,0 +1,19 @@
{
"feature": "quickiefabric:sulforpad",
"placement": [
{
"type": "minecraft:environment_scan",
"direction_of_search": "up",
"max_steps": 1,
"target_condition": {
"type": "minecraft:matching_blocks",
"offset": [
0,
1,
0
],
"blocks": "minecraft:air"
}
}
]
}