Skip to content

Commit

Permalink
feat(recipes): ✏️Remove [Hippogryph Egg (any)] from egg oredict
Browse files Browse the repository at this point in the history
Who would ever use hyppogryphs eggs in food crafts?
  • Loading branch information
Krutoy242 committed Jul 18, 2023
1 parent 4b2cbd0 commit ebfa8b4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/category/oredict.zs
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@ add(<ore:heartDragon>, <iceandfire:ice_dragon_heart>);
# Hippogryphs
add(<ore:hippogryphEgg>, <iceandfire:hippogryph_egg:*>);

# Who would ever use hyppogryphs eggs in craft?
removeItems(<ore:egg>, [
<iceandfire:hippogryph_egg:*>,
<iceandfire:iceandfire.deathworm_egg:*>,
<iceandfire:myrmex_jungle_egg:*>,
<iceandfire:myrmex_desert_egg:*>,
]);

# Dragon Eggs
addItems(<ore:dragonEgg>, [
<iceandfire:dragonegg_red>,
Expand Down

0 comments on commit ebfa8b4

Please sign in to comment.