diff --git a/.gitignore b/.gitignore index 0b28ad333..02be23186 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ .idea .gradle *.DS_Store +.project \ No newline at end of file diff --git a/README.md b/README.md index 65b2c3ce2..3d75b4892 100644 --- a/README.md +++ b/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) \ No newline at end of file diff --git a/patchwork.md b/patchwork.md new file mode 100644 index 000000000..7309efff7 --- /dev/null +++ b/patchwork.md @@ -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 +``` + diff --git a/src/main/resources/assets/computercraft/lang/vi.json b/src/main/resources/assets/computercraft/lang/vi.json new file mode 100644 index 000000000..9e26dfeeb --- /dev/null +++ b/src/main/resources/assets/computercraft/lang/vi.json @@ -0,0 +1 @@ +{} \ No newline at end of file