Topic category: Advanced modding
I have been trying to import a model I made in tabula I can change the opacity in tabula and I can import it but when I try to use it and run a gradle I get this error
C:\Users\Zachary\Desktop\mcreator\src\main\java\net\mcreator\test001\MCreatorAncientSlime.java:189: error: cannot find symbol
GlStateManager.color(1.0F, 1.0F, 1.0F, 0.5F);
^
symbol: method color(float,float,float,float)
location: class GlStateManager
C:\Users\Zachary\Desktop\mcreator\src\main\java\net\mcreator\test001\MCreatorAncientSlime.java:194: error: cannot find symbol
GlStateManager.color(1.0F, 1.0F, 1.0F, 0.5F);
^
symbol: method color(float,float,float,float)
location: class GlStateManager
C:\Users\Zachary\Desktop\mcreator\src\main\java\net\mcreator\test001\MCreatorAncientSlime.java:200: error: cannot find symbol
GlStateManager.color(1.0F, 1.0F, 1.0F, 0.5F);
^
symbol: method color(float,float,float,float)
location: class GlStateManager
C:\Users\Zachary\Desktop\mcreator\src\main\java\net\mcreator\test001\MCreatorAncientSlime.java:205: error: cannot find symbol
GlStateManager.color(1.0F, 1.0F, 1.0F, 0.5F);
It will work if I don't change the opacity but then even if the texture is transparent I cant see through it.
Tabula does not make 1.12.2 or 1.14.4 compatible models. Use BlockBench.
thank you
You are welcome! I am glad I could help :) If you like what we do, consider donating to us to help us keep this project up.
Im sorry to ask you something else but are you unable to change opacity in mcreator. I have a texture that has lower opacity but when its n game I can see through it
sry about the typo I meant that I can not see through it at all
I don't think entities support this by default without custom code in vanilla.
thank you