diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..de2a843a9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "automatic" +} \ No newline at end of file diff --git a/README.md b/README.md index 3d75b4892..7d9aeb2aa 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # This is a Work In Progress Port *it runs and works-ish* +## Reached Parity with CC:T 1.92.0 + THis is just a quick patchwork of my attempts at getting CC:R up to date with CC:T The changelog is located at [PatchWork.md](patchwork.md) \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index d728c1e8f..6e8772510 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,10 +2,10 @@ org.gradle.jvmargs=-Xmx1G # Mod properties -mod_version=1.91.2 +mod_version=1.92.0 # Minecraft properties -mc_version=1.16.2 +mc_version=1.16.3 mappings_version=31 # Dependencies diff --git a/patchwork.md b/patchwork.md index 52b637d94..44c0762f2 100644 --- a/patchwork.md +++ b/patchwork.md @@ -28,4 +28,21 @@ Co-authored-by: Boom 59de21eae29849988e77fad6bc335f5ce78dfec7 Handle tabs when parsing JSON Fixes #539 +``` + +``` +748ebbe66bf0a4239bde34f557e4b4b75d61d990 +Bump to 1.92.0 +A tiny release, but there's new features so it's technically a minor +bump. +``` + +Cherry Picked because this update was partially related to forge updates rather than mod updates +``` +8b4a01df27ff7f6fa9ffd9c2188c6e3166edd515 +Update to Minecraft 1.16.3 + +I hope the Fabric folks now realise this is gonna be a race of who can +update first :p. Either way, this was a very easy update - only changes +were due to unrelated Forge changes. ``` \ No newline at end of file