Updated forge

Updated forge.
It had some important fixes & additions.
This commit is contained in:
elix-x 2016-08-10 12:07:14 +02:00
parent 6aeec56dc0
commit 746bca8c40
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ aebasename=appliedenergistics2
#########################################################
minecraft_version=1.10.2
mcp_mappings=snapshot_20160518
forge_version=12.18.0.2010
forge_version=12.18.1.2050
#########################################################
# Installable #

View File

@ -231,6 +231,12 @@ public class CachingRotatingBakedModel implements IBakedModel
}
@Override
public void setTexture( TextureAtlasSprite texture )
{
}
}
}