Files
minecraft-aiworld/addon/heyhe_pet_BP/recipes/heyhe_egg.json
SysAdmin 56ed7d76ee
All checks were successful
Deploy Addons / deploy (push) Successful in 15s
fix(pet): add recipe unlock for heyhe_egg (Bedrock 1.20+ requirement)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-05 09:15:57 +01:00

22 lines
460 B
JSON

{
"format_version": "1.21.0",
"minecraft:recipe_shapeless": {
"description": {
"identifier": "silverlabs:heyhe_egg_recipe"
},
"tags": ["crafting_table"],
"unlock": [
{ "item": "minecraft:egg" }
],
"ingredients": [
{ "item": "minecraft:egg" },
{ "item": "minecraft:feather" },
{ "item": "minecraft:gold_nugget" }
],
"result": {
"item": "silverlabs:heyhe_egg",
"count": 1
}
}
}