mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2025-02-13 16:24:23 +01:00
Update background on the skins gui
This commit is contained in:
parent
00d45b30c3
commit
76383e1a2d
1 changed files with 2 additions and 2 deletions
|
@ -54,10 +54,10 @@ public class GuiSkinsMineLP extends GuiSkins {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void initPanorama() {
|
protected ResourceLocation getBackground() {
|
||||||
int i = (int)Math.floor(Math.random() * panoramas.length);
|
int i = (int)Math.floor(Math.random() * panoramas.length);
|
||||||
|
|
||||||
panorama.setSource(panoramas[i]);
|
return new ResourceLocation(panoramas[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void setWet(boolean wet) {
|
protected void setWet(boolean wet) {
|
||||||
|
|
Loading…
Reference in a new issue