Change Long Rods to rods
This commit is contained in:
parent
8e14bb65b1
commit
f80c4c8164
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ public class GT_MetaTileEntity_SolidNaquadahReactor2
|
|||
public int mEfficiency;
|
||||
|
||||
public GT_MetaTileEntity_SolidNaquadahReactor2(int aID, String aName, String aNameRegional, int aTier) {
|
||||
super(aID, aName, aNameRegional, aTier, "Requires Enriched Naquadah Long Rods", new ITexture[0]);
|
||||
super(aID, aName, aNameRegional, aTier, "Requires Enriched Naquadah Rods", new ITexture[0]);
|
||||
onConfigLoad();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue