Skip to content

Commit 19543ba

Browse files
committed
Update IceAndFire.zs
Fixes #1469
1 parent b2c0736 commit 19543ba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

scripts/IceAndFire.zs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ print("--- loading IceAndFire.zs ---");
55

66
# *======= Recipes =======*
77

8+
# Cockatrice Scepter
9+
recipes.addShaped("Cockatrice Scepter",
10+
<iceandfire:cockatrice_scepter>,
11+
[[<ore:boneWither>],
12+
[<iceandfire:cockatrice_eye>],
13+
[<ore:boneWither>]]);
14+
815
# Bone Conversion
916
recipes.addShapeless("Dragon Bone Conversion", <minecraft:bone> * 9, [<iceandfire:dragonbone>]);
1017

@@ -79,7 +86,8 @@ print("--- loading IceAndFire.zs ---");
7986
<iceandfire:myrmex_jungle_shovel>,
8087
<iceandfire:myrmex_jungle_sword>,
8188
<iceandfire:wither_shard>,
82-
<iceandfire:silver_ore>
89+
<iceandfire:silver_ore>,
90+
<iceandfire:cockatrice_scepter>
8391
] as IItemStack[];
8492

8593
for item in removals {

0 commit comments

Comments
 (0)