mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
item is useable (wall is not!); tile breakage works confirmed
This commit is contained in:
@@ -239,7 +239,7 @@ object ModMgr {
|
||||
val internalID: Int = it["id"].toInt()
|
||||
val itemName: String = "item@$module:$internalID"
|
||||
|
||||
printdbg(this, "Reading item #$internalID with className $className")
|
||||
printdbg(this, "Reading item ${itemName} <<- internal #$internalID with className $className")
|
||||
|
||||
val loadedClass = Class.forName(className)
|
||||
val loadedClassConstructor = loadedClass.getConstructor(ItemID::class.java)
|
||||
|
||||
Reference in New Issue
Block a user