Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
DavixDevelop committed Dec 9, 2022
1 parent 0c1d940 commit 398539b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Optional parameters:

> Note: Marked with (some parameter) are optional parts, and the actual inputs with <some value>. Remove the <> and () before running the command in a terminal.
> <br>Ex with both jar, schematic and output OBJ file in same folder, and the unpacked resource pack (with the resource pack only in the SEUS or Vanilla format for now) in the .minecraft folder:<br>
> `java -jar schem2obj-0.6.33.jar -minecraftFolder C:\Users\user\AppData\Roaming\.minecraft -i .lava_test.schematic -o .lava_test.obj -t SEUS:C:\Users\user\AppData\Roaming\.minecraft\resourcepacks\PBRResourcePack`
> `java -jar schem2obj-0.6.34.jar -minecraftFolder C:\Users\user\AppData\Roaming\.minecraft -i .lava_test.schematic -o .lava_test.obj -t SEUS:C:\Users\user\AppData\Roaming\.minecraft\resourcepacks\PBRResourcePack`

### Blender 3.4 Import Procedure
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'com.github.johnrengelman.shadow'
mainClassName = 'com.davixdevelop.schem2obj.SchemeToObj'

group 'com.davixdevelop'
version '0.5.' + ('git rev-list --count HEAD'.execute().text.trim())
version '0.6.' + ('git rev-list --count HEAD'.execute().text.trim())
archivesBaseName = "schem2obj"

compileJava {
Expand Down

0 comments on commit 398539b

Please sign in to comment.