ForgePatch/src/main/java/net/minecraftforge/fml
cpw 6a1337aa92
Updated a couple of libraries. Fixed bug where modid could be in toml but
not found during loading, yet game continued to load.

Signed-off-by: cpw <cpw+github@weeksfamily.ca>
2019-05-11 20:47:42 -04:00
..
client fixed visual bug with guislider 2019-04-11 17:38:01 -04:00
common [1.13.x] Fire InputEvents (#5533) 2019-04-15 18:50:18 -07:00
config Fix #5688 config values are unordered, update Night-Config 2019-04-18 22:13:13 -04:00
event Fire the ModIdRemappingEvent on the Forge Event bus. Closes #5632 2019-03-25 21:55:34 -04:00
hooks [1.13.x] Fire InputEvents (#5533) 2019-04-15 18:50:18 -07:00
javafmlmod Fix problem with duplicate mods caused by duplicate classes found during scan. 2019-02-27 23:34:23 -05:00
network Implement API for mods to control their server status response.. 2019-03-31 16:36:49 -04:00
packs Add method to IResourcePack to hide it entirely from the UI (#5525) 2019-03-25 17:24:37 -04:00
relauncher/libraries Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
server Re-Add the list ping compatibility checker 2019-03-25 15:15:25 +01: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 Fix BrandingControl caching text through resource reload 2019-03-29 16:29:26 -04:00
CrashReportExtender.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
DefaultModContainers.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
DeferredWorkQueue.java Implement a GUI packet and GUIFACTORY for triggering from the server. 2019-02-13 21:06:39 -05:00
DistExecutor.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
ExtensionPoint.java Implement API for mods to control their server status response.. 2019-03-31 16:36:49 -04:00
FMLWorldPersistenceHook.java Fix StartupQuery to run properly on dedicated server.. Closes #5649 2019-03-30 14:46:30 -04:00
ForgeI18n.java Handle bad formats with an exception. Translators MAKE SURE you watch for this error! 2019-02-13 18:54:43 -05:00
InterModComms.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
LifecycleEventProvider.java Fixes #5446 Listening for the same registry event in two different mods fails 2019-02-16 16:45:05 -05: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 Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05: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 Implement API for mods to control their server status response.. 2019-03-31 16:36:49 -04:00
ModList.java Implement API for mods to control their server status response.. 2019-03-31 16:36:49 -04:00
ModLoader.java Updated a couple of libraries. Fixed bug where modid could be in toml but 2019-05-11 20:47:42 -04:00
ModLoadingContext.java Clean up the mod loading context objects. There is only one ThreadLocal now. 2019-02-13 22:13:59 -05:00
ModLoadingException.java Actually parse the i18n exception message into the super constructor, 2019-04-06 14:22:24 -04:00
ModLoadingStage.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05: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 Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05: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
StartupQuery.java Fix StartupQuery to run properly on dedicated server.. Closes #5649 2019-03-30 14:46:30 -04:00
TextComponentMessageFormatHandler.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00
VersionChecker.java Bump ForgeSPI version, and add support for DistCleaner stripping interfaces from classes. 2019-05-06 15:52:12 -07:00
WorldPersistenceHooks.java Its 2019. Update licence headers to match. 2019-02-10 17:57:03 -05:00