ForgePatch/src/main/java/net/minecraftforge/fml
cpw 6d15febdb3
Setup and import of 1.16 YEET
2020-06-25 17:55:38 -04:00
..
client Setup and import of 1.16 YEET 2020-06-25 17:55:38 -04: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 Fix server config directory remaining locked when integrated server is shut down. (#6644) 2020-05-12 15:11:45 -07:00
event Add --flat argument to data generators to not create data in mod specific directores. 2020-06-03 16:57:07 -07:00
hooks Setup and import of 1.16 YEET 2020-06-25 17:55:38 -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 Setup and import of 1.16 YEET 2020-06-25 17:55:38 -04:00
packs Setup and import of 1.16 YEET 2020-06-25 17:55:38 -04:00
relauncher/libraries Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
server Setup and import of 1.16 YEET 2020-06-25 17:55:38 -04:00
util Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
AutomaticEventSubscriber.java Fix Automatic Event Subscriber not detecting mod id defaults, and fix test mods. 2020-04-26 19:04:37 -07: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 Handle message display a bit better, try to make the UI tick a bit better.. Still a problem with 2020-04-26 21:03:43 -04:00
DistExecutor.java Improve the DistExecutor API and introduce some "almost completely" safe mechanisms to handle sided lambdas. 2020-05-24 17:40:52 -04:00
ExtensionPoint.java Update to 1.14.2 2019-06-07 16:50:47 -04:00
FMLWorldPersistenceHook.java Setup and import of 1.16 YEET 2020-06-25 17:55:38 -04:00
ForgeI18n.java Setup and import of 1.16 YEET 2020-06-25 17:55:38 -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 Handle message display a bit better, try to make the UI tick a bit better.. Still a problem with 2020-04-26 21:03:43 -04:00
ModLoader.java Add --flat argument to data generators to not create data in mod specific directores. 2020-06-03 16:57:07 -07: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 Add custom registry type support to DeferredRegister. (#6742) 2020-06-12 15:28:43 -07: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 Fix StartupQuery not working more than once on the client (#6699) 2020-06-12 15:36:00 -07:00
TextComponentMessageFormatHandler.java Setup and import of 1.16 YEET 2020-06-25 17:55:38 -04:00
VersionChecker.java Update to 1.14.2 2019-06-07 16:50:47 -04:00
WorldPersistenceHooks.java Setup and import of 1.16 YEET 2020-06-25 17:55:38 -04:00