diff options
author | nea <nea@nea.moe> | 2023-07-31 00:48:15 +0200 |
---|---|---|
committer | nea <nea@nea.moe> | 2023-07-31 00:48:15 +0200 |
commit | e6e3f4a496bfff99bce3aa4469e74f29b3daab12 (patch) | |
tree | 0d85db5212f1c630a7c5506e51f304dd8f547dae /src/main/kotlin/moe/nea/firmament/repo | |
parent | dbc56fb352134839800fad2a9d71dce6ab67349a (diff) | |
download | firmament-e6e3f4a496bfff99bce3aa4469e74f29b3daab12.tar.gz firmament-e6e3f4a496bfff99bce3aa4469e74f29b3daab12.tar.bz2 firmament-e6e3f4a496bfff99bce3aa4469e74f29b3daab12.zip |
Add skin fixer
Diffstat (limited to 'src/main/kotlin/moe/nea/firmament/repo')
-rw-r--r-- | src/main/kotlin/moe/nea/firmament/repo/ItemCache.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/firmament/repo/ItemCache.kt b/src/main/kotlin/moe/nea/firmament/repo/ItemCache.kt index 72a779c..5dc1b25 100644 --- a/src/main/kotlin/moe/nea/firmament/repo/ItemCache.kt +++ b/src/main/kotlin/moe/nea/firmament/repo/ItemCache.kt @@ -34,6 +34,7 @@ import kotlinx.coroutines.launch import net.minecraft.SharedConstants import net.minecraft.block.entity.SkullBlockEntity import net.minecraft.client.resource.language.I18n +import net.minecraft.client.texture.PlayerSkinProvider import net.minecraft.datafixer.Schemas import net.minecraft.datafixer.TypeReferences import net.minecraft.item.ItemStack |