fix: Don't hide global overrides for textures with extra attributes ids

This commit is contained in:
Linnea Gräf
2025-01-21 13:17:01 +01:00
parent 2a3a4c07f5
commit 36cf26be6d
8 changed files with 79 additions and 23 deletions

View File

@@ -0,0 +1,7 @@
package moe.nea.firmament.util.mc
import net.minecraft.util.Identifier
interface IntrospectableItemModelManager {
fun hasModel_firmament(identifier: Identifier): Boolean
}