3.0.6
Some checks failed
build-ci / build (push) Has been cancelled

This commit is contained in:
NK 2023-06-11 00:26:12 +01:00
parent 5809efb6cd
commit 0cc8a33ec9
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

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

View file

@ -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;