Fix ServerBrand retriever- forge is now forge,fml!
Update FML: cd96718 cd96718 Fix HD mob skins, FINALLY!!! Stupid eyes are stupid.
This commit is contained in:
parent
afea4fce1d
commit
6673844c54
3 changed files with 10 additions and 1 deletions
Binary file not shown.
|
@ -17,7 +17,7 @@
|
|||
this.singleIntBuffer.clear();
|
||||
GLAllocation.generateTextureNames(this.singleIntBuffer);
|
||||
int var3 = this.singleIntBuffer.get(0);
|
||||
@@ -215,6 +218,7 @@
|
||||
@@ -217,6 +220,7 @@
|
||||
}
|
||||
|
||||
this.textureMap.put(par1Str, Integer.valueOf(var3));
|
||||
|
|
|
@ -162,6 +162,15 @@
|
|||
}
|
||||
|
||||
@SideOnly(Side.SERVER)
|
||||
@@ -869,7 +867,7 @@
|
||||
|
||||
public String getServerModName()
|
||||
{
|
||||
- return "fml";
|
||||
+ return "forge,fml";
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -1131,6 +1129,7 @@
|
||||
|
||||
if (var2 != null)
|
||||
|
|
Loading…
Reference in a new issue