ForgePatch/src/main/java/net/minecraftforge/fml
LexManos f101700969 Fix FML's Config Sync packet not allowing same length filenames in encoder and decoder. Closes #7584 2021-01-05 11:50:05 -08:00
..
client Update forge mappings to 20201028-1.16.3 (#7435) 2020-10-29 01:11:57 +01:00
common Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
config Fix config parse failure causing crash in building exception message. fixes #7438 2020-11-01 17:09:00 -05:00
event Restore FingerprintViolationEvent with appropriate THIS IS F*CKING DEAD DELET WARNINGS. 2020-10-26 07:31:49 -04:00
hooks Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
javafmlmod Handle erroring during early mod construction phases, and actually report that into the error UI 2020-11-07 22:30:19 -05:00
mclanguageprovider Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
network Fix FML's Config Sync packet not allowing same length filenames in encoder and decoder. Closes #7584 2021-01-05 11:50:05 -08:00
packs Fix ModFileResourcePack.getAllResourceLocations ignoring resourceNamespace. (#7562) 2020-12-28 13:39:44 -08:00
relauncher/libraries 1.16.3 Update 2020-09-10 12:01:45 -07:00
server Make mod data packs able to be disabled. It'll break things, but that's on you. Closes #6776 2020-12-26 11:38:45 -08:00
util Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
AutomaticEventSubscriber.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
BrandingControl.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
CrashReportExtender.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
DatagenModLoader.java Add support for referencing forge's resources and specifying existing mods to data generators (#7456) 2020-11-22 22:45:13 -05:00
DeferredWorkQueue.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
DistExecutor.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ExtensionPoint.java Some help in ExtensionPoint regarding DISPLAYTEST. Let's improve those tick rates! 2020-11-07 23:11:45 -05:00
FMLWorldPersistenceHook.java Add in extra debug logging 2020-10-04 17:45:28 -04:00
ForgeI18n.java More crash reporting tweaks. Don't crash when trying to show warnings. Also, put the exception name in the error screen on the second line! 2020-09-09 19:04:19 -04:00
InterModComms.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
LoadingFailedException.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
Logging.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
LogicalSide.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
LogicalSidedProvider.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
MavenVersionStringHelper.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ModContainer.java Fix NPE problem when modid is mismatched. 2020-11-13 20:41:20 -05:00
ModList.java Add signature reporting for mods, using new signature capture from ModLauncher. Need to figure out 2020-10-25 22:26:16 -04:00
ModLoader.java Fix NPE problem when modid is mismatched. 2020-11-13 20:41:20 -05:00
ModLoadingContext.java Fix up all the things. Removed SidedProvider because it served no real purpose anymore. 2020-08-31 21:00:44 -04:00
ModLoadingException.java Add a better license error screen (#7350) 2020-09-23 14:16:36 -07:00
ModLoadingStage.java Rollback registries to vanilla state if something happens during loading, so subsequent activities can still run and not generate false reports.. 2020-10-25 11:33:43 -04:00
ModLoadingWarning.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
ModWorkManager.java Park the polling thread for a bit, if we're not the one driving the task list forwards. This allows for the actual driver to work on low cpu count machines. 2020-09-06 17:55:03 -04:00
OptionalMod.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
RegistryObject.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
StartupMessageManager.java Update copyright year to 2020. 2020-07-02 19:49:11 +02:00
TextComponentMessageFormatHandler.java Update forge mappings to 20201028-1.16.3 (#7435) 2020-10-29 01:11:57 +01:00
VersionChecker.java 1.16.3 Update 2020-09-10 12:01:45 -07:00
WorldPersistenceHooks.java Remove startupquery. Currently wasn't functional, and 1.16 has out of band state loading in all cases, so the complex functionality there is no longer needed. Going to research using the Lifecycle indicator from DFU as a proxy/replacement. Probably with some codec FUN. 2020-07-21 21:26:02 -04:00