You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*This started as fork of [TMCMR](https://github.com/TOGoS/TMCMR), but has been almost completely rewritten due to the update. If you want something stable that works with 1.12 and before worlds, go check it out.*
8
-
9
7
## Features:
8
+
9
+
- Beautiful, realistic renders
10
10
- Really fast (>700 chunks/s on my system)
11
11
- Works with huge worlds
12
12
- Works on servers
13
13
- Rendering scale: 1 pixel : 1 block
14
14
- An interactive GUI viewer made with JavaFX
15
-
- Pins on the map show additional information like players and villages
15
+
- Pins on the map show points of interest like players, generated structures and villages
16
16
- Different color maps and shaders that highlight exactly what you are looking for (including an underground caves and an ocean ground view)
17
17
- A command line interface to render your worlds from scripts
18
18
- The core rendering code as library to use in your own projects (releasing soon™)
19
-
- Gamma corrected rendering
20
-
- Works with 1.13+ worlds (currently: up to 1.15. Rudimentary 1.16 support on the master branch)
19
+
- Works with 1.16 worlds (with limited support down to 1.13)
21
20
22
21
## Gallery
23
22
@@ -29,10 +28,11 @@
29
28
30
29
## Requirements:
31
30
32
-
- Minecraft 1.13+ worlds. Chunks from before the release (even from 1.13 snapshots) will be ignored. Please optimize your worlds in Minecraft before rendering them
31
+
- Minecraft 1.13+ worlds. Chunks from before the release (even from 1.13 snapshots) will be ignored. Please optimize your worlds in Minecraft before rendering them (or use other map viewer, like [TMCMR](https://github.com/TOGoS/TMCMR)).
33
32
- Java 12+
34
33
- While BlockMap should run on any Java, using the [OpenJDK](https://adoptopenjdk.net/) is recommended.
35
34
- If you won't hack on the code itself, the JRE should suffice (in the downloads section, choose JRE over JDK)
35
+
- Past experience has shown that Java updates are not as backwards-compatible as they could be. So while any newer Java version **should** work just fine, it has currently only been tested up to Java 14. If you encounter any problems that go away by downgrading Java, please open up an issue.
36
36
37
37
## Get it / Installation:
38
38
@@ -50,7 +50,7 @@ BlockMap hasn't been packaged for other distros yet (looking for maintainers).
50
50
51
51
The GUI version should just run by (double)clicking it. Otherwise run it through:
52
52
53
-
java -jar BlockMap-gui-2.0.0.jar
53
+
java -jar BlockMap-gui-2.1.0.jar
54
54
55
55
to start. If you installed BlockMap through a package manager, search for it in your launcher or menu.
56
56
@@ -68,9 +68,9 @@ to start. If you installed BlockMap through a package manager, search for it in
68
68
If you want to use BlockMap through the command line without,
0 commit comments