mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
fix: ores glow textures are not loading
This commit is contained in:
@@ -46,6 +46,10 @@ class OreCodex {
|
||||
}
|
||||
}
|
||||
|
||||
fun getOrNull(blockID: ItemID?): OreProp? {//<O>
|
||||
return oreProps[blockID]
|
||||
}
|
||||
|
||||
private fun setProp(modname: String, key: Int, record: CSVRecord) {
|
||||
val prop = OreProp()
|
||||
prop.id = "ores@$modname:$key"
|
||||
|
||||
Reference in New Issue
Block a user