Fix value passed for Item.getModel useRemaining argument. Closes #1623
This commit is contained in:
parent
fb88b021c5
commit
64bf7bb3be
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
}
|
}
|
||||||
+ else
|
+ 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)
|
if (modelresourcelocation != null)
|
||||||
|
|
Loading…
Reference in a new issue