1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-09-21 11:49:45 +00:00
CC-Tweaked/projects/web
Jonathan Coates 84a799d27a
Add abstract classes for our generic peripherals
This commit adds abstract classes to describe the interface for our
mod-loader-specific generic peripherals (inventories, fluid storage,
item storage).

This offers several advantages:
 - Javadoc to illuaminate conversion no longer needs the Forge project
   (just core and common).

 - Ensures we have a consistent interface between Forge and Fabric.

Note, this does /not/ implement fluid or energy storage for Fabric. We
probably could do fluid without issue, but not something worth doing
right now.
2023-11-22 18:20:15 +00:00
..
src Add abstract classes for our generic peripherals 2023-11-22 18:20:15 +00:00
ARCHITECTURE.md Build a web-based emulator for the documentation site (#1597) 2023-10-03 09:19:19 +01:00
build.gradle.kts Add abstract classes for our generic peripherals 2023-11-22 18:20:15 +00:00
rollup.config.js Small cleanup to our web build scripts 2023-10-08 13:14:02 +01:00
tsconfig.json Small cleanup to our web build scripts 2023-10-08 13:14:02 +01:00