Skip to content

Instantly share code, notes, and snippets.

@Aiidoneus
Last active July 8, 2017 08:13
Show Gist options
  • Save Aiidoneus/aa43e1a2228e9506dbe1c15216944812 to your computer and use it in GitHub Desktop.
Save Aiidoneus/aa43e1a2228e9506dbe1c15216944812 to your computer and use it in GitHub Desktop.
// Diamond Ingot to Diamond
recipes.addShapeless(<minecraft:diamond>,
[<betterwithmods:material:49>]);
// Diamond Ingot Creation
recipes.addShapeless(<betterwithmods:material:49>,
[<minecraft:diamond>,<minecraft:iron_ingot>,<minecraft:gunpowder>]);
// Add Recipes for AE2 Presses
recipes.addShaped(<appliedenergistics2:material:15>, [
[<enderio:itemMaterial:6>, <enderio:itemAlloy:6>,<enderio:itemMaterial:6>],
[<enderio:itemAlloy:6>,<appliedenergistics2:material:22>,<enderio:itemAlloy:6>],
[<enderio:itemMaterial:6>,<enderio:itemAlloy:6>,<enderio:itemMaterial:6>]]);
recipes.addShaped(<appliedenergistics2:material:13>, [
[<enderio:itemMaterial:6>, <enderio:itemAlloy:6>,<enderio:itemMaterial:6>],
[<enderio:itemAlloy:6>,<appliedenergistics2:material:23>,<enderio:itemAlloy:6>],
[<enderio:itemMaterial:6>,<enderio:itemAlloy:6>,<enderio:itemMaterial:6>]]);
recipes.addShaped(<appliedenergistics2:material:14>, [
[<enderio:itemMaterial:6>, <enderio:itemAlloy:6>,<enderio:itemMaterial:6>],
[<enderio:itemAlloy:6>,<appliedenergistics2:material:24>,<enderio:itemAlloy:6>],
[<enderio:itemMaterial:6>,<enderio:itemAlloy:6>,<enderio:itemMaterial:6>]]);
recipes.addShaped(<appliedenergistics2:material:19>, [
[<enderio:itemMaterial:6>, <enderio:itemAlloy:6>,<enderio:itemMaterial:6>],
[<enderio:itemAlloy:6>,<appliedenergistics2:material:20>,<enderio:itemAlloy:6>],
[<enderio:itemMaterial:6>,<enderio:itemAlloy:6>,<enderio:itemMaterial:6>]]);
@bookerthegeek
Copy link

Here is The replacement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment