mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-20 03:44:23 +01:00
This mixin is unused
This commit is contained in:
parent
e06c6108f5
commit
d2c4b85965
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import net.minecraft.client.render.entity.model.BipedEntityModel;
|
||||||
import net.minecraft.entity.LivingEntity;
|
import net.minecraft.entity.LivingEntity;
|
||||||
|
|
||||||
@Mixin(ArmorFeatureRenderer.class)
|
@Mixin(ArmorFeatureRenderer.class)
|
||||||
|
// TODO: Remove this
|
||||||
abstract class MixinArmorFeatureRenderer<
|
abstract class MixinArmorFeatureRenderer<
|
||||||
T extends LivingEntity,
|
T extends LivingEntity,
|
||||||
M extends BipedEntityModel<T>,
|
M extends BipedEntityModel<T>,
|
||||||
|
|
Loading…
Reference in a new issue