Tabula Opacity Java Problem

Started by zachadac on

Topic category: Advanced modding

Active 2 years ago
Joined Sep 2016
Points:
744

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
Tabula Opacity Java Problem

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…
Thu, 01/30/2020 - 18:24

Tabula does not make 1.12.2 or 1.14.4 compatible models. Use BlockBench.

Active 2 years ago
Joined Sep 2016
Points:
744

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
thank you
Fri, 01/31/2020 - 00:52

thank you

You are welcome! I am glad I…
Fri, 01/31/2020 - 11:37

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.

Active 2 years ago
Joined Sep 2016
Points:
744

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
Im sorry to ask you…
Fri, 01/31/2020 - 23:36

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

Active 2 years ago
Joined Sep 2016
Points:
744

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
sry about the typo I meant…
Fri, 01/31/2020 - 23:37

sry about the typo I meant that I can not see through it at all

I don't think entities…
Sat, 02/01/2020 - 17:04

I don't think entities support this by default without custom code in vanilla.

Active 2 years ago
Joined Sep 2016
Points:
744

User statistics:

  • Modifications: 2
  • Forum topics: 2
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 17
thank you  
Sun, 02/02/2020 - 19:31

thank you