Skip to content

Commit fa45d89

Browse files
committed
fix
1 parent 5d30042 commit fa45d89

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ minecraft_version=26.2
1919
# as they do not follow standard versioning conventions.
2020
minecraft_version_range=[26.2, )
2121
# The Neo version must agree with the Minecraft version to get a valid artifact
22-
neo_version=26.2.0.1-beta
22+
neo_version=26.2.0.6-beta
2323
# The Neo version range can use any version of Neo as bounds
2424
neo_version_range=[26,)
2525
# The loader version range can only use the major version of FML as bounds

src/main/resources/assets/madparticle/shaders/instanced_particle.vsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//fma require 400
21
#version 400
2+
//fma require 400
33

44
#moj_import <minecraft:fog.glsl>
55
#moj_import <minecraft:dynamictransforms.glsl>

0 commit comments

Comments
 (0)