change lilase.png to lilase.jpg
This commit is contained in:
parent
aac63bbbfb
commit
a251c61a10
5 changed files with 4 additions and 4 deletions
2
.github/README.md
vendored
2
.github/README.md
vendored
|
@ -1,6 +1,6 @@
|
|||
<h1 style="text-align:center;"> Auction House Flipper - Lilase</h1>
|
||||
<div style="display:flex;align-items: center;justify-content: center;">
|
||||
<img src="https://cdn.discordapp.com/attachments/842014909264953354/1082373275038003210/lilase.png" width="300" alt="icon"/>
|
||||
<img src="https://raw.githubusercontent.com/night0721/Lilase/master/src/main/resources/assets/lilase.jpg" width="300" alt="icon"/>
|
||||
</div>
|
||||
|
||||
# Introduction:
|
||||
|
|
|
@ -10,7 +10,7 @@ import me.night0721.lilase.Lilase;
|
|||
|
||||
public class AHConfig extends Config {
|
||||
public AHConfig() {
|
||||
super(new Mod("Lilase", ModType.SKYBLOCK, "/assets/lilase.png", 84, 84), "lilase.json");
|
||||
super(new Mod("Lilase", ModType.SKYBLOCK, "/assets/lilase.jpg", 84, 84), "lilase.json");
|
||||
initialize();
|
||||
addListener("WEBHOOK", () -> Lilase.configHandler.setString("Webhook", WEBHOOK));
|
||||
addListener("REMOTE_CONTROL", () -> Lilase.configHandler.setBoolean("RemoteControl", REMOTE_CONTROL));
|
||||
|
|
BIN
src/main/resources/assets/lilase.jpg
Normal file
BIN
src/main/resources/assets/lilase.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.5 MiB |
|
@ -9,7 +9,7 @@
|
|||
"updateUrl": "https://github.com/night0721/Lilase/releases",
|
||||
"authorList": ["night0721"],
|
||||
"credits": "JellyLab/FarmHelper",
|
||||
"logoFile": "assets/lilase.png",
|
||||
"logoFile": "assets/lilase.jpg",
|
||||
"screenshots": [],
|
||||
"dependencies": []
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue