mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-06-29 16:18:52 +00:00
51c7c1ce3f
- Move block and item ids into separate API-accessible classes, to match vanilla. - Switch to Fabric's built-in permission API. We no longer need to optionally support fabric-permission-api, which makes things a bit simpler. - Lots of rendering changes. Crucially, switch monitor rendering back to using VBOs, using the new FeatureRenderer system. This currently requires mixins on Fabric, but there's a PR open to add an API for it in the future.