Skip to content

Commit

Permalink
Replace Pam's salt with Edible Salt
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Apr 5, 2018
1 parent 01864b5 commit 14ffc3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion config/harvestcraft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ general {
B:enableharvestcraftfish=true
B:enablelistAllwaterfreshwater=true
B:enablelistAllwatervanillawaterbucket=true
B:enablesaltfromwaterbucketrecipe=true
B:enablesaltfromwaterbucketrecipe=false
B:enabletofuasmeatinRecipes=true
B:enabletofuasmilkinRecipes=true
I:fishtrapbaitrecipeamount=4
Expand Down
15 changes: 3 additions & 12 deletions scripts/Harvestcraft.zs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ val String = <minecraft:string>;
val Cotton = <Natura:barleyFood:3>;
val flour = <ore:dustWheat>;



// --- Removing Recipes ---

// --- Sink ---
Expand All @@ -33,9 +31,6 @@ recipes.remove(<harvestcraft:sink:*>);
// --- Market ---
recipes.remove(<harvestcraft:market>);

// --- Salt ---
recipes.remove(<harvestcraft:saltItem>);

// --- Salt Block
recipes.remove(<harvestcraft:spamcompressedsaltBlockalt>);

Expand Down Expand Up @@ -184,6 +179,9 @@ recipes.remove(<harvestcraft:lemonaideItem>);

// --- Adding Back Recipes ---

// --- Edible Salt

recipes.addShapeless(<dreamcraft:item.EdibleSalt>, [<ore:toolPot>, <ore:listAllwater>]);

// --- Woven Cotton
recipes.addShaped(WovenCloth, [
Expand Down Expand Up @@ -394,13 +392,6 @@ recipes.addShapeless(<harvestcraft:freshwaterItem> * 4, [<minecraft:water_bucket

recipes.addShapeless(<harvestcraft:freshwaterItem> * 2, [<IguanaTweaksTConstruct:clayBucketWater>]);

// --- Salt
recipes.addShapeless(<gregtech:gt.metaitem.01:1817>, [<harvestcraft:potItem>, <harvestcraft:freshwaterItem>]);
// -
recipes.addShapeless(<gregtech:gt.metaitem.01:2817>, [<harvestcraft:potItem>, <minecraft:water_bucket>]);
// -
recipes.addShapeless(<gregtech:gt.metaitem.01:1817> * 2, [<harvestcraft:potItem>, <IguanaTweaksTConstruct:clayBucketWater>]);

// --- Wet Tofu
recipes.addShapeless(<dreamcraft:item.WetTofu>, [<harvestcraft:soybeanItem>, <minecraft:water_bucket>]);
// -
Expand Down

0 comments on commit 14ffc3d

Please sign in to comment.