diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-18 21:34:04 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-18 21:34:04 +0800 |
| commit | c701c4bbff648d456a2315278a52e63a64879e24 (patch) | |
| tree | 938e5d686c34a5c96384d309e0adf45dd03ac9ec | |
| parent | bbf66fdbd167b326839bf37091e71042ebbaef75 (diff) | |
| download | RoughlyEnoughItems-c701c4bbff648d456a2315278a52e63a64879e24.tar.gz RoughlyEnoughItems-c701c4bbff648d456a2315278a52e63a64879e24.tar.bz2 RoughlyEnoughItems-c701c4bbff648d456a2315278a52e63a64879e24.zip | |
1.18-pre4
| -rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 2 | ||||
| -rw-r--r-- | gradle.properties | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 08cb6a268..f93cb834e 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -113,6 +113,6 @@ } }, "depends": { - "minecraft": "1.18-beta.3" + "minecraft": "1.18-beta.4" } } diff --git a/gradle.properties b/gradle.properties index dde1515c6..78a2cb8c1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ org.gradle.jvmargs=-Xmx3G base_version=7.0 unstable=false -supported_version=1.18-pre3 -minecraft_version=1.18-pre3 +supported_version=1.18-pre4 +minecraft_version=1.18-pre4 forgeEnabled=false forge_version=37.0.95 fabricloader_version=0.12.5 cloth_config_version=6.0.42 modmenu_version=3.0.0 -fabric_api=0.42.6+1.18 +fabric_api=0.42.7+1.18 architectury_version=3.0.39 api_exculde= #api_include=me.shedaniel.cloth:cloth-events,me.shedaniel.cloth:config-2,me.sargunvohra.mcmods:autoconfig1u,org.jetbrains:annotations,net.fabricmc.fabric-api:fabric |
