62 lines
No EOL
1.7 KiB
JSON
62 lines
No EOL
1.7 KiB
JSON
{
|
|
"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"
|
|
} |