Beatso / LittleImprovementsVariated

My Minecraft resource pack, Little Improvements: Variated, from Planet Minecraft.
https://www.planetminecraft.com/texture-pack/little-improvements-variated/
4 stars 0 forks source link

Restructure terracotta models #27

Closed Beatso closed 4 years ago

Beatso commented 4 years ago

Currently, terracotta models are structured like this:

models
  ↳ block
    ↳ red_terracotta
      ↳ block
        ↳ 1.json
        ↳ 2.json
    ↳ blue_terracotta
      ↳ block
        ↳ 1.json
        ↳ 2.json

Instead, structure them like this:

models
  ↳ block
    ↳ terracotta
      ↳ red_terracotta
        ↳ 1.json
        ↳ 2.json
      ↳ blue_terracotta
        ↳ 1.json
        ↳ 2.json