Fix tritanium ore having wrong tag

This commit is contained in:
DBotThePony 2024-08-31 14:06:29 +07:00
parent ae3fef941b
commit 6f9132ee8c
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -222,7 +222,7 @@ class TagsProvider(private val event: GatherDataEvent) {
}
fun ore(key: String, block: Block): TagsProvider {
val forgeKey = ResourceLocation("forge", "ores/$key")
val forgeKey = ResourceLocation("c", "ores/$key")
val b = TagKey.create(Registries.BLOCK, forgeKey)
val i = TagKey.create(Registries.ITEM, forgeKey)