mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 00:26:07 +09:00
font update
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,4 +3,4 @@
|
||||
# You can disable basegame, but we don't recommend.
|
||||
|
||||
basegame
|
||||
#dwarventech
|
||||
dwarventech
|
||||
|
||||
|
@@ -1 +0,0 @@
|
||||
println("Hello, script !")
|
||||
@@ -1 +0,0 @@
|
||||
print "Hello, world!"
|
||||
@@ -1,11 +0,0 @@
|
||||
import net.torvald.terrarum.ModMgr
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 2017-04-26.
|
||||
*/
|
||||
|
||||
static void invoke(String module) {
|
||||
ModMgr.GameBlockLoader.invoke(module)
|
||||
ModMgr.GameItemLoader.invoke(module)
|
||||
ModMgr.GameLanguageLoader.invoke(module)
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
|
||||
println("Hello, world!!")
|
||||
return 42
|
||||
Reference in New Issue
Block a user