1 parent 5d30042 commit fa45d89Copy full SHA for fa45d89
2 files changed
gradle.properties
@@ -19,7 +19,7 @@ minecraft_version=26.2
19
# as they do not follow standard versioning conventions.
20
minecraft_version_range=[26.2, )
21
# The Neo version must agree with the Minecraft version to get a valid artifact
22
-neo_version=26.2.0.1-beta
+neo_version=26.2.0.6-beta
23
# The Neo version range can use any version of Neo as bounds
24
neo_version_range=[26,)
25
# The loader version range can only use the major version of FML as bounds
src/main/resources/assets/madparticle/shaders/instanced_particle.vsh
@@ -1,5 +1,5 @@
1
-//fma require 400
2
#version 400
+//fma require 400
3
4
#moj_import <minecraft:fog.glsl>
5
#moj_import <minecraft:dynamictransforms.glsl>
0 commit comments