MCMinecraft Assets Explorer

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

chicken_lay.json0 B

Empty File
{
  "type": "minecraft:gift",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:item",
              "conditions": [
                {
                  "condition": "minecraft:entity_properties",
                  "entity": "this",
                  "predicate": {
                    "components": {
                      "minecraft:chicken/variant": "minecraft:temperate"
                    }
                  }
                }
              ],
              "name": "minecraft:egg"
            },
            {
              "type": "minecraft:item",
              "conditions": [
                {
                  "condition": "minecraft:entity_properties",
                  "entity": "this",
                  "predicate": {
                    "components": {
                      "minecraft:chicken/variant": "minecraft:warm"
                    }
                  }
                }
              ],
              "name": "minecraft:brown_egg"
            },
            {
              "type": "minecraft:item",
              "conditions": [
                {
                  "condition": "minecraft:entity_properties",
                  "entity": "this",
                  "predicate": {
                    "components": {
                      "minecraft:chicken/variant": "minecraft:cold"
                    }
                  }
                }
              ],
              "name": "minecraft:blue_egg"
            }
          ]
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "minecraft:gameplay/chicken_lay"
}