Optimized parsing

This commit is contained in:
Nathan Adams
2018-01-16 17:10:54 +01:00
parent 8ed8f02bee
commit 8d4d3cba80
5 changed files with 65 additions and 32 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.17'
version = '0.1.18'
group = 'com.mojang'
task wrapper(type: Wrapper) {