Skip to content

Commit

Permalink
Version bumb, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDutchMC committed Aug 20, 2020
1 parent 8100f30 commit 2778ed9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#Gradle
/.gradle/
*/build/*
build/

#Eclipse
*.classpath
*.project
*.settings
.classpath
.project
.settings
*/bin/*
bin/
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pluginVersion = 1.0
pluginVersion = 1.0.1
pluginGroup = nl.thedutchmc
pluginName = SkinFixer
pluginAuthor = TheDutchMC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public void run() {

//Get the skin texture value, and the skin texture signature
JSONTokener tokener = new JSONTokener(skinJson);

//Descent to the Texture object
JSONObject full = (JSONObject) tokener.nextValue();
JSONObject data = (JSONObject) full.get("data");
Expand Down

0 comments on commit 2778ed9

Please sign in to comment.