1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00
CC-Tweaked/projects
Jonathan Coates 8152f19b6e
Fabric lol
- Add support for Fabric. This is mostly pretty simple, though does
   require a lot more mixins than Forge.

   Half this diff is due to data generators: we run them separately as
   some aspects (recipes mostly) are different between the loaders.

 - Add integration with Iris (same as our Oculus support) and REI
   (mostly the same as our JEI support).

 - Generic peripherals only support inventories (or rather
   InventoryStorage) right now. Supporting more of the Fabric storage
   API is going to be tricky due to the slotted nature of the API: maybe
   something to revisit after Transfer API V3 (V4?, I've lost track).

Note, this does /not/ mean I will be publishing a Fabric version of
CC:T. My plan is to rebase CC:R on top of this, hopefully simplifying
the maintenance work on their end and making the two mods a little more
consistent.
2022-11-10 19:42:34 +00:00
..
common Fabric lol 2022-11-10 19:42:34 +00:00
common-api Minor fixes and cleanup 2022-11-10 17:15:12 +00:00
core Split CC:T into common and forge projects 2022-11-10 08:54:09 +00:00
core-api Make the main mod non-null by default 2022-11-09 18:59:51 +00:00
fabric Fabric lol 2022-11-10 19:42:34 +00:00
fabric-api Fabric lol 2022-11-10 19:42:34 +00:00
forge Minor fixes and cleanup 2022-11-10 17:15:12 +00:00
forge-api Improve packaging of published jars 2022-11-08 16:43:27 +00:00
forge-stubs Move our public API into separate modules 2022-11-06 15:07:13 +00:00
lints Add a couple of errorprone plugins 2022-11-10 08:54:09 +00:00
mc-stubs Move the core API into a separate module 2022-11-04 21:41:59 +00:00
web Update project paths in our utility build scripts 2022-11-10 09:12:28 +00:00
ARCHITECTURE.md Fabric lol 2022-11-10 19:42:34 +00:00