WIP: Port to compilation on 1.21.4

This commit is contained in:
Linnea Gräf
2024-12-07 13:26:03 +01:00
parent cdb5e60f52
commit bf7795df22
77 changed files with 780 additions and 1446 deletions

View File

@@ -0,0 +1,11 @@
package moe.nea.firmament.mixins.custommodels;
import net.minecraft.client.item.ItemModelManager;
import org.spongepowered.asm.mixin.Mixin;
@Mixin(ItemModelManager.class)
public class ApplyHeadModelInItemRenderer {
// TODO: replace head_model with a condition model (if possible, automatically)
// TODO: ItemAsset.CODEC should upgrade partials
}