From 56ed7d76ee2141e5996e307e6d9cff94e47075ca Mon Sep 17 00:00:00 2001 From: SysAdmin Date: Sun, 5 Apr 2026 09:15:57 +0100 Subject: [PATCH] fix(pet): add recipe unlock for heyhe_egg (Bedrock 1.20+ requirement) Co-Authored-By: Claude Sonnet 4.6 --- addon/heyhe_pet_BP/recipes/heyhe_egg.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/addon/heyhe_pet_BP/recipes/heyhe_egg.json b/addon/heyhe_pet_BP/recipes/heyhe_egg.json index d90ad94..6274fa0 100644 --- a/addon/heyhe_pet_BP/recipes/heyhe_egg.json +++ b/addon/heyhe_pet_BP/recipes/heyhe_egg.json @@ -5,6 +5,9 @@ "identifier": "silverlabs:heyhe_egg_recipe" }, "tags": ["crafting_table"], + "unlock": [ + { "item": "minecraft:egg" } + ], "ingredients": [ { "item": "minecraft:egg" }, { "item": "minecraft:feather" },