Skip to content

Commit

Permalink
3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
NK committed Jun 13, 2023
1 parent 94fa30f commit d08ad39
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 @@ -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
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.6
mod_version = 3.0.7

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.6";
public static final String VERSION = "3.0.7";
public static final Minecraft mc = Minecraft.getMinecraft();
// public static PageFlipper pageFlipper;
public static Claimer claimer;
Expand Down

0 comments on commit d08ad39

Please sign in to comment.