Fix value passed for Item.getModel useRemaining argument. Closes #1623

This commit is contained in:
Lex Manos 2015-01-08 23:37:06 -08:00
parent fb88b021c5
commit 64bf7bb3be
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
}
+ else
+ {
+ modelresourcelocation = item.getModel(p_175049_1_, entityplayer, p_175049_1_.func_77988_m() - entityplayer.func_71052_bv());
+ modelresourcelocation = item.getModel(p_175049_1_, entityplayer, entityplayer.func_71052_bv());
+ }
if (modelresourcelocation != null)