Skip to content

Commit

Permalink
corrected typos #1740
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Sep 30, 2020
1 parent 3ab7e37 commit abbedc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/AppliedEnergistics.zs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ import crafttweaker.item.IIngredient as IIngredient;
#modloaded appliedenergistics2

# Removing non-functional Extra Cells
reicpes.remove(<extracells:storage.fluid:5>);
reicpes.remove(<extracells:storage.fluid:6>);
reicpes.remove(<extracells:storage.component:9>);
reicpes.remove(<extracells:storage.component:10> );
recipes.remove(<extracells:storage.fluid:5>);
recipes.remove(<extracells:storage.fluid:6>);
recipes.remove(<extracells:storage.component:9>);
recipes.remove(<extracells:storage.component:10> );

var pearlFluix = <ore:pearlFluix>;
var crystalCertus = <ore:crystalCertus>;
Expand Down

0 comments on commit abbedc4

Please sign in to comment.