We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcf2e7 commit 869fc4eCopy full SHA for 869fc4e
2 files changed
changelog.md
@@ -1,9 +1,10 @@
1
# Changelog
2
3
-## Next
+## 0.2_1
4
+*2025-07-31 21:13*
5
- Include mouse angle in save file
-- Fixed falling into void when digging straight down.
6
-- Fixed world save and load.
+- Fixed falling into void when digging straight down
7
+- Fixed world save and load
8
- Fixed block edge flickering
9
10
## 0.2
src/com/nixinova/mineo/main/Mineo.java
@@ -16,7 +16,7 @@
16
17
public class Mineo {
18
public static final String DATA_FOLDER = ".mineo";
19
- public static final String VERSION = "0.2";
+ public static final String VERSION = "0.2_1";
20
public static final String TITLE = "Mineo " + VERSION;
21
22
public static String rootFolder;
0 commit comments