diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-03-05 15:55:51 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-03-05 16:29:17 +0800 |
| commit | 318b5c0843537aab82f8ec583a2753952d1fc3a2 (patch) | |
| tree | 6acb19981ee8a7055236ba0bd8eaf9e61817975f | |
| parent | 14a47ac2df9c9b0862d4dcdd3c62763f5273ca8e (diff) | |
| download | RoughlyEnoughItems-318b5c0843537aab82f8ec583a2753952d1fc3a2.tar.gz RoughlyEnoughItems-318b5c0843537aab82f8ec583a2753952d1fc3a2.tar.bz2 RoughlyEnoughItems-318b5c0843537aab82f8ec583a2753952d1fc3a2.zip | |
20w10a
Signed-off-by: shedaniel <daniel@shedaniel.me>
| -rw-r--r-- | gradle.properties | 12 | ||||
| -rwxr-xr-x | src/main/resources/fabric.mod.json | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/gradle.properties b/gradle.properties index 7dde6b4b4..ea5dc34a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,11 @@ -mod_version=4.0.5-unstable -minecraft_version=20w09a -yarn_version=20w09a+build.1 -fabricloader_version=0.7.8+build.184 +mod_version=4.0.6-unstable +minecraft_version=20w10a +yarn_version=20w10a+build.2 +fabricloader_version=0.7.8+build.186 cloth_events_version=1.2.0 -cloth_config_version=2.10 +cloth_config_version=3.0.0-unstable.202003050821 modmenu_version=1.10.1+build.30 -fabric_api=0.4.33+build.301-1.16 +fabric_api=0.4.34+build.303-1.16 autoconfig1u=1.2.4 api_include=me.shedaniel.cloth:cloth-events,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,org.jetbrains:annotations api_exculde= diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 4ef201921..bbe4129e8 100755 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -36,9 +36,9 @@ }, "depends": { "fabricloader": "*", - "cloth": ">=1.1.0", - "cloth-config2": ">=2.6.6", - "minecraft": "~1.16-Snapshot.20.6.a" + "cloth": ">=1.2.0", + "cloth-config2": "~3-", + "minecraft": "~1.16-Snapshot.20.10.a" }, "mixins": [ "mixin.roughlyenoughitems.json", |
