Update FML: c90a853
c90a853 Fix up addRenderer to catch exceptions from the basemod, also, addrenderer now supplies a list of the default renderers from MC for editing and will note the 18069d8 Change download location for FML libraries to files.minecraftforge.net, add an encoding param to the javac command line to force utf 8 a40f4a7 Add in random jar/zip files to the classpath. UGH this is so fucking ugly it's not funny. 5b6460b Use a null socket and try to prefer the result of getLocalHost in the broadcast data.
This commit is contained in:
parent
1a9f9185f4
commit
955904e6b2
3 changed files with 2 additions and 2 deletions
Binary file not shown.
|
@ -22,8 +22,8 @@
|
|||
float var10 = 1.0F;
|
||||
float var11 = 0.8F;
|
||||
@@ -1959,7 +1960,7 @@
|
||||
double var28;
|
||||
double var30;
|
||||
double var32;
|
||||
|
||||
- if (!this.blockAccess.doesBlockHaveSolidTopSurface(par2, par3 - 1, par4) && !Block.fire.canBlockCatchFire(this.blockAccess, par2, par3 - 1, par4))
|
||||
+ if (!this.blockAccess.doesBlockHaveSolidTopSurface(par2, par3 - 1, par4) && !Block.fire.canBlockCatchFire(this.blockAccess, par2, par3 - 1, par4, UP))
|
||||
|
|
|
@ -76,8 +76,8 @@
|
|||
if (this.field_77024_a)
|
||||
{
|
||||
@@ -192,9 +191,9 @@
|
||||
float var11;
|
||||
float var12;
|
||||
float var16;
|
||||
|
||||
- if (par3 < 256 && RenderBlocks.renderItemIn3d(Block.blocksList[par3].getRenderType()))
|
||||
- {
|
||||
|
|
Loading…
Reference in a new issue