MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

reward_ominous_rare.json0 B

Empty File
{
  "type": "minecraft:chest",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:item",
          "name": "minecraft:emerald_block",
          "weight": 5
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:iron_block",
          "weight": 4
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "max": 20.0,
                "min": 5.0
              },
              "options": "#minecraft:on_random_loot"
            }
          ],
          "name": "minecraft:crossbow",
          "weight": 4
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:golden_apple",
          "weight": 3
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "max": 20.0,
                "min": 10.0
              },
              "options": "#minecraft:on_random_loot"
            }
          ],
          "name": "minecraft:diamond_axe",
          "weight": 3
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_with_levels",
              "levels": {
                "type": "minecraft:uniform",
                "max": 20.0,
                "min": 10.0
              },
              "options": "#minecraft:on_random_loot"
            }
          ],
          "name": "minecraft:diamond_chestplate",
          "weight": 3
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_randomly",
              "options": [
                "minecraft:knockback",
                "minecraft:punch",
                "minecraft:smite",
                "minecraft:looting",
                "minecraft:multishot"
              ]
            }
          ],
          "name": "minecraft:book",
          "weight": 2
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "function": "minecraft:enchant_randomly",
              "options": [
                "minecraft:breach",
                "minecraft:density"
              ]
            }
          ],
          "name": "minecraft:book",
          "weight": 2
        },
        {
          "type": "minecraft:item",
          "functions": [
            {
              "add": false,
              "enchantments": {
                "minecraft:wind_burst": 1.0
              },
              "function": "minecraft:set_enchantments"
            }
          ],
          "name": "minecraft:book",
          "weight": 2
        },
        {
          "type": "minecraft:item",
          "name": "minecraft:diamond_block"
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "minecraft:chests/trial_chambers/reward_ominous_rare"
}