I'm using datagen in my code to reduce my workload, but I can't figure out a long-term solution to prevent me adding multiple Chains to the ItemModelGenerator method. I'd rather not do that every time I add a new chain, or other blocks for that matter.

by Cost-Local

2 Comments

  1. Core_Emperor on

    Typically you’d make a blockstate helper method, which automatically generates the item texture.
    One of the easiest things to do I believe, though many have different definitions of easy, this should be something simple

  2. Make a helper method that takes in the genrator and block holder (or multiple using the … syntax) and does it