TheIllusiveC4 4 роки тому
батько
коміт
ca31bd67a0
3 змінених файлів з 11 додано та 7 видалено
  1. 4 0
      docs/CHANGELOG.md
  2. 4 4
      gradle.properties
  3. 3 3
      src/main/resources/META-INF/mods.toml

+ 4 - 0
docs/CHANGELOG.md

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project does not adhere to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
 This project uses MCVERSION-MAJORMOD.MAJORAPI.MINOR.PATCH.
 
+## [1.16.4-5.1.0.0] - 2020.11.15
+### Changed
+- Updated to 1.16.4
+
 ## [1.16.3-5.0.0.1] - 2020.09.27
 ### Changed
 - Updated to 1.16.3

+ 4 - 4
gradle.properties

@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G
 org.gradle.daemon=false
 
 # Mod
-mod_version=1.16.3-5.0.0.1
+mod_version=1.16.4-5.1.0.0
 mod_group=top.theillusivec4.customfov
 mod_id=customfov
 mod_name=Custom FoV
@@ -13,9 +13,9 @@ mod_description=Allows customization of various field of view settings.
 mod_icon=customfov_icon.png
 
 # Dependencies
-version_mc=1.16.3
-version_forge=1.16.3-34.1.0
-version_mcp=20200916-1.16.2
+version_minecraft=1.16.4
+version_forge=1.16.4-35.0.17
+version_mcp=20201028-1.16.3
 
 # Curse
 curse_id=303938

+ 3 - 3
src/main/resources/META-INF/mods.toml

@@ -1,5 +1,5 @@
 modLoader="javafml"
-loaderVersion="[34,)"
+loaderVersion="[35,)"
 license="LGPL-3.0-or-later"
 issueTrackerURL="https://github.com/TheIllusiveC4/CustomFoV/issues"
 logoFile="${mod_icon}"
@@ -15,12 +15,12 @@ ${mod_description}
 [[dependencies.customfov]]
     modId="forge"
     mandatory=true
-    versionRange="[34,)"
+    versionRange="[35,)"
     ordering="NONE"
     side="CLIENT"
 [[dependencies.customfov]]
     modId="minecraft"
     mandatory=true
-    versionRange="[1.16.3,1.17)"
+    versionRange="[1.16.4,1.17)"
     ordering="NONE"
     side="CLIENT"