mirror of
https://github.com/MineLittlePony/MineLittlePony.git
synced 2024-11-25 13:57:59 +01:00
Fixed one broken mixin
This commit is contained in:
parent
a418495ee1
commit
d675bb40a5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ abstract class MixinFirstPersonRenderer {
|
|||
|
||||
@Redirect(method = "renderItem(" + LivingEntity + ItemStack + Type + Boolean + MatrixStack + VertexConsumerProvider + Int + ")V",
|
||||
at = @At(value = "INVOKE",
|
||||
target = ItemRenderer + "method_23177(" + LivingEntity + ItemStack + Type + Boolean + MatrixStack + VertexConsumerProvider + World + Int + Int + ")V"))
|
||||
target = ItemRenderer + "renderItem(" + LivingEntity + ItemStack + Type + Boolean + MatrixStack + VertexConsumerProvider + World + Int + Int + ")V"))
|
||||
private void redirectRenderItem(ItemRenderer target,
|
||||
@Nullable LivingEntity entity,
|
||||
ItemStack item,
|
||||
|
|
Loading…
Reference in a new issue