use of forestry.core.render.TextureManagerForestry in project ForestryMC by ForestryMC.
the class ProxyRenderClient method initRendering.
@Override
public void initRendering() {
TextureManagerForestry textureManagerForestry = TextureManagerForestry.getInstance();
TextureMapForestry textureMap = textureManagerForestry.getTextureMap();
Minecraft minecraft = Minecraft.getMinecraft();
minecraft.renderEngine.loadTickableTexture(TextureManagerForestry.getInstance().getGuiTextureMap(), textureMap);
}
Aggregations