parent
94fa30fd03
commit
d08ad393ac
3 changed files with 5 additions and 3 deletions
4
.github/CHANGELOG.md
vendored
4
.github/CHANGELOG.md
vendored
|
@ -94,4 +94,6 @@
|
|||
- Fixed flipper cannot find TileEntitySign
|
||||
- Added disconnect and command commands to remote control
|
||||
- v3.0.6
|
||||
- Remove unecessary code
|
||||
- Remove unecessary code
|
||||
- v3.0.7
|
||||
- anti afk
|
|
@ -1,6 +1,6 @@
|
|||
mod_name = Lilase
|
||||
mod_id = lilase
|
||||
mod_version = 3.0.6
|
||||
mod_version = 3.0.7
|
||||
|
||||
essential.defaults.loom=0
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ import static me.night0721.lilase.features.flipper.Flipper.webhook;
|
|||
public class Lilase {
|
||||
public static final String MOD_NAME = "Lilase";
|
||||
public static final String MODID = "Lilase";
|
||||
public static final String VERSION = "3.0.6";
|
||||
public static final String VERSION = "3.0.7";
|
||||
public static final Minecraft mc = Minecraft.getMinecraft();
|
||||
// public static PageFlipper pageFlipper;
|
||||
public static Claimer claimer;
|
||||
|
|
Loading…
Reference in a new issue