fix potion overlay
This commit is contained in:
parent
8c44c024ab
commit
e24794aa84
1 changed files with 1 additions and 1 deletions
|
@ -358,6 +358,6 @@ public class ItemPotion extends Item
|
||||||
}
|
}
|
||||||
|
|
||||||
public Model getModel(ModelProvider provider, String name) {
|
public Model getModel(ModelProvider provider, String name) {
|
||||||
return provider.getModel(this.getTransform(), "potion_overlay");
|
return provider.getModel(this.getTransform(), "potion_overlay", this.isSplashPotion() ? "potion_bottle_splash" : "potion_bottle_drinkable");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue