Changed models loading (Done)
This commit is contained in:
parent
831faeb306
commit
5da634fc73
63 changed files with 490 additions and 729 deletions
|
@ -117,7 +117,7 @@ public class EndItems {
|
|||
public final static Item UMBRELLA_CLUSTER_JUICE = registerDrink("umbrella_cluster_juice", 5, 0.7F);
|
||||
|
||||
public static Item registerDisc(String name, int power, SoundEvent sound) {
|
||||
return registerItem(BetterEnd.makeID(name), new ModelProviderDiscItem(power, sound, makeItemSettings()));
|
||||
return registerItem(BetterEnd.makeID(name), new EndDiscItem(power, sound, makeItemSettings()));
|
||||
}
|
||||
|
||||
public static Item registerItem(String name) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue