From 37a7f4ffd1c66d795377eafa4320c1b935cb4a25 Mon Sep 17 00:00:00 2001 From: Mirsario Date: Tue, 27 Dec 2022 00:57:01 +0300 Subject: [PATCH] Up version to v1.4.0. --- gradle.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index e4fa7f6..baac243 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,14 +2,15 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties - # check these on https://fabricmc.net/use - # actually on https://modmuss50.me/fabric.html + # Don't bother updating these! The mod is version-agnostic. + # If you're trying to implement compatibility with a new MC version - make new reflection-based abstractions. + # - Mirsario. minecraft_version=1.16.5 yarn_mappings=1.16.5+build.10 loader_version=0.12.2 # Mod Properties - mod_version = 1.3.1-fabric-universal + mod_version = 1.4.0-fabric-universal maven_group = mirsario archives_base_name = CameraOverhaul