Mineral Fountain Chance Recipe
This recipe converts blocks with probability in a specific dimension.
Basic Structure
json
{
"type": "anvilcraft:mineral_fountain_chance",
"dimension": "minecraft:overworld",
"from_block": {
"blocks": "minecraft:stone"
},
"to_block": {
"state": { "Name": "minecraft:diamond_ore" },
"chance": 0.05
}
}Field Description
type: Fixed valueanvilcraft:mineral_fountain_chancedimension: Target dimensionfrom_block: Source block predicateto_block: Destination block with chance
Notes
- Unlike
17_mineral_fountain_recipe.md, this one is probabilistic chanceshould be a decimal in range0.0to1.0