diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-11-18 02:49:33 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-11-18 02:49:33 +0800 |
| commit | bce9ba7f161bd47125b8f1cf0125d5672ce1d8e3 (patch) | |
| tree | 8eadfb7def2c612cd2b51f0d1246ac111772e4ab | |
| parent | ce883fe60c9d5e27e6ebddd1d048c593d1ac7370 (diff) | |
| download | RoughlyEnoughItems-bce9ba7f161bd47125b8f1cf0125d5672ce1d8e3.tar.gz RoughlyEnoughItems-bce9ba7f161bd47125b8f1cf0125d5672ce1d8e3.tar.bz2 RoughlyEnoughItems-bce9ba7f161bd47125b8f1cf0125d5672ce1d8e3.zip | |
1.18-beta.3
| -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 f2f3d6179..08cb6a268 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.2" + "minecraft": "1.18-beta.3" } } diff --git a/gradle.properties b/gradle.properties index 01f56a11d..dde1515c6 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-pre2 -minecraft_version=1.18-pre2 +supported_version=1.18-pre3 +minecraft_version=1.18-pre3 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.5+1.18 +fabric_api=0.42.6+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 |
