ForgePatch/src/main/java/net/minecraftforge/fml
cpw 5048739b7f
Turned minecraft into a proper Mod, with a "dummy" language provider.
Also fixed the "translations" not being available early if an exception occurs
by force loading the forge and MC ones. Closes #5984

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
2019-08-04 20:16:01 -04:00
..
client Turned minecraft into a proper Mod, with a "dummy" language provider. 2019-08-04 20:16:01 -04:00
common Added documentation to ObfuscationReflectionHelper adn deprecated index based functions. (#5893) 2019-07-08 19:44:21 -07:00
config Register a config command. Currently one subcommand: showfile, which 2019-07-28 21:09:15 -04:00
event Skip running the datagenerator on unrequested mods. 2019-06-16 00:47:50 -04:00
hooks Update to 1.14.2 2019-06-07 16:50:47 -04:00
javafmlmod Moved some events to the Mod's event bus. You'll need to update which bus 2019-06-22 20:36:07 -04:00
mclanguageprovider Turned minecraft into a proper Mod, with a "dummy" language provider. 2019-08-04 20:16:01 -04:00
network Provisional update to 1.14.4. Missing a lot of playerinteractionmanager patches because everything moved and I'm tired. 2019-07-20 00:35:40 -04:00
packs Turned minecraft into a proper Mod, with a "dummy" language provider. 2019-08-04 20:16:01 -04:00
relauncher/libraries Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
server Turned minecraft into a proper Mod, with a "dummy" language provider. 2019-08-04 20:16:01 -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 Update mappings, move mod initialization to the async loader. 2019-06-21 22:42:16 -04:00
CrashReportExtender.java Crash report extended to show ModLauncher FML and Forge data. 2019-07-26 20:02:21 -04:00
DeferredWorkQueue.java Process the main modloading work on the async thread, but still 2019-06-23 12:26:45 -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 Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
LifecycleEventProvider.java Remove legacy StartupProgress. 2019-06-30 23:48:54 -04:00
LoadingFailedException.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05: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 Crash report extended to show ModLauncher FML and Forge data. 2019-07-26 20:02:21 -04:00
ModLoader.java Crash report extended to show ModLauncher FML and Forge data. 2019-07-26 20:02:21 -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 Fix RegistryObject when used with generic registry entry classes 2019-07-19 12:06:16 +02:00
ResourceLocationUtils.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
SidedProvider.java Fix StartupQuery to run properly on dedicated server.. Closes #5649 2019-03-30 14:46:30 -04:00
StackTraceUtils.java Fix #5584 by copying the zipped resource to a temporary directory if 2019-03-01 22:07:11 -05:00
StartupMessageManager.java Remove legacy StartupProgress. 2019-06-30 23:48:54 -04:00
StartupQuery.java Update mappings, move mod initialization to the async loader. 2019-06-21 22:42:16 -04: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