RyanHub - file viewer
filename: common/src/main/resources/data/oritech/worldgen/configured_feature/ore_platinum.json
branch: 1.21
back to repo
{
  "type": "minecraft:ore",
  "config": {
    "discard_chance_on_air_exposure": 0.3,
    "size": 3,
    "targets": [
      {
        "state": {
          "Name": "oritech:deepslate_platinum_ore"
        },
        "target": {
          "predicate_type": "minecraft:tag_match",
          "tag": "minecraft:deepslate_ore_replaceables"
        }
      },
      {
        "state": {
          "Name": "oritech:endstone_platinum_ore"
        },
        "target": {
          "predicate_type": "minecraft:block_match",
          "block": "minecraft:end_stone"
        }
      }
    ]
  }
}