Files
minecraft-aiworld/addon/heyhe_pet_BP/items/heyhe_egg.json
SysAdmin 43248820fa
All checks were successful
Deploy Addons / deploy (push) Successful in 14s
fix(addons): bring silverlabs packs into schema compliance
- recipes: add unlock { context: always_unlocked } to all spark_pet and lobby_transfer recipes (1.20+ requirement) — fixes mc-lobby crash loop
- spark_dragon entity_sensor: wrap in subsensors[] and convert sensor_range → range [a,b] per 1.21 schema
- anthrax_cat interact: wrap event/filters in on_interact to match Bedrock 1.21 interact schema
- block format_version: bump mailbox and smart_crafting_table to 1.21.60
- item icons: replace { texture: X } with shorthand string form
- heyhe_egg description: replace bare category with menu_category block

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-23 23:18:24 +01:00

30 lines
636 B
JSON

{
"format_version": "1.21.0",
"minecraft:item": {
"description": {
"identifier": "silverlabs:heyhe_egg",
"menu_category": { "category": "nature" }
},
"components": {
"minecraft:max_stack_size": 16,
"minecraft:icon": "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"
]
}
}
}
}