Skip to content

Commit

Permalink
Readded Sulfur Unification from b4a9433
Browse files Browse the repository at this point in the history
Accidentally removed it when reverting changes, whoops!
  • Loading branch information
MaxNeedsSnacks committed Feb 27, 2019
1 parent 48de976 commit bd0ea1d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/MysticalAgriculture.zs
Original file line number Diff line number Diff line change
Expand Up @@ -657,4 +657,10 @@ recipes.addShapedMirrored("Wither Proof Glass",
rh(<mysticalagriculture:nether_inferium_ore>);
rh(<mysticalagriculture:end_inferium_ore>);

print("--- MysticalAgriculture.zs initialized ---");
# *======= Unification =======*

# Sulfur Essence to Dust
recipes.removeByRecipeName("mysticalagriculture:dustsulfur");
recipes.addShapeless("mysticalagriculture:dustsulfur", <thermalfoundation:material:771> * 8, [<mysticalagriculture:sulfur_essence>,<mysticalagriculture:sulfur_essence>,<mysticalagriculture:sulfur_essence>]);

print("--- MysticalAgriculture.zs initialized ---");

0 comments on commit bd0ea1d

Please sign in to comment.