Skip to content

Commit

Permalink
Fixes Airtight Seal Enchant not being craftable
Browse files Browse the repository at this point in the history
Fixes #564
  • Loading branch information
NielsPilgaard committed Sep 23, 2019
1 parent 8b1ce37 commit 6c92985
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
@@ -1,7 +1,7 @@
#modloaded advancedrocketry
# Airtight Seal Enchant
recipes.addShapedMirrored("Airtight Seal Enchant",
<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 1 as short, id: 28 as short}]}),
<minecraft:enchanted_book>.withTag({StoredEnchantments: [{lvl: 1 as short, id: 27 as short}]}),
[[<ore:plateTitaniumAluminide>, <advancedrocketry:liquidtank>, <ore:plateTitaniumAluminide>],
[<ore:ingotCarbon>, <advancedrocketry:blocklens>, <ore:ingotCarbon>],
[<ore:plateTitaniumAluminide>, <advancedrocketry:liquidtank>, <ore:plateTitaniumAluminide>]]);

0 comments on commit 6c92985

Please sign in to comment.