Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
piegamesde committed Oct 4, 2018
1 parent c4b1f67 commit 17ee1f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,21 @@ Download the latest version from the [Release page](https://github.com/piegamesd

The GUI version should just run by (double)clicking it. Otherwise run it through:

java -jar BlockMap-1.1.0.jar
java -jar BlockMap-1.1.1.jar

to start. The commandline version can be called through one of

java -jar BlockMap-1.1.0.jar render
java -jar BlockMap-1.1.0.jar help
java -jar BlockMap-1.1.1.jar render
java -jar BlockMap-1.1.1.jar help

The latter one will tell you how to use it. On Linux even with colors!

If your world has been created before the Minecraft 1.13 release, please optimize it. To do this, start Minecraft, select your world, go to "Edit" and then "Optimize World".

GUI controls:
**GUI controls:**

- Mouse wheel to zoom in and out
- Drag with the right mouse button to pan the view
- This will very likely change in the future
- If you drag to the edge, the mouse will wrap around so you can drag indefinitely. Blender users will appreciate this
- When loading a world, you can select either a world folder, a region folder or a single region file
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'eclipse'

allprojects {
version = '1.1.0'
version = '1.1.1'
}

subprojects {
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## Version 1.1.1
### Changes
- Support for changing the color map as well as the shader through CLI options
- Added an option to render chunks only if needed, called `--lazy`. (Implements #1)
- Fixed a few CLI bugs

### Known issues
- The about/help dialog still does nothing yet

## Version 1.1.0
### Changes
- Support for multiple color maps
Expand Down

0 comments on commit 17ee1f0

Please sign in to comment.