fix: ores glow textures are not loading

This commit is contained in:
minjaesong
2023-11-23 17:03:48 +09:00
parent 08d69ba09c
commit 99bc57acdf
2 changed files with 14 additions and 5 deletions

View File

@@ -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"