mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-08-10 17:55:44 +00:00
inv render fix
This commit is contained in:
parent
9106da853b
commit
128908096b
@ -223,13 +223,14 @@ public class ItemRenderLibraryDoors {
|
|||||||
}});
|
}});
|
||||||
ItemRenderLibrary.renderers.put(Item.getItemFromBlock(ModBlocks.cargo_door), new ItemRenderBase(){
|
ItemRenderLibrary.renderers.put(Item.getItemFromBlock(ModBlocks.cargo_door), new ItemRenderBase(){
|
||||||
public void renderInventory() {
|
public void renderInventory() {
|
||||||
GL11.glTranslated(0, -3.75, 0);
|
GL11.glTranslated(0, -4, 0);
|
||||||
GL11.glScaled(2.4, 2.4, 2.4);
|
GL11.glScaled(4, 4, 4);
|
||||||
}
|
}
|
||||||
public void renderCommon() {
|
public void renderCommon() {
|
||||||
bindTexture(ResourceManager.pheo_cargo_door_tex);
|
bindTexture(ResourceManager.pheo_cargo_door_tex);
|
||||||
GL11.glShadeModel(GL11.GL_SMOOTH);
|
GL11.glShadeModel(GL11.GL_SMOOTH);
|
||||||
GL11.glTranslated(0, 1, 0);
|
GL11.glScaled(0.9, 0.9, 0.9);
|
||||||
|
GL11.glTranslated(0, 0.3, 0);
|
||||||
ResourceManager.pheo_cargo_door.renderPart("Frame");
|
ResourceManager.pheo_cargo_door.renderPart("Frame");
|
||||||
ResourceManager.pheo_cargo_door.renderPart("DoorTop");
|
ResourceManager.pheo_cargo_door.renderPart("DoorTop");
|
||||||
ResourceManager.pheo_cargo_door.renderPart("DoorBot");
|
ResourceManager.pheo_cargo_door.renderPart("DoorBot");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user