TheIllusiveC4 4 lat temu
rodzic
commit
f1ca49d367
3 zmienionych plików z 12 dodań i 8 usunięć
  1. 5 1
      docs/CHANGELOG.md
  2. 4 4
      gradle.properties
  3. 3 3
      src/main/resources/META-INF/mods.toml

+ 5 - 1
docs/CHANGELOG.md

@@ -4,9 +4,13 @@ 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.3-5.0.0.1] - 2020.09.27
+### Changed
+- Updated to 1.16.3
+
 ## [1.16.2-5.0.0.0] - 2020.08.14
 ### Changed
-- Updated to Minecraft 1.16.2
+- Updated to 1.16.2
 
 ## [4.0](https://github.com/TheIllusiveC4/CustomFoV/compare/1.15.x...master) - 2020.07.03
 ### Changed

+ 4 - 4
gradle.properties

@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx3G
 org.gradle.daemon=false
 
 # Mod
-mod_version=1.16.2-5.0.0.0
+mod_version=1.16.3-5.0.0.1
 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.2
-version_forge=1.16.2-33.0.2
-version_mcp=20200723-1.16.1
+version_mc=1.16.3
+version_forge=1.16.3-34.1.0
+version_mcp=20200916-1.16.2
 
 # Curse
 curse_id=303938

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

@@ -1,5 +1,5 @@
 modLoader="javafml"
-loaderVersion="[33,)"
+loaderVersion="[34,)"
 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="[33.0.2,)"
+    versionRange="[34,)"
     ordering="NONE"
     side="CLIENT"
 [[dependencies.customfov]]
     modId="minecraft"
     mandatory=true
-    versionRange="[1.16.2,1.17)"
+    versionRange="[1.16.3,1.17)"
     ordering="NONE"
     side="CLIENT"