So I am trying to create the elements in the periodic table. However, I'm not really sure how to create different model files for each one. They are all variations of the "element" item, but with different data values. I have attached my base item, specific item, item registering class, utility class which contains my enum list, and my current model file. The first model file works, and my generic element has a texture. My question is how to get the other 118 items to have models and textures.
ItemBase.java
ItemElement.java
ModItems.java
ElementUtil.java
element.json