changing crabby location

This commit is contained in:
NK 2023-03-08 12:07:09 +00:00
parent 4896221d19
commit fa79bd9455

View file

@ -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