File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ print("--- loading IceAndFire.zs ---");
5
5
6
6
# *======= Recipes =======*
7
7
8
+ # Cockatrice Scepter
9
+ recipes . addShaped(" Cockatrice Scepter" ,
10
+ < iceandfire :cockatrice_scepter > ,
11
+ [[< ore :boneWither > ],
12
+ [< iceandfire :cockatrice_eye > ],
13
+ [< ore :boneWither > ]]);
14
+
8
15
# Bone Conversion
9
16
recipes . addShapeless(" Dragon Bone Conversion" , < minecraft :bone > * 9 , [< iceandfire :dragonbone > ]);
10
17
@@ -79,7 +86,8 @@ print("--- loading IceAndFire.zs ---");
79
86
< iceandfire :myrmex_jungle_shovel > ,
80
87
< iceandfire :myrmex_jungle_sword > ,
81
88
< iceandfire :wither_shard > ,
82
- < iceandfire :silver_ore >
89
+ < iceandfire :silver_ore > ,
90
+ < iceandfire :cockatrice_scepter >
83
91
] as IItemStack [];
84
92
85
93
for item in removals {
You can’t perform that action at this time.
0 commit comments