@@ -103,7 +103,7 @@ public void drawScreen(int i, int j, float f){
103
103
int offset = 100 ;
104
104
if (stack .hasTagCompound ()) {
105
105
if (stack .stackTagCompound .getDouble ("version" ) == 2.0 ) {
106
- drawCenteredString (mc .fontRenderer , stack .stackTagCompound .getString ("pageTitle" ), width / 2 , height / 2 - 110 , 0x000000 );
106
+ // drawCenteredString(mc.fontRenderer, stack.stackTagCompound.getString("pageTitle"), width / 2, height / 2 - 110, 0x000000);
107
107
for (int x = 0 ; x <= stack .stackTagCompound .func_150296_c ().size (); x ++) {
108
108
String output = stack .stackTagCompound .getString ("line" +x );
109
109
String [] parts = output .split ("∞" );
@@ -123,7 +123,7 @@ public void drawScreen(int i, int j, float f){
123
123
}
124
124
}
125
125
} else {
126
- drawCenteredString (mc .fontRenderer , stack .stackTagCompound .getString ("pageTitle" ), width / 2 , height / 2 - 110 , 0x000000 );
126
+ // drawCenteredString(mc.fontRenderer, stack.stackTagCompound.getString("pageTitle"), width / 2, height / 2 - 110, 0x000000);
127
127
for (int x = 0 ; x <= stack .stackTagCompound .func_150296_c ().size (); x ++) {
128
128
String output = stack .stackTagCompound .getString ("line" +x );
129
129
Integer outleng = output .replaceAll ("(?:§[0-9a-fk-or])+" , "" ).length ();
@@ -146,4 +146,4 @@ public void drawScreen(int i, int j, float f){
146
146
}
147
147
super .drawScreen (i , j , f );
148
148
}
149
- }
149
+ }
0 commit comments