mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 00:12:16 +00:00
Update Readme, add gitpod support
This commit is contained in:
parent
19d1cc0320
commit
6a4f09e7b1
14
.gitpod.Dockerfile
vendored
Normal file
14
.gitpod.Dockerfile
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
FROM gitpod/workspace-full
|
||||
|
||||
USER gitpod
|
||||
|
||||
# Install custom tools, runtime, etc. using apt-get
|
||||
# For example, the command below would install "bastet" - a command line tetris clone:
|
||||
#
|
||||
# RUN sudo apt-get -q update && \
|
||||
# sudo apt-get install -yq bastet && \
|
||||
# sudo rm -rf /var/lib/apt/lists/*
|
||||
#
|
||||
# More information: https://www.gitpod.io/docs/config-docker/
|
||||
|
||||
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && sdk install java 8.0.292.hs-adpt"
|
4
.gitpod.yml
Normal file
4
.gitpod.yml
Normal file
@ -0,0 +1,4 @@
|
||||
image:
|
||||
file: .gitpod.Dockerfile
|
||||
tasks:
|
||||
- init: ./gradlew
|
16
README.md
16
README.md
@ -1,14 +1,12 @@
|
||||
# CC:Restitched Patchwork
|
||||
# CC:R Version VS CC:T Version
|
||||
CC:R Strives to maintaim perfect pairity with CC:R, however in some cases this is not possible, or atleast, not yet, so just because you might be on CC:R 1.96.6, doesnt mean you are on CC:T 1.96.6.
|
||||
# CC:Restitched Updated
|
||||
|
||||
<img src="logo.png" alt="CC: Restitched" width="100%"/>
|
||||
|
||||
*it works and runs-ish*
|
||||
|
||||
[](https://github.com/Merith-TK/cc-restitched/actions "Current build status") [](https://www.curseforge.com/minecraft/mc-mods/cc-restitched-updated "Download CC: Restitched on CurseForge")
|
||||
|
||||
## What?
|
||||
[](https://gitpod.io/#https://github.com/Merith-TK/cc-restitched/)
|
||||
|
||||
## What is CC: Restiched
|
||||
This is an fork of [Zundrel/cc-tweaked-fabric](https://github.com/Zundrel/cc-tweaked-fabric) who's goal was to port [SquidDev-CC/CC-Tweaked](https://github.com/SquidDev-CC/CC-Tweaked) to the [Fabric](https://fabricmc.net/) modloader. I picked up maintaining the mod because the team working on Zundrel's fork, admitted they had gotten lethargic so I picked it up to make it equal with CC:T
|
||||
|
||||
## Resource Packs
|
||||
@ -19,11 +17,9 @@ We also have a second resourcepack made by [3prm3](https://github.com/3prm3), it
|
||||
|
||||
## Major Tasks Planned
|
||||
* Rewrite the config system
|
||||
* **Planned for 1.96.0 release**
|
||||
* **Planned for 1.96.3 release**
|
||||
* it currently sets the values that would normally be read from `config/computercraft.json` to the default values, because it does not read the file at all
|
||||
* Fixing `/computercraft` commands,
|
||||
* No clue why they broken, they just are
|
||||
|
||||
|
||||
## Contributing
|
||||
Any contribution is welcome, be that using the mod, reporting bugs or contributing code. In order to start helping develop CC:R there are a few rules
|
||||
1) Any updates that port commits from CC:T, ***MUST*** follow the format defined in [patchwork.md](patchwork.md) otherwise they will not be accepted,
|
||||
|
Loading…
x
Reference in New Issue
Block a user