#How to draw quads in minecraft 1.16.5? VertexFormat.DrawMode.QUADS - doesn't exist :/
1 messages · Page 1 of 1 (latest)
Maybe look at what the method takes as first parameter
int DrawMode
idk where i can get that fucking drawmode
Is there no DrawMode popping out when using autocomplete
no drawmode
compilator says that drawmode doesn't exist
i know, but there is no tutorials for 1.16.5
nowhere
you look at the existing minecraft code and figure things out
you shouldn't assume everything will be documented because it never will
i need to draw squares
opengl crashes the game
and nothing more
i can't draw because drawmode doesn't exist
code doesn't work
i didn't found it
no forums, no examples, no sources
then 1.16.5 doesn't use DrawMode
minecraft's entire source is available for you to read
where?
i didn't found minecraft source
could you give me link?
a gradle task
are you about withSourcesJar?
no i didn't
i didn't
run it to generate minecraft source
actually looks like the draw mode is set to a magic number everywhere