mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-15 21:14:04 +09:00
apparently I was just doing it wrong :/
This commit is contained in:
@@ -58,7 +58,7 @@ class BlockCodex {
|
||||
/**
|
||||
* Later entry (possible from other modules) will replace older ones
|
||||
*/
|
||||
internal constructor(module: String, path: String) : this() {
|
||||
fun fromModule(module: String, path: String) {
|
||||
App.printmsg(this, "Building block properties table")
|
||||
try {
|
||||
register(module, CSVFetcher.readFromModule(module, path))
|
||||
|
||||
Reference in New Issue
Block a user