This commit is contained in:
NK 2023-05-18 12:50:41 +01:00
parent 78007d9675
commit e42ce516ba
3 changed files with 5 additions and 3 deletions

View file

@ -42,3 +42,5 @@
- Remove sniper option, only cofl macro exist now
- Added purse to webhook
- Added many more stuff to debug
- v2.0.2
- Minor bug fixes

View file

@ -1,6 +1,6 @@
mod_name = Lilase
mod_id = lilase
mod_version = 2.0.1
mod_version = 2.0.2
essential.defaults.loom=0

View file

@ -32,7 +32,7 @@ import static me.night0721.lilase.config.AHConfig.RECONNECT_DELAY;
public class Lilase {
public static final String MOD_NAME = "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 Sniper sniper;
public static PageFlipper pageFlipper;