Skip to content

Instantly share code, notes, and snippets.

@Aiidoneus
Created June 13, 2017 09:42
Show Gist options
  • Save Aiidoneus/a733ecb7175542ab60d3c41218421d22 to your computer and use it in GitHub Desktop.
Save Aiidoneus/a733ecb7175542ab60d3c41218421d22 to your computer and use it in GitHub Desktop.
#Name: customchanges.zs
#Author: MyM
print("Initializing 'customchanges.zs'...");
#Remove Trade-O-Mat recipe due to server crash (watch for future update)
recipes.remove(<ic2:te:67>);
#Fix recipe for gravitation suite cooling core
recipes.remove(<gravisuite:crafting:2>);
recipes.addShaped(<gravisuite:crafting:2>,
[[<ic2:hex_heat_storage>, <ic2:advanced_heat_exchanger>, <ic2:hex_heat_storage>]
[<ic2:heat_plating>, <plate:iridium>, <ic2:heat_plating>]
[<ic2:hex_heat_storage>, <ic2:advanced_heat_exchanger>, <ic2:hex_heat_storage>]]);
print("Initialized 'customchanges.zs'");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment