1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-28 08:03:21 +00:00
CC-Tweaked/src/main/java/dan200/computercraft/shared
SquidDev 5d97b9c8f3 Utilise @Mod.EventBusSubscriber a little more
This offers several advantages

 - Less registration code: the subscribers are reigstered automatically,
   and we don't need to worry about sided-proxies.
 - We no longer have so many .instance() calls.
2019-01-12 16:27:40 +00:00
..
command Clean up our handling of configuration files 2019-01-05 20:12:02 +00:00
common Happy new year! 2019-01-01 01:10:18 +00:00
computer WIP: Http rework (#98) 2019-01-11 11:33:05 +00:00
datafix Happy new year! 2019-01-01 01:10:18 +00:00
integration Reformat everything 2018-12-23 17:46:58 +00:00
media Happy new year! 2019-01-01 01:10:18 +00:00
network Happy new year! 2019-01-01 01:10:18 +00:00
peripheral Some more minor cleanups 2019-01-12 15:43:18 +00:00
pocket Some more minor cleanups 2019-01-12 15:43:18 +00:00
proxy Utilise @Mod.EventBusSubscriber a little more 2019-01-12 16:27:40 +00:00
turtle Utilise @Mod.EventBusSubscriber a little more 2019-01-12 16:27:40 +00:00
util Utilise @Mod.EventBusSubscriber a little more 2019-01-12 16:27:40 +00:00
wired Happy new year! 2019-01-01 01:10:18 +00:00
BundledRedstone.java Happy new year! 2019-01-01 01:10:18 +00:00
Config.java Add a config option for HTTP timeout too 2019-01-11 21:11:22 +00:00
MediaProviders.java Happy new year! 2019-01-01 01:10:18 +00:00
Peripherals.java Happy new year! 2019-01-01 01:10:18 +00:00
PocketUpgrades.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtlePermissions.java Happy new year! 2019-01-01 01:10:18 +00:00
TurtleUpgrades.java Happy new year! 2019-01-01 01:10:18 +00:00