ForgePatch/src/main/java/net/minecraftforge/fml
LexManos f24991f3bb Add --flat argument to data generators to not create data in mod specific directores.
Useful For Forge's test mods mainly.
Standardized data gen cache file's folder separators.
Added ItemModelProvider to BlockStateProvider for cleaner datagen code.
Added .gitattributes to fix datagen json's line endings correct on windows.
2020-06-03 16:57:07 -07:00
..
client Improve look of notification GUI, improve StartupQuery API 2020-05-23 16:05:10 -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 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 Updated ForgeDev MCP Mapping Version (#6532) 2020-02-25 19:45:14 -08:00
packs Fix resource packs not being sorted properly. Closes #6287 2020-04-26 20:05:56 -07:00
relauncher/libraries Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
server Fix server config directory remaining locked when integrated server is shut down. (#6644) 2020-05-12 15:11:45 -07: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 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 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 Fix potential NPEs in RegistryObject.orElseThrow/isPresent/ifPresent Closes #6647 2020-04-24 19:18:57 -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 server startup query info not including new text 2020-05-23 16:22:29 -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