Started by
Snipeur060
on
Topic category: Help with MCreator software
Hey i export my project and now when i go to my project all block have this
And when i unstick the case it the same thing and all of my block is transparent
Topic category: Help with MCreator software
Hey i export my project and now when i go to my project all block have this
And when i unstick the case it the same thing and all of my block is transparent
Make sure you're on the latest version. If it still happens let me know - I'll make you a temporary workaround :)
It still append and i'm in the latest version
help pls ?
This is most likely a bug then. Hopefully Klemen sees this and gets it fixed for the next build.
In the meantime, you can lock your code and make this simple edit to turn off transparency:
Find a line that looks something like this:
super(BlockBehaviour.Properties.of(Material.STONE).sound(SoundType.GRAVEL).strength(1f, 10f).noOcclusion()
and remove
.noOcclusion()
Hope this helps!
I don't find this line
can you help me ?