Textures not rendering correctly

Started by SauceOfficial2233 on

Topic category: Help with modding (Java Edition)

Last seen on 20:21, 25. May 2024
Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Textures not rendering correctly

so basically, my block uses a texture that doesn't exist, does this have to do with the texture itself?
{
  "parent": "saucepack:custom/sifter",
  "textures": {
    "all": "saucepack:block/sifter",
    "particle": "saucepack:block/sifter",
    "0": "saucepack:block/siftertexture"
  },
  "render_type": "solid"
}
the texture that doesn't exist is siftertexture