2.0.2
This commit is contained in:
parent
78007d9675
commit
e42ce516ba
3 changed files with 5 additions and 3 deletions
4
.github/CHANGELOG.md
vendored
4
.github/CHANGELOG.md
vendored
|
@ -41,4 +41,6 @@
|
||||||
- Fix webhook issues, now it would send when soneone bought your item
|
- Fix webhook issues, now it would send when soneone bought your item
|
||||||
- Remove sniper option, only cofl macro exist now
|
- Remove sniper option, only cofl macro exist now
|
||||||
- Added purse to webhook
|
- Added purse to webhook
|
||||||
- Added many more stuff to debug
|
- Added many more stuff to debug
|
||||||
|
- v2.0.2
|
||||||
|
- Minor bug fixes
|
|
@ -1,6 +1,6 @@
|
||||||
mod_name = Lilase
|
mod_name = Lilase
|
||||||
mod_id = lilase
|
mod_id = lilase
|
||||||
mod_version = 2.0.1
|
mod_version = 2.0.2
|
||||||
|
|
||||||
essential.defaults.loom=0
|
essential.defaults.loom=0
|
||||||
|
|
||||||
|
|
|
@ -32,7 +32,7 @@ import static me.night0721.lilase.config.AHConfig.RECONNECT_DELAY;
|
||||||
public class Lilase {
|
public class Lilase {
|
||||||
public static final String MOD_NAME = "Lilase";
|
public static final String MOD_NAME = "Lilase";
|
||||||
public static final String MODID = "Lilase";
|
public static final String MODID = "Lilase";
|
||||||
public static final String VERSION = "2.0.1";
|
public static final String VERSION = "2.0.2";
|
||||||
public static final Minecraft mc = Minecraft.getMinecraft();
|
public static final Minecraft mc = Minecraft.getMinecraft();
|
||||||
public static Sniper sniper;
|
public static Sniper sniper;
|
||||||
public static PageFlipper pageFlipper;
|
public static PageFlipper pageFlipper;
|
||||||
|
|
Loading…
Reference in a new issue