Skip to content

Commit

Permalink
3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NK committed Jun 10, 2023
1 parent 5809efb commit 0cc8a33
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_name = Lilase
mod_id = lilase
mod_version = 3.0.4
mod_version = 3.0.6

essential.defaults.loom=0

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/night0721/lilase/Lilase.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
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;
Expand Down

0 comments on commit 0cc8a33

Please sign in to comment.