We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64f4130 commit ff82ae1Copy full SHA for ff82ae1
scripts/fixes.zs
@@ -229,9 +229,9 @@ recipes.addShapedMirrored("Pump",
229
// * WarpDrive Air Canister Recipe
230
recipes.addShapedMirrored("Empty Air Canister",
231
<warpdrive:component:11>,
232
-[[<minecraft:iron_bars>, <minecraft:wool>, <minecraft:iron_bars>],
+[[<minecraft:iron_bars>, <ore:blockWool>, <minecraft:iron_bars>],
233
[<techguns:itemshared:56>, <warpdrive:component:14>, <techguns:itemshared:56>],
234
-[<minecraft:iron_bars>, <minecraft:wool>, <minecraft:iron_bars>]]);
+[<minecraft:iron_bars>, <ore:blockWool>, <minecraft:iron_bars>]]);
235
236
// * String from root and Green Dye Smelt recipes
237
recipes.addShapeless("Make String", <minecraft:string>, [<biomesoplenty:plant_1:9>]);
0 commit comments