Fix Engine model texture binding
This commit is contained in:
parent
39822878df
commit
3507cb1b0f
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ public class RenderEngine extends TileEntitySpecialRenderer implements IInventor
|
|||
break;
|
||||
}
|
||||
|
||||
tileEntityRenderer.renderEngine.func_98187_b(texture);
|
||||
bindTextureByName(texture);
|
||||
|
||||
trunk.render(factor);
|
||||
|
||||
|
|
Loading…
Reference in a new issue