Skip to content

Commit

Permalink
And again
Browse files Browse the repository at this point in the history
  • Loading branch information
Baughn committed Mar 1, 2017
1 parent 64d7cb3 commit 100125c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/mods/eln/Eln.java
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ private void registerGridDevices(int id) {
{
subId = 3;
GridTransformerDescriptor descriptor =
new GridTransformerDescriptor("Grid Transformer", obj.getObj("GridConverter"), "textures/wire.png", highVoltageCableDescriptor);
new GridTransformerDescriptor("Grid DC-DC Converter", obj.getObj("GridConverter"), "textures/wire.png", highVoltageCableDescriptor);
GhostGroup g = new GhostGroup();
g.addElement(1, 0, 0);
g.addElement(0, 0, -1);
Expand Down Expand Up @@ -5871,7 +5871,7 @@ void recipeGridDevices(HashSet<String> oreNames) {
Character.valueOf('i'), ingotType,
Character.valueOf('B'), blockType,
Character.valueOf('m'), findItemStack("Machine Block"));
addRecipe(findItemStack("Grid Converter"),
addRecipe(findItemStack("Grid DC-DC Converter"),
"i i",
"mtm",
"imi",
Expand Down

0 comments on commit 100125c

Please sign in to comment.