mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-29 16:47:56 +00:00
add changelog + vienamese support
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -15,3 +15,4 @@
|
||||
.idea
|
||||
.gradle
|
||||
*.DS_Store
|
||||
.project
|
11
README.md
11
README.md
@@ -1,4 +1,7 @@
|
||||
# CC:T for Fabric
|
||||
# This is a 'complete' port
|
||||
*complete as in it runs and works-ish*
|
||||
I'm busy with other projects and so if anyone else wants to maintain this be my guest
|
||||
# CC:Restitched Patchwork
|
||||
# This is a Work In Progress Port
|
||||
*it runs and works-ish*
|
||||
|
||||
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)
|
15
patchwork.md
Normal file
15
patchwork.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Just my list of things I have ported over
|
||||
|
||||
# Example
|
||||
`commit` // Shows commit from CC:T
|
||||
|
||||
Title // Commit Title
|
||||
|
||||
SubScript // Desc of commit
|
||||
|
||||
```md
|
||||
5155e18de279a193c558aa029963486fd1294769
|
||||
Added translation for Vietnamese
|
||||
Co-authored-by: Boom <boom@flyingpackets.net>
|
||||
```
|
||||
|
1
src/main/resources/assets/computercraft/lang/vi.json
Normal file
1
src/main/resources/assets/computercraft/lang/vi.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
Reference in New Issue
Block a user