1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-05 11:33:21 +00:00
CC-Tweaked/projects/common/src
Jonathan Coates f0abb83f6e
Eagerly create upgrade registries for Fabric
Instead of creating the upgrade serialiser registries in mod
initialisation, we now do it when the API is created. This ensures the
registries are available for other mods, irrespective of mod load order.

This feels a little sad (we're doing side effects in the static
initialiser), but is /fine/ - it's pretty much what other mods do.
2023-06-03 19:04:02 +01:00
..
client Document some of our client classes 2023-06-02 21:59:45 +01:00
main Eagerly create upgrade registries for Fabric 2023-06-03 19:04:02 +01:00
test/java/dan200/computercraft Eagerly create upgrade registries for Fabric 2023-06-03 19:04:02 +01:00
testFixtures/java/dan200/computercraft/test/shared License CC:T according to the REUSE specification (#1351) 2023-03-15 21:52:13 +00:00
testMod Support arguments being coerced from strings 2023-05-20 18:54:22 +01:00