Fix compile/model errors
This commit is contained in:
parent
78093631c5
commit
e845332846
11 changed files with 25 additions and 18 deletions
|
@ -99,7 +99,7 @@ public class ItemPotionFlask extends Item implements IMeshProvider
|
|||
return EnumActionResult.SUCCESS;
|
||||
}
|
||||
|
||||
return super.onItemUse(stack, player, world, pos, hand, facing, hitX, hitY, hitZ);
|
||||
return super.onItemUse(player, world, pos, hand, facing, hitX, hitY, hitZ);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue