item sprite names
This commit is contained in:
parent
153e53ba9a
commit
0a701b55d2
4 changed files with 4 additions and 4 deletions
|
@ -292,7 +292,7 @@ public class Item
|
|||
return provider.getModel(this.getTransform(), name);
|
||||
}
|
||||
|
||||
public String[] getRenderItems() {
|
||||
public String[] getSprites() {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
|
|
@ -138,7 +138,7 @@ public class ItemBow extends Item
|
|||
return 1;
|
||||
}
|
||||
|
||||
public String[] getRenderItems() {
|
||||
public String[] getSprites() {
|
||||
return new String[] {"bow_pulling_0", "bow_pulling_1", "bow_pulling_2"};
|
||||
}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ public class ItemFishingRod extends Item
|
|||
return 1;
|
||||
}
|
||||
|
||||
public String[] getRenderItems() {
|
||||
public String[] getSprites() {
|
||||
return new String[] {"fishing_rod_cast"};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue