MCMinecraft Assets Explorer

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

mooshroom.json0 B

Empty File
{
  "type": "minecraft:shearing",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:loot_table",
              "conditions": [
                {
                  "condition": "minecraft:entity_properties",
                  "entity": "this",
                  "predicate": {
                    "components": {
                      "minecraft:mooshroom/variant": "red"
                    }
                  }
                }
              ],
              "value": "minecraft:shearing/mooshroom/red"
            },
            {
              "type": "minecraft:loot_table",
              "conditions": [
                {
                  "condition": "minecraft:entity_properties",
                  "entity": "this",
                  "predicate": {
                    "components": {
                      "minecraft:mooshroom/variant": "brown"
                    }
                  }
                }
              ],
              "value": "minecraft:shearing/mooshroom/brown"
            }
          ]
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "minecraft:shearing/mooshroom"
}