zmatez / wildnature

A Wilder Experience
https://wildnaturemod.com
Apache License 2.0
7 stars 3 forks source link

Perennial pink and violet blockstates path typo #65

Closed Areolata7 closed 4 years ago

Areolata7 commented 4 years ago

In 2.1.6.4 for mc1.14:

Blockstates file for perennial_pink flower is wrong so the flower was not showing texture in game I have been messing with it for some time and finally found the error and fixed it for myself.

In the blockstates json file the path is incorrectly listed as:

"wildnature:block/perennial_flower_pink" "wildnature:block/perennial_flower_pink_flowering",

instead of:

"wildnature:block/perennial_pink" "wildnature:block/perennial_pink_flowering"

The extra "flower" in the middle needs to be removed.

It is only this way in the blockstates json, and is not wrong in either of the model json. Also the perennial_violet flowers have the same exact issue. The perennial_blue flower is fully functional.

Please fix.

zmatez commented 4 years ago

Thank you! Fixed