Create pre-release a1.5.1

I made this version so hopefully someone could test if Vivecraft is just ignoring Minecraft's FOV when creating their projection matrices or if they are doing something more complicated.
This commit is contained in:
James Seibel
2021-09-28 22:56:17 -05:00
parent 8f329ac785
commit d59f9dc4c6
6 changed files with 40 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ apply plugin: 'org.spongepowered.mixin'
apply plugin: 'eclipse'
apply plugin: 'maven-publish'
version = 'a1.5.0-pre'
version = 'a1.5.1-pre'
group = 'com.seibel.lod'
archivesBaseName = 'lod_1.16.5'