All checks were successful
Deploy Addons / deploy (push) Successful in 15s
Tameable white chicken modelled on Hey Hey from Moana — custom plump geometry, waddly walk/peck animations, hatching egg item, and vanilla chicken sounds. Mounted on all 4 servers via docker-compose. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
32 lines
644 B
JSON
32 lines
644 B
JSON
{
|
|
"format_version": "1.21.0",
|
|
"minecraft:item": {
|
|
"description": {
|
|
"identifier": "silverlabs:heyhe_egg",
|
|
"category": "Nature"
|
|
},
|
|
"components": {
|
|
"minecraft:max_stack_size": 16,
|
|
"minecraft:icon": {
|
|
"texture": "heyhe_egg"
|
|
},
|
|
"minecraft:entity_placer": {
|
|
"entity": "silverlabs:heyhe_egg",
|
|
"dispense_on": [
|
|
"grass",
|
|
"dirt",
|
|
"stone",
|
|
"sand",
|
|
"gravel",
|
|
"coarse_dirt",
|
|
"podzol",
|
|
"mycelium",
|
|
"farmland",
|
|
"grass_path",
|
|
"dirt_with_roots"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|