mirror of
https://github.com/BlockWorldGroup/Ledger-Databases.git
synced 2025-10-14 04:39:59 +08:00
Fix
This commit is contained in:
@@ -12,5 +12,8 @@ object LedgerDatabases : DedicatedServerModInitializer {
|
|||||||
ExtensionManager.registerExtension(LedgerDatabaseExtension())
|
ExtensionManager.registerExtension(LedgerDatabaseExtension())
|
||||||
}
|
}
|
||||||
|
|
||||||
fun identifier(path: String) = Identifier(MOD_ID, path)
|
// fun identifier(path: String) = Identifier(MOD_ID, path)
|
||||||
|
fun identifier(path: String): Identifier {
|
||||||
|
return Identifier.of(MOD_ID, path)
|
||||||
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user