Changed exceptions to Messages, to allow translations via library holders (ie minecraft game)

This commit is contained in:
Nathan Adams
2018-05-30 12:45:07 +02:00
parent 46a0d3be41
commit 631096e871
28 changed files with 444 additions and 329 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import groovy.io.FileType
apply plugin: 'java-library'
apply plugin: 'maven'
version = '0.1.25'
version = '0.1.27'
group = 'com.mojang'
task wrapper(type: Wrapper) {