1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-27 07:52:18 +00:00

CC:R 1.92.0

This commit is contained in:
Merith-TK 2021-02-22 01:35:36 -08:00
parent 4643641d51
commit 19273b3696
4 changed files with 24 additions and 2 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "automatic"
}

View File

@ -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)

View File

@ -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

View File

@ -28,4 +28,21 @@ Co-authored-by: Boom <boom@flyingpackets.net>
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.
```