瀏覽代碼

update build

TheIllusiveC4 5 年之前
父節點
當前提交
a92351f674
共有 2 個文件被更改,包括 8 次插入8 次删除
  1. 5 5
      gradle.properties
  2. 3 3
      src/main/resources/META-INF/mods.toml

+ 5 - 5
gradle.properties

@@ -3,19 +3,19 @@ org.gradle.jvmargs=-Xmx3G
 org.gradle.daemon=false
 
 # Mod
-mod_version=2.0-beta2
+mod_version=2.0-beta3
 mod_group=top.theillusivec4.customfov
 mod_id=customfov
 mod_name=Custom FoV
-mod_url=https://minecraft.curseforge.com/projects/custom-fov
+mod_url=https://www.curseforge.com/minecraft/mc-mods/custom-fov
 mod_author=C4
 mod_description=Allows customization of various field of view settings.
 mod_icon=customfov_icon.png
 
 # Dependencies
-version_minecraft=1.13.2
-version_forge=1.13.2-25.0.92
-version_mcp=20190316-1.13.2
+version_minecraft=FORGE-1.14.4
+version_forge=1.14.4-28.0.95
+version_mcp=20190901-1.14.3
 
 # Curse
 curse_id=303938

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

@@ -1,5 +1,5 @@
 modLoader="javafml"
-loaderVersion="[25,)"
+loaderVersion="[28,)"
 issueTrackerURL="https://github.com/TheIllusiveC4/CustomFoV/issues"
 displayURL="${mod_url}"
 logoFile="${mod_icon}"
@@ -14,12 +14,12 @@ ${mod_description}
 [[dependencies.customfov]]
     modId="forge"
     mandatory=true
-    versionRange="[25,)"
+    versionRange="[28,)"
     ordering="NONE"
     side="CLIENT"
 [[dependencies.customfov]]
     modId="minecraft"
     mandatory=true
-    versionRange="[1.13,1.14)"
+    versionRange="[1.14,1.15)"
     ordering="NONE"
     side="CLIENT"