Skip to content

Commit

Permalink
Change Airtight Seal recipe to use bracket handler
Browse files Browse the repository at this point in the history
Fixed minor typo, whoops!
Change Airtight Seal recipe to use bracket handler
  • Loading branch information
MaxNeedsSnacks committed Nov 2, 2019
1 parent ee42d22 commit d8eb037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/AdvancedRocketry.zs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ print("--- loading AdvancedRocketry.zs ---");

# Airtight Seal Enchant
recipes.addShapedMirrored("Airtight Seal Enchant",
<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 1 as short, id: 27 as short}]}),
<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 1 as short, id: (<enchantment:advancedrocketry:spacebreathing>.id) as short}]}),
[[<ore:plateTitaniumAluminide>, <advancedrocketry:liquidtank>, <ore:plateTitaniumAluminide>],
[<ore:ingotCarbon>, <advancedrocketry:blocklens>, <ore:ingotCarbon>],
[<ore:plateTitaniumAluminide>, <advancedrocketry:liquidtank>, <ore:plateTitaniumAluminide>]]);
Expand Down

0 comments on commit d8eb037

Please sign in to comment.