Chipped

Chipped

67M Downloads

[Bug]: Andesite Pillars (ornate, ...) render as Polished Andesite in Inventory

unweeked opened this issue ยท 1 comments

commented

Bug Description

Andesite Pillars (ornate, ...) render as Polished Andesite in Inventory

How to Reproduce?

No response

Expected Behavior

No response

Version

3.0.7

Mod Loader Version

1.20.1 47.3.6

Mod Loader

Forge

Logs or additional context

No response

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I have installed all the required dependencies for the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.
commented

This is due to the way they configured the blockstates & the block model. to fix this issue, the side texture under the block model should be set to "side":"chipped:block/andesite/ctm/curly_andesite_pillar/0"
Some other pillars have the inverse issue, where they need to have their "base texture" changed to match the polished texture, then have their model updated as stated above. hope this helps.