DieReicheErethons / Brewery

GNU General Public License v3.0
162 stars 183 forks source link

Suggestion: Add customModelData as customItems option in config.yml #461

Open Okmeis opened 2 years ago

Okmeis commented 2 years ago

For servers with multiple custom items realized by resource packs using customModelData, it'd be nice to be able to differentiate ingredients that way.

Example: Server xyz has a resource pack with differrent fruits. Apples with customModelData 2 are oranges.

customItems:
  fruit-orange:
    material:
      - Apple
        -customModelData: 2

cauldron:
  abc:
    name: Orange Juice
    ingredients:
      - fruit-orange/2

  def:
    name: Apple Juice
    ingredients:
      - Apple/2
Fabyskan commented 1 year ago

Hi, is this feature in the plugin or is this just an suggestion?