parent
5809efb6cd
commit
0cc8a33ec9
3 changed files with 5 additions and 3 deletions
4
.github/CHANGELOG.md
vendored
4
.github/CHANGELOG.md
vendored
|
@ -92,4 +92,6 @@
|
|||
- Emergency bug fixes
|
||||
- v3.0.5
|
||||
- Fixed flipper cannot find TileEntitySign
|
||||
- Added disconnect and command commands to remote control
|
||||
- Added disconnect and command commands to remote control
|
||||
- v3.0.6
|
||||
- Remove unecessary code
|
|
@ -1,6 +1,6 @@
|
|||
mod_name = Lilase
|
||||
mod_id = lilase
|
||||
mod_version = 3.0.4
|
||||
mod_version = 3.0.6
|
||||
|
||||
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.4";
|
||||
public static final String VERSION = "3.0.6";
|
||||
public static final Minecraft mc = Minecraft.getMinecraft();
|
||||
// public static PageFlipper pageFlipper;
|
||||
public static Claimer claimer;
|
||||
|
|
Loading…
Reference in a new issue