mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2026-08-25 11:48:54 +00:00
- Replace our usages of DeferredRegistry with a custom RegistrationHelper. This effectively behaves the same, just without any references to Forge code! - Replace any references to ForgeRegistries with a home-grown Registries class. This just fetches the underlying registry and proxies the method calls. - Change recipe serialisers and loot item conditions to be registered the same way as other entries. - Move any Forge specific registration code off to the main ComputerCraft class.