Skip to content

Commit 17c9d50

Browse files
committed
Version bump to MC 1.16.4, Forge 35.1.10
1 parent 8f94aeb commit 17c9d50

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ minecraft {
2626
// stable_# Stables are built at the discretion of the MCP team.
2727
// Use non-default mappings at your own risk. they may not always work.
2828
// Simply re-run your setup task after changing the mappings to update your workspace.
29-
mappings channel: 'snapshot', version: '20200916-1.16.2'
29+
mappings channel: 'snapshot', version: "${mappings_version}"
3030
// makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.
3131

3232
// accessTransformer = file('src/main/resources/META-INF/accesstransformer.cfg')

gradle.properties

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
org.gradle.jvmargs=-Xmx3G
44
org.gradle.daemon=false
55

6-
minecraft_version=1.16.3
7-
forge_version=34.1.0
8-
mod_version=1.0.0-alpha.1
6+
minecraft_version=1.16.4
7+
forge_version=35.1.10
8+
mappings_version=20201028-1.16.3
9+
mod_version=1.0.0-alpha.2
910

1011
# Dependencies and Libs
11-
jei_version=7.5.0.43
12+
jei_version=7.6.0.58
1213
top_version=1.16-3.0.4-beta-7

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
modLoader="javafml" #mandatory
33

44
# A version range to match for said mod loader - for regular FML @Mod it will be the forge version
5-
loaderVersion="[34,)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
5+
loaderVersion="[34,36)" #mandatory This is typically bumped every Minecraft version by Forge. See our download page for lists of versions.
66

77
license="All rights reserved"
88

@@ -39,7 +39,7 @@ Based off of the Compact Machines mod pre-1.16.
3939
# Does this dependency have to exist - if not, ordering below must be specified
4040
mandatory=true #mandatory
4141
# The version range of the dependency
42-
versionRange="[34,)" #mandatory
42+
versionRange="[34,36)" #mandatory
4343
# An ordering relationship for the dependency - BEFORE or AFTER required if the relationship is not mandatory
4444
ordering="NONE"
4545
# Side this dependency is applied on - BOTH, CLIENT or SERVER
@@ -49,6 +49,6 @@ Based off of the Compact Machines mod pre-1.16.
4949
[[dependencies.compactcrafting]]
5050
modId="minecraft"
5151
mandatory=true
52-
versionRange="[1.16.3]"
52+
versionRange="[1.16.3, 1.17)"
5353
ordering="NONE"
5454
side="BOTH"

0 commit comments

Comments
 (0)