Changed models loading (Done)
This commit is contained in:
parent
831faeb306
commit
5da634fc73
63 changed files with 490 additions and 729 deletions
|
@ -21,12 +21,7 @@ public class EnchantedPetalItem extends ModelProviderItem {
|
|||
}
|
||||
|
||||
@Override
|
||||
public Optional<String> getModelString(String name) {
|
||||
return Patterns.createJson(Patterns.ITEM_GENERATED, "item/hydralux_petal");
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlockModel getModel(ResourceLocation resourceLocation) {
|
||||
public BlockModel getItemModel(ResourceLocation resourceLocation) {
|
||||
return ModelsHelper.createItemModel("hydralux_petal");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue