ModMgr: I can load class by name; dropped Groovy script support, coding must go to JAR

This commit is contained in:
minjaesong
2018-05-09 05:34:39 +09:00
parent d70aabc1b4
commit f0907d9737
26 changed files with 383 additions and 73 deletions

View File

@@ -12,7 +12,7 @@
"speed": 3.0,
"speedmult": [100,100,100,100,100,100,100],
"jumppower": 4.3,
"jumppower": 13.0,
"jumppowermult": [100,100,100,100,100,100,100],
"scale": 1.0,

View File

@@ -1,2 +1,2 @@
"id";"filename"
"8448";"testpick.groovy"
"id";"classname"
"8448";"net.torvald.terrarum.modulebasegame.items.PickaxeGeneric"
1 id filename classname
2 8448 testpick.groovy net.torvald.terrarum.modulebasegame.items.PickaxeGeneric