changing crabby location
This commit is contained in:
parent
4896221d19
commit
fa79bd9455
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import static me.night0721.lilase.Lilase.mc;
|
|||
public class ImageRenderer {
|
||||
public void draw() {
|
||||
mc.getTextureManager().bindTexture(new ResourceLocation("lilase:textures/images/crab.png"));
|
||||
Gui.drawModalRectWithCustomSizedTexture(0, 50, 0, 0, 100, 100, 100, 100);
|
||||
Gui.drawModalRectWithCustomSizedTexture(100, 0, 0, 0, 100, 100, 100, 100);
|
||||
}
|
||||
|
||||
@SubscribeEvent
|
||||
|
|
Loading…
Reference in a new issue