v2.0!
This commit is contained in:
parent
52a02e29a3
commit
44d80afc58
3 changed files with 7 additions and 3 deletions
4
.github/CHANGELOG.md
vendored
4
.github/CHANGELOG.md
vendored
|
@ -33,3 +33,7 @@
|
|||
- Server ID on scoreboard hider
|
||||
- Page flipper [WIP]
|
||||
- new config with json
|
||||
- v2.0
|
||||
- Added a config for disabling words and crabby
|
||||
- Fixing cofl macro cannot open issue
|
||||
- Adding auto sell to cofl macro
|
|
@ -1,6 +1,6 @@
|
|||
mod_name = Lilase
|
||||
mod_id = lilase
|
||||
mod_version = 1.0.26
|
||||
mod_version = 2.0
|
||||
|
||||
essential.defaults.loom=0
|
||||
|
||||
|
|
|
@ -34,7 +34,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 = "1.0.26";
|
||||
public static final String VERSION = "2.0";
|
||||
public static final Minecraft mc = Minecraft.getMinecraft();
|
||||
public static Sniper sniper;
|
||||
public static PageFlipper pageFlipper;
|
||||
|
|
Loading…
Reference in a new issue