Browse Source

update to 1.14.4

Kajetan Johannes Hammerle 4 years ago
parent
commit
e8e423c989
2 changed files with 4 additions and 4 deletions
  1. 2 2
      build.gradle
  2. 2 2
      src/main/resources/META-INF/mods.toml

+ 2 - 2
build.gradle

@@ -20,7 +20,7 @@ archivesBaseName = 'kcm'
 sourceCompatibility = targetCompatibility = compileJava.sourceCompatibility = compileJava.targetCompatibility = '1.8' // Need this here so eclipse task generates correctly.
 
 minecraft {
-    mappings channel: 'snapshot', version: '20190621-1.14.2'
+    mappings channel: 'snapshot', version: '20190719-1.14.3'
 
     runs {
         client {
@@ -38,5 +38,5 @@ minecraft {
 }
 
 dependencies {
-    minecraft 'net.minecraftforge:forge:1.14.2-26.0.55'
+    minecraft 'net.minecraftforge:forge:1.14.4-28.0.91'
 }

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

@@ -6,7 +6,7 @@
 # The name of the mod loader type to load - for regular FML @Mod mods it should be javafml
 modLoader="javafml" #mandatory
 # A version range to match for said mod loader - for regular FML @Mod it will be the forge version
-loaderVersion="[26,)" #mandatory (24 is current forge version)
+loaderVersion="[28,)" #mandatory (24 is current forge version)
 # A URL to refer people to when problems occur with this mod
 #issueTrackerURL="http://my.issue.tracker/" #optional
 # A list of mods - how many allowed here is determined by the individual mod loader
@@ -38,7 +38,7 @@ Kajetans Core Mod for Mundus Crassus
     # Does this dependency have to exist - if not, ordering below must be specified
     #mandatory=true #mandatory
     # The version range of the dependency
-    #versionRange="[25,)" #mandatory
+    #versionRange="[28,)" #mandatory
     # An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
     #ordering="NONE"
     # Side this dependency is applied on - BOTH, CLIENT or SERVER