mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 16:22:18 +00:00
CC:R 1.92.0
This commit is contained in:
parent
4643641d51
commit
19273b3696
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"java.configuration.updateBuildConfiguration": "automatic"
|
||||||
|
}
|
@ -2,6 +2,8 @@
|
|||||||
# This is a Work In Progress Port
|
# This is a Work In Progress Port
|
||||||
*it runs and works-ish*
|
*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
|
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)
|
The changelog is located at [PatchWork.md](patchwork.md)
|
@ -2,10 +2,10 @@
|
|||||||
org.gradle.jvmargs=-Xmx1G
|
org.gradle.jvmargs=-Xmx1G
|
||||||
|
|
||||||
# Mod properties
|
# Mod properties
|
||||||
mod_version=1.91.2
|
mod_version=1.92.0
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.16.2
|
mc_version=1.16.3
|
||||||
mappings_version=31
|
mappings_version=31
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
17
patchwork.md
17
patchwork.md
@ -29,3 +29,20 @@ Co-authored-by: Boom <boom@flyingpackets.net>
|
|||||||
Handle tabs when parsing JSON
|
Handle tabs when parsing JSON
|
||||||
Fixes #539
|
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.
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user