Fixed seeds and P2P bus not having a localised name.
This commit is contained in:
@@ -185,17 +185,17 @@ public class ItemCrystalSeed extends AEBaseItem implements IGrowableCrystal
|
||||
|
||||
if( damage < CERTUS + SINGLE_OFFSET )
|
||||
{
|
||||
return this.getUnlocalizedName() + ".Certus";
|
||||
return this.getUnlocalizedName() + ".certus";
|
||||
}
|
||||
|
||||
if( damage < NETHER + SINGLE_OFFSET )
|
||||
{
|
||||
return this.getUnlocalizedName() + ".Nether";
|
||||
return this.getUnlocalizedName() + ".nether";
|
||||
}
|
||||
|
||||
if( damage < FLUIX + SINGLE_OFFSET )
|
||||
{
|
||||
return this.getUnlocalizedName() + ".Fluix";
|
||||
return this.getUnlocalizedName() + ".fluix";
|
||||
}
|
||||
|
||||
return this.getUnlocalizedName();
|
||||
|
||||
@@ -198,7 +198,7 @@ public enum PartType
|
||||
@Override
|
||||
String getUnlocalizedName()
|
||||
{
|
||||
return "P2PTunnel";
|
||||
return "p2p_tunnel";
|
||||
}
|
||||
},
|
||||
|
||||
@@ -208,7 +208,7 @@ public enum PartType
|
||||
@Override
|
||||
String getUnlocalizedName()
|
||||
{
|
||||
return "P2PTunnel";
|
||||
return "p2p_tunnel";
|
||||
}
|
||||
},
|
||||
|
||||
@@ -218,7 +218,7 @@ public enum PartType
|
||||
@Override
|
||||
String getUnlocalizedName()
|
||||
{
|
||||
return "P2PTunnel";
|
||||
return "p2p_tunnel";
|
||||
}
|
||||
},
|
||||
|
||||
@@ -228,7 +228,7 @@ public enum PartType
|
||||
@Override
|
||||
String getUnlocalizedName()
|
||||
{
|
||||
return "P2PTunnel";
|
||||
return "p2p_tunnel";
|
||||
}
|
||||
},
|
||||
|
||||
@@ -238,7 +238,7 @@ public enum PartType
|
||||
@Override
|
||||
String getUnlocalizedName()
|
||||
{
|
||||
return "P2PTunnel";
|
||||
return "p2p_tunnel";
|
||||
}
|
||||
},
|
||||
|
||||
@@ -248,7 +248,7 @@ public enum PartType
|
||||
@Override
|
||||
String getUnlocalizedName()
|
||||
{
|
||||
return "P2PTunnel";
|
||||
return "p2p_tunnel";
|
||||
}
|
||||
},
|
||||
|
||||
@@ -258,7 +258,7 @@ public enum PartType
|
||||
@Override
|
||||
String getUnlocalizedName()
|
||||
{
|
||||
return "P2PTunnel";
|
||||
return "p2p_tunnel";
|
||||
}
|
||||
},
|
||||
|
||||
@@ -268,7 +268,7 @@ public enum PartType
|
||||
@Override
|
||||
String getUnlocalizedName()
|
||||
{
|
||||
return "P2PTunnel";
|
||||
return "p2p_tunnel";
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user