diff --git a/fabric-1.14.4/gradle.properties b/fabric-1.14.4/gradle.properties index 45df5839..d924bef3 100644 --- a/fabric-1.14.4/gradle.properties +++ b/fabric-1.14.4/gradle.properties @@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/use minecraft_version=1.14.4 yarn_mappings=1.14.4+build.18 -loader_version=0.10.1+build.209 +loader_version=0.12.12 # Mod Properties archives_base_name=Dynmap # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_version=0.28.5+1.14 \ No newline at end of file +fabric_version=0.28.5+1.14 diff --git a/fabric-1.14.4/src/main/resources/fabric.mod.json b/fabric-1.14.4/src/main/resources/fabric.mod.json index bbc17bcf..b20f558c 100644 --- a/fabric-1.14.4/src/main/resources/fabric.mod.json +++ b/fabric-1.14.4/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { - "fabricloader": ">=0.7.4", + "fabricloader": ">=0.12.12", "fabric": ">=0.17.0", "minecraft": "1.14.4" } diff --git a/fabric-1.15.2/gradle.properties b/fabric-1.15.2/gradle.properties index 786a38a3..ac696add 100644 --- a/fabric-1.15.2/gradle.properties +++ b/fabric-1.15.2/gradle.properties @@ -4,9 +4,9 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/use minecraft_version=1.15.2 yarn_mappings=1.15.2+build.17 -loader_version=0.10.1+build.209 +loader_version=0.12.12 # Mod Properties archives_base_name=Dynmap # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api -fabric_version=0.23.0+build.328-1.15 \ No newline at end of file +fabric_version=0.23.0+build.328-1.15 diff --git a/fabric-1.15.2/src/main/resources/fabric.mod.json b/fabric-1.15.2/src/main/resources/fabric.mod.json index 3e405dfd..8c44af70 100644 --- a/fabric-1.15.2/src/main/resources/fabric.mod.json +++ b/fabric-1.15.2/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { - "fabricloader": ">=0.7.4", + "fabricloader": ">=0.12.12", "fabric": ">=0.17.0", "minecraft": "1.15.2" } diff --git a/fabric-1.16.4/gradle.properties b/fabric-1.16.4/gradle.properties index 61030259..2cea6919 100644 --- a/fabric-1.16.4/gradle.properties +++ b/fabric-1.16.4/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/use minecraft_version=1.16.4 yarn_mappings=1.16.4+build.6 -loader_version=0.10.6+build.214 +loader_version=0.12.12 # Mod Properties archives_base_name=Dynmap # Dependencies diff --git a/fabric-1.16.4/src/main/resources/fabric.mod.json b/fabric-1.16.4/src/main/resources/fabric.mod.json index 9c610f4b..24d80f15 100644 --- a/fabric-1.16.4/src/main/resources/fabric.mod.json +++ b/fabric-1.16.4/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { - "fabricloader": ">=0.7.4", + "fabricloader": ">=0.12.12", "fabric": ">=0.17.0", "minecraft": "1.16.x" } diff --git a/fabric-1.17.1/gradle.properties b/fabric-1.17.1/gradle.properties index 185a372c..3e1c141c 100644 --- a/fabric-1.17.1/gradle.properties +++ b/fabric-1.17.1/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx1G # check these on https://fabricmc.net/use minecraft_version=1.17.1 yarn_mappings=1.17.1+build.1 -loader_version=0.11.6 +loader_version=0.12.12 # Mod Properties archives_base_name=Dynmap # Dependencies diff --git a/fabric-1.17.1/src/main/resources/fabric.mod.json b/fabric-1.17.1/src/main/resources/fabric.mod.json index bcc8a43d..940cdba4 100644 --- a/fabric-1.17.1/src/main/resources/fabric.mod.json +++ b/fabric-1.17.1/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { - "fabricloader": ">=0.7.4", + "fabricloader": ">=0.12.12", "fabric": ">=0.17.0", "minecraft": "1.17.1" } diff --git a/fabric-1.18/gradle.properties b/fabric-1.18/gradle.properties index d64c6a50..477d0215 100644 --- a/fabric-1.18/gradle.properties +++ b/fabric-1.18/gradle.properties @@ -8,7 +8,7 @@ archives_base_name=Dynmap # check these on https://fabricmc.net/versions.html minecraft_version=1.18 yarn_mappings=1.18+build.1 -loader_version=0.12.6 +loader_version=0.12.12 #Fabric api fabric_version=0.43.1+1.18 diff --git a/fabric-1.18/src/main/resources/fabric.mod.json b/fabric-1.18/src/main/resources/fabric.mod.json index 7d13f85e..37ce5fee 100644 --- a/fabric-1.18/src/main/resources/fabric.mod.json +++ b/fabric-1.18/src/main/resources/fabric.mod.json @@ -26,7 +26,7 @@ ], "depends": { - "fabricloader": ">=0.12.6", + "fabricloader": ">=0.12.12", "fabric": ">=0.43.1", "minecraft": "1.18.x" }