Skip to content

Commit

Permalink
fix(recipes): ✏️Remove [Advanced Storage Housing] recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Mar 18, 2024
1 parent 81de3cf commit 15ac87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mods/aeadditions.zs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function newGasCellRecipe(input as IIngredient, output as IItemStack) {

// ---=== Storage Housings ===---

utils.rh(null, <aeadditions:storage.casing>);
utils.rh(<aeadditions:storage.casing>);
newGasCellRecipe(null, <aeadditions:storage.casing:2>);

// ---=== Advanced Cells ===---
Expand Down

0 comments on commit 15ac87d

Please sign in to comment.