![Redstone Control 2](https://media.forgecdn.net/avatars/thumbnails/411/685/256/256/637630112340641139.png)
Warnings "unable to resolve texture reference"
cpm9 opened this issue ยท 1 comments
4 warnings in client latest.log during startup
redstonecontrol2-1.16.5-1.0.8.1
cd4017be_lib-1.16.5-7.1.3.6
forge-1.16.5-36.2.19-installer
[30Nov2021 18:17:47.904] [Worker-Main-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: particle in rs_ctr2:part/_7segment1
[30Nov2021 18:17:47.904] [Worker-Main-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: particle in rs_ctr2:part/_7segment0
[30Nov2021 18:17:47.904] [Worker-Main-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: particle in rs_ctr2:part/_7segment3
[30Nov2021 18:17:47.904] [Worker-Main-1/WARN] [net.minecraft.client.renderer.model.ModelBakery/]: Unable to resolve texture reference: particle in rs_ctr2:part/_7segment2
Ahh yes, minecraft expects every model to define a particle texture but since this is a microblock part model, it doesn't actually use the particle texture for anything so I didn't bother to define it. I should probably just rename my texture variable 'main' into 'particle', to get rid of the warnings.