MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
snapshot
Empty File
{
  "type": "minecraft:fishing",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:loot_table",
          "quality": -2,
          "value": "minecraft:gameplay/fishing/junk",
          "weight": 10
        },
        {
          "type": "minecraft:loot_table",
          "conditions": [
            {
              "condition": "minecraft:entity_properties",
              "entity": "this",
              "predicate": {
                "type_specific": {
                  "type": "minecraft:fishing_hook",
                  "in_open_water": true
                }
              }
            }
          ],
          "quality": 2,
          "value": "minecraft:gameplay/fishing/treasure",
          "weight": 5
        },
        {
          "type": "minecraft:loot_table",
          "quality": -1,
          "value": "minecraft:gameplay/fishing/fish",
          "weight": 85
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "minecraft:gameplay/fishing"
}