ForgePatch/src/main/java/net/minecraftforge/fml
ichttt 0bcc2e3fbd Cleanup fml packages removing old deprecated classes related to GUIs/Configs and fix HoverChecker (#6437)
Fixed ModListWidget name to avoid confusion and collision.
Delete CheckBox, as vanilla has it's own CheckBox now which looks much better
Rename ModConfigEvent.ConfigReloading to ModConfigEvent.Reloading
2020-01-22 14:09:58 -07:00
..
client Cleanup fml packages removing old deprecated classes related to GUIs/Configs and fix HoverChecker (#6437) 2020-01-22 14:09:58 -07:00
common Cleanup fml packages removing old deprecated classes related to GUIs/Configs and fix HoverChecker (#6437) 2020-01-22 14:09:58 -07:00
config Cleanup fml packages removing old deprecated classes related to GUIs/Configs and fix HoverChecker (#6437) 2020-01-22 14:09:58 -07:00
event Add Blockstate and Model data providers (#6241) 2019-10-24 22:33:24 -04:00
hooks Move fml's PlayerEvent and TickEvent to forge. Update 2019-08-04 22:34:14 -04:00
javafmlmod Fixed the problem where an error would cause the main thread to continue 2019-09-17 21:41:08 -04:00
mclanguageprovider Fluid API rework (#5983) 2019-08-29 03:18:41 +02:00
network Update to 1.15 2019-12-17 03:38:12 +01:00
packs Cleanup fml packages removing old deprecated classes related to GUIs/Configs and fix HoverChecker (#6437) 2020-01-22 14:09:58 -07:00
relauncher/libraries Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
server Combine all hidden mod resource packs into a single sortable pack 2019-10-04 18:36:33 -04:00
util Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
AutomaticEventSubscriber.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
BrandingControl.java Add a super early GUI for showing pre-game launch messages from FML. NOTE: this cannot show on MAC because MAC can't handle 2019-10-05 17:03:02 -04:00
CrashReportExtender.java Add in an event to expose the standard MC channel stuff to network 2019-10-17 20:28:39 -04:00
DeferredWorkQueue.java Tag the deprecation of DeferredWorkQueue. I think this is causing confusion 2019-09-17 21:41:08 -04:00
DistExecutor.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
ExtensionPoint.java Update to 1.14.2 2019-06-07 16:50:47 -04:00
FMLWorldPersistenceHook.java Update mappings 2019-06-08 10:45:28 -04:00
ForgeI18n.java Make I18N format errors less spammy, also remove single apostrophes from 2019-07-20 19:14:17 -04:00
InterModComms.java Bump modlauncher to 3.2.x. Add a sender modid and document IMC. Closes #5746 2019-08-04 22:19:02 -04:00
LifecycleEventProvider.java Remove legacy StartupProgress. 2019-06-30 23:48:54 -04:00
LoadingFailedException.java Some tweaks around the code base. A functional consumer for networking - return a bool from your consumer function, rather than setPacketHandled. 2019-09-16 20:14:25 -04:00
Logging.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
LogicalSide.java Add isServer and isClient methods to LogicalSide (#5606) 2019-07-08 19:44:35 -07:00
LogicalSidedProvider.java Try to fix #5573 by peeling the worldclient fetch into a separate handler. 2019-02-27 13:45:51 -05:00
MavenVersionStringHelper.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
ModContainer.java Moved some events to the Mod's event bus. You'll need to update which bus 2019-06-22 20:36:07 -04:00
ModList.java A few tweaks to things. Make the mods command a bit better, make the 2019-11-03 12:33:07 -05:00
ModLoader.java Add Blockstate and Model data providers (#6241) 2019-10-24 22:33:24 -04:00
ModLoadingContext.java Turned minecraft into a proper Mod, with a "dummy" language provider. 2019-08-04 20:16:01 -04:00
ModLoadingException.java Turned minecraft into a proper Mod, with a "dummy" language provider. 2019-08-04 20:16:01 -04:00
ModLoadingStage.java Modify lex's data handler to use proper mod lifecycle event mechanisms 2019-06-15 21:24:45 -04:00
ModLoadingWarning.java Add UI for warnings that occurred during loading (#5530) 2019-03-11 15:32:37 -07:00
OptionalMod.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
RegistryObject.java Remove deprecations 2019-12-17 04:50:13 -05:00
SidedProvider.java Fix StartupQuery to run properly on dedicated server.. Closes #5649 2019-03-30 14:46:30 -04:00
StartupMessageManager.java Add a super early GUI for showing pre-game launch messages from FML. NOTE: this cannot show on MAC because MAC can't handle 2019-10-05 17:03:02 -04:00
StartupQuery.java Cleanup fml packages removing old deprecated classes related to GUIs/Configs and fix HoverChecker (#6437) 2020-01-22 14:09:58 -07:00
TextComponentMessageFormatHandler.java Update to 1.14.2 2019-06-07 16:50:47 -04:00
VersionChecker.java Update to 1.14.2 2019-06-07 16:50:47 -04:00
WorldPersistenceHooks.java Update mappings 2019-06-08 10:45:28 -04:00