You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-25Lines changed: 14 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,29 +13,27 @@ CC: R tries to maintain parity with CC: T, but may be behind or divergent in som
13
13
## Resource Packs
14
14
This mod includes textures by [Jummit](https://github.com/Jummit) that are more in line with the style of Mojang's new texture-artist, Jappa. If you prefer the original textures, enable the "Classic" resource pack.
15
15
16
-
<imgsrc="https://raw.githubusercontent.com/3prm3/cc-pack/main/pack.png"alt="CC: Restitched"width="16"height="16"/> We also have a second resourcepack made by [3prm3](https://github.com/3prm3), it features a complete overhaul and can be enabled by enabling the `overhaul` resource pack, go check out his resource pack over [here](https://github.com/3prm3/cc-pack/)!
16
+
<imgsrc="https://raw.githubusercontent.com/cc-orgs/cc-overhaul/main/pack.png"alt="CC: Restitched"width="32"height="32"/> We also have a second resourcepack made by [3prm3](https://github.com/3prm3), it features a complete overhaul and can be enabled by enabling the `overhaul` resource pack, go check out his resource pack over [here](https://github.com/cc-orgs/cc-overhaul/tree/main)!
17
17
18
-
## Contributing
18
+
## Bleeding Edge Ver.
19
+
Bleeding edge builds can be found [here](https://github.com/cc-tweaked/cc-restitched/actions) at Github Actions. In the .zip file there should be a "-dev" jar, a "-javadoc" jar, a "-sources-dev" jar, a "-sources" jar, and a plain (jar without an affixed tag) jar. Put the plain jar in the mods folder.
20
+
21
+
## Contributions
19
22
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;
20
-
1) Make sure your code follows the checkstyle rules. You can test this by running `./gradle build` or `./gradle check`.
21
-
2) Do not alter the lua code unless those changes are taken directly from CC: Tweaked. If you wish to contribute changes to the in game rom please contribute upstream at [CC-Tweaked](https://github.com/SquidDev-CC/CC-Tweaked).
23
+
1) Follow the [Fabric](https://fabricmc.net/) programming guidelines as close as possible. This means you have to use [`loom`](https://fabricmc.net/wiki/tutorial:mappings) mappings, if you use anything else, your code will be rejected.
24
+
2) Make sure your code follows the checkstyle rules. You can test this by running `./gradle build` or `./gradle check`.
25
+
3) Do not alter the lua code unless those changes are taken directly from CC: Tweaked. If you wish to contribute changes to the in game rom please contribute upstream at [CC-Tweaked](https://github.com/SquidDev-CC/CC-Tweaked).
26
+
4) You cannot intentionally implement bugs and security vulnerabilities.
27
+
5) Unless the code is taken directly from CC: Tweaked, `lua` code is offlimits from alteration.
22
28
23
-
# Does this work Fabric's many rendering mods?
29
+
# Rendering Mod Compatability
24
30
*[ YES ] Sodium
25
31
*[ YES ] Optifine
26
32
* Works with VBO Rendering (automatically set)
27
33
* No issues
28
-
*[EHH] Iris Shaders
34
+
*[OK] Iris Shaders
29
35
* "Works" with TBO Rendering (Default)
30
-
* Crashes with VBO Rendering
31
-
* <details>
32
-
<summary>Shaders are broken</summary>
33
-
34
-
* Shaders will cause varrying results ranging from monitors being invisible, to straight up crashing.
35
-
* Not using shaders will result in odd Z-Fighting of the monitor display and the transparent texture
@@ -50,17 +48,8 @@ Any contribution is welcome, be that using the mod, reporting bugs or contributi
50
48
- 
51
49
</details>
52
50
53
-
## Contributing
54
-
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;
55
-
1) Follow the [Fabric](https://fabricmc.net/) programming guidelines as close as possible. This means you have to use [`loom`](https://fabricmc.net/wiki/tutorial:mappings) mappings, if you use anything else, your code will be rejected.
56
-
2) You cannot intentionally implement bugs and security vulnerabilities.
57
-
3) Unless the code is taken directly from CC: Tweaked, `lua` code is offlimits from alteration.
58
-
59
-
## Bleeding Edge Builds
60
-
Bleeding edge builds can be found [here](https://github.com/cc-tweaked/cc-restitched/actions) at Github Actions.
61
-
62
51
## Community
63
52
If you need help getting started with CC: Restitched, want to show off your latest project, or just want to chat about ComputerCraft, here is the [Forum](https://forums.computercraft.cc/) and the [Discord](https://discord.gg/H2UyJXe).
64
53
65
-
## Perpheral mods
54
+
## Perpheral Mods
66
55
Unfortunately, CC: Restitched does not have as many peripherals mods available as CC: Tweaked. If you're an interested mod developer, please check out our `api` package. If you've already made a mod with CC: R peripheral support OR if you're a player who found a mod with ComputerCraft integration, please open an [issue here](https://github.com/cc-tweaked/cc-restitched/issues/new?assignees=&labels=peripheralShoutout&template=peripheral_shoutout.md) to let us know and we'll add it to the list!
0 commit comments