More crash report tweaks. Put a button to open the generated crash report on the error screen, tweak formatting of crash report, and add the enhanced stack trace data (transformers et al)
Build: 1.16.2-33.0.40 - Sun Sep 06 22:08:22 GMT 2020
cpw:
Use new enumeration mechanism in ModLauncher, to allow getResources to work. This enables serviceloader-in-mods, and other stuff that might need to visit multiple mod jars. Also, tweaked the visitor code slightly, may result in a trivial performance change. Closing #7302 as it's not really relevant any more.
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
cpw:
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.
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
cpw:
Fix some potential issues in crash dumping during mod loading
Move the "modloading" thread activity onto _our_ worker pool. It turns out that the vanilla worker pool can deadlock during stitching if it's insufficiently large, if modloader "waitForTransition" is also a worker member of that pool.
Closes #7293 (to reproduce issue easily, modify Util.func_240979_a_ and change the values in the MathHelper.clamp call). I've verified that 3 and below for "max" cause the problem. (I didn't test a whole range of values, just sufficient to reproduce problem and verify fix). Note that setting it to zero (and using the "direct executor" that's inaccessible in normal operation) works as well with this fix.
Revert "Shut down all other mod handlers if the loading cycle errors. This prevents other mods from throwing errors and being blamed for initial cause. This is a temporary hack until cpw re-writes the mod event dispatcher."
This reverts commit 7592bbe8
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
cpw:
Revert "Properly shutdown FMLModContainer's event bus when an error in a lifecycle event is detected."
This reverts commit 30bad1e2
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
cpw:
Redo event dispatch, removes a bunch of nonsense, and tries to integrate with the vanilla CF system where possible
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
cpw:
Fix up all the things. Removed SidedProvider because it served no real purpose anymore.
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
cpw:
Fix up slight registry change and other 1.16.2 stuffs.
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
=========
Build: 1.16.2-33.0.23 - Sun Aug 30 23:05:24 GMT 2020
ichttt:
Add particle culling (#6981)
=========
Build: 1.16.2-33.0.22 - Wed Aug 26 16:50:02 GMT 2020
lex:
Wrap vanilla's 'default' biome registry in ForgeRegistry.
This should allow registering mod dimensions like in 1.16.1, while the data driven system is fleshed out.
=========
Build: 1.16.2-33.0.21 - Tue Aug 25 01:11:38 GMT 2020
David Quintana:
Clarify in the LazyOptional which methods carry the lazyness over to the returned value and which don't. (#6750)
For consistency, this meant making a few changes:
- Renamed the existing lazy mapping method to lazyMap, to indicate that it doesn't run the mapping immediately.
- Added a new implementation of map(), which returns Optional<T>, and resolves the value in the process.
- Changed filter() to return Optional, since there's no way to filter lazily.
- Added a new method resolve(), which helps convert the custom LazyOptional class into a standard Optional, for use
with library methods that expect Optional<T>.
* Update License headers.
=========
Build: 1.16.2-33.0.20 - Fri Aug 21 21:27:21 GMT 2020
sciwhiz12:
Add user-friendly exceptions when config loading fails (#7214)
=========
Build: 1.16.2-33.0.19 - Fri Aug 21 18:53:46 GMT 2020
dev:
Replace EntityHeight event with EntitySize event (#6858)
=========
Build: 1.16.2-33.0.18 - Fri Aug 21 18:38:31 GMT 2020
Build: 1.16.2-33.0.16 - Fri Aug 21 18:25:49 GMT 2020
sciwhiz12:
Fix modproperties property in mods.toml causing exception (#7192)
=========
Build: 1.16.2-33.0.15 - Fri Aug 21 18:15:53 GMT 2020
me:
Log info about server list warning (#7209)
Make it easier to figure out what mods are missing or have to be marked as client/server side only.
=========
Build: 1.16.2-33.0.14 - Fri Aug 21 18:06:47 GMT 2020
goto.minecraft:
Fix ItemStack#isDamageable is not calling Item#isDamagable (#7221)
=========
Build: 1.16.2-33.0.13 - Fri Aug 21 17:48:58 GMT 2020
diesieben07:
Improve performance and cleanup code for DelegatingResourcePack (#7228)
=========
Build: 1.16.2-33.0.12 - Fri Aug 21 17:29:33 GMT 2020
cyborgmas18:
Fix small logging issues with loading pack.png for mods (#7265)
=========
Build: 1.16.2-33.0.11 - Fri Aug 21 17:23:30 GMT 2020
diesieben07:
Fix config iteration order (#7230)
=========
Build: 1.16.2-33.0.10 - Fri Aug 21 09:47:23 GMT 2020
lex:
Cleanup Forge's build script, fix some unneeded patches.
Add checkExcscheckAll tasks.
=========
Build: 1.16.2-33.0.9 - Fri Aug 21 04:35:17 GMT 2020
championash5357:
Readding DifficultyChangeEvent hooks (#7240)
=========
Build: 1.16.2-33.0.8 - Fri Aug 21 04:29:10 GMT 2020
malte0811:
Improve startup time by caching the manifest data for mod jars (#7256)
=========
Build: 1.16.2-33.0.7 - Wed Aug 19 05:47:46 GMT 2020
Yunus1903:
Removed HarvestDropsEvent (#7193)
=========
Build: 1.16.2-33.0.6 - Wed Aug 19 05:22:45 GMT 2020
cyborgmas18:
Remove forge optional tags in favor of Vanilla's new system. (#7246)
=========
Build: 1.16.2-33.0.5 - Fri Aug 14 19:05:15 GMT 2020
lex:
Fix creating nether portals.
lex:
New method for creating modded tag references, fix connecting to vanilla servers.
=========
Build: 1.16.2-33.0.3 - Fri Aug 14 02:17:01 GMT 2020
43609023+spnda:
Print mod file name on InvalidModFileException (#7241)
=========
Build: 1.16.2-33.0.2 - Thu Aug 13 19:26:22 GMT 2020
cyborgmas18:
Fix server connection, misapplied patch (#7245)
Yunus1903:
Updated MDK and README for 1.16.2 (#7243)
=========
Build: 1.16.2-33.0.0 - Thu Aug 13 07:37:04 GMT 2020
lex:
Initial 1.16.2 Update
=========
Build: 1.16.1-32.0.108 - Sun Aug 09 20:05:01 GMT 2020
David Quintana:
Fix ModelRegistryEvent firing every time resources reload instead of just once.
=========
Build: 1.16.1-32.0.107 - Sat Aug 08 01:00:42 GMT 2020
David Quintana:
Move ModelRegistryEvent invocation to when the model loading is about to start.
Freeze the ModelLoaderRegistry right after this event happens, just before model loading actually begins.
This means ModelRegistryEvent is now the correct place to register loaders, as it was intended.
This is a slight breaking change, but any mod that used FMLClientSetupEvent before will need to be updated regardless due to the existing race condition.
=========
Build: 1.16.1-32.0.106 - Tue Aug 04 00:19:22 GMT 2020
diesieben07:
Fix wrong BlockState param passed into canSustainPlant from FarmlandBlock (#7212)
=========
Build: 1.16.1-32.0.105 - Tue Aug 04 00:06:45 GMT 2020
sciwhiz12:
Add harvest levels for hoes and new 1.16 blocks for pickaxes Fixes #7187 (#7189)
=========
Build: 1.16.1-32.0.104 - Tue Aug 04 00:00:40 GMT 2020
sciwhiz12:
Fix debug world not generating modded blocks (#6926)
championash5357:
New IForgeBlock#getToolModifiedState hook allow better control over tools interacting with blocks. (#7176)
email.squishling:
Added new hook to allow Biomes to control their Edge biomes (#7000)
=========
Build: 1.16.1-32.0.101 - Mon Aug 03 22:55:18 GMT 2020
diesieben07:
Re-introduce "outdated" notification on Mods button in main menu (#7123)
brandon4261:
Add support for custom elytra (#7202)
=========
Build: 1.16.1-32.0.99 - Mon Aug 03 18:53:31 GMT 2020
sciwhiz12:
Fix RenderTickEvent using wrong partial ticks value when game is paused. Fixes #6991 (#7208)
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.
Build: 1.16.1-32.0.38 - Tue Jun 30 20:19:32 GMT 2020
info:
Add hoe tool type (#6872)
=========
Build: 1.16.1-32.0.36 - Tue Jun 30 20:09:21 GMT 2020
curle:
Allow any armor to have custom knockback resistance (#6877)
=========
Build: 1.16.1-32.0.35 - Tue Jun 30 19:57:32 GMT 2020
diesieben07:
Add senderUUID to ClientChatReceivedEvent (#6881)
=========
Build: 1.16.1-32.0.34 - Tue Jun 30 02:33:58 GMT 2020
lex:
Re-write checkATs function and automate making Items/Blocks public.
=========
Build: 1.16.1-32.0.33 - Tue Jun 30 02:10:14 GMT 2020
cpw:
Reorganize modloading on the dediserver. This removes the DedicatedServer parameter from the FMLDedicatedServerSetupEvent.
Code for customizing the server instance should be moved to the ServerAboutToStartEvent or similar, where the server instance
is available.
This reorganization means that mods will load fully before the server is even constructed, or the server properties loaded. We also move the EULA right to the front so we don't have to wait for bootstrap.
This should fix the problems with mods which customize world data and other things.
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
=========
Build: 1.16.1-32.0.32 - Mon Jun 29 23:43:01 GMT 2020
thpetuaudletang:
Fix datagen resolving tags and exploding. (#6865)
=========
Build: 1.16.1-32.0.31 - Mon Jun 29 23:37:30 GMT 2020
mattmess1221:
Fix Language.javaLocale parsing (#6862)
=========
Build: 1.16.1-32.0.30 - Mon Jun 29 22:58:30 GMT 2020
diesieben07:
Fix IItemHandler wrappers for chests not updating both chests (#6875)
=========
Build: 1.16.1-32.0.29 - Mon Jun 29 21:08:55 GMT 2020
lex:
Fix missed patch in PlayerList and EntitySelectioonContext. Closes #6846 Closes #6850
=========
Build: 1.16.1-32.0.27 - Mon Jun 29 20:09:12 GMT 2020
richard:
Fix access levels being hardcoded to private via patch overriding AT entry (#6848)
=========
Build: 1.16.1-32.0.26 - Mon Jun 29 19:42:50 GMT 2020
lex:
Fix tag related issues when connecting to a vanilla server.
=========
Build: 1.16.1-32.0.25 - Sun Jun 28 22:08:15 GMT 2020
lex:
Fix Forge's internal handler being registered in wrong place.
Fix double call to loader end.
=========
Build: 1.16.1-32.0.24 - Sat Jun 27 22:50:54 GMT 2020
David Quintana:
Add a model loader that lets mods specify different models for different perspectives.
Allow custom models to reference vanilla item models as child models.
=========
Build: 1.16.1-32.0.23 - Fri Jun 26 23:55:23 GMT 2020
thpetuaudletang:
fix misapplied patch
also sneak in an import patch removal
=========
Build: 1.16.1-32.0.21 - Fri Jun 26 22:40:19 GMT 2020
lex:
Fix blocks being harvested with incorrect tools.
=========
Build: 1.16.1-32.0.20 - Fri Jun 26 19:53:02 GMT 2020
lex:
Make installer use MCPConfig version to identify MC assets.
=========
Build: 1.16.1-32.0.19 - Fri Jun 26 18:27:49 GMT 2020
cpw:
Tweak the server startup a bit, make sure methods that can't work because they run before a server exists explode saying so.
Also fix other launch profiles.
Signed-off-by: cpw <cpw+github@weeksfamily.ca>
=========
Build: 1.16.1-32.0.18 - Fri Jun 26 16:56:37 GMT 2020
lex:
Fix dedicated server loading by constructing mods before data packs are created.
=========
Build: 1.16.1-32.0.17 - Fri Jun 26 15:20:37 GMT 2020
David Quintana:
Fix create method.
Fix test mods not loading correctly.
=========
Build: 1.16.1-32.0.16 - Fri Jun 26 14:43:19 GMT 2020
David Quintana:
Reintroduce missed patch in EntityClassification.
=========
Build: 1.16.1-32.0.15 - Fri Jun 26 13:55:42 GMT 2020
thpetuaudletang:
Include a getter for the matrix stack in OverlayEvent (#6834)
=========
Build: 1.16.1-32.0.14 - Fri Jun 26 13:23:07 GMT 2020
thpetuaudletang:
Fix block render types not being properly applied to item entities (#6832)
=========
Build: 1.16.1-32.0.13 - Fri Jun 26 13:05:18 GMT 2020
mods.itsmeow:
[1.16.x] Allow GlobalEntityTypeAttributes' EntityType -> AttributeModifierMap to be added to (#6822)
* Make GlobalEntityTypeAttributes map able to be added to
* Split get patch into two lines
* Favor Forge's map over vanilla
=========
Build: 1.16.1-32.0.12 - Fri Jun 26 12:59:19 GMT 2020
thpetuaudletang:
Fixed creative screen arrows (#6827)
Yunus1903:
Added call to method for tooltip with FontRenderer (#6831)
=========
Build: 1.16.1-32.0.10 - Fri Jun 26 12:36:59 GMT 2020
curle:
Retarget Block.Properties patch to the new AbstractBlock, reintroduce harvestLevel and harvestTool fields (#6819)
* Retarget Block.Properties patch to the new AbstractBlock, reintroduces the harvestLevel and harvestTool fields.
* Slight adjustment to fix the lootTableSupplier.
=========
Build: 1.16.1-32.0.9 - Fri Jun 26 12:31:37 GMT 2020
Yunus1903:
Fixed sneaking while swimming (#6817)
=========
Build: - Fri Jun 26 12:25:07 GMT 2020
thpetuaudletang:
Fixed tooltip rendering issues (#6815)
=========
Build: 1.16.1-32.0.7 - Fri Jun 26 02:30:54 GMT 2020
thpetuaudletang:
Fixed villager trades having non-applicable enchants
Also added an AT at lex's request
=========
Build: 1.16.1-32.0.6 - Fri Jun 26 01:52:19 GMT 2020
thpetuaudletang:
Fix locate command (#6811)
thpetuaudletang:
Fix block drops (#6810)
contact:
Add missing patch to ScreenShotHelper (#6809)
Adds the missed patch back
Yunus1903:
Updated MDK mods.toml versions (#6808)
thpetuaudletang:
Fix locate command (#6811)
thpetuaudletang:
Fix block drops (#6810)
contact:
Add missing patch to ScreenShotHelper (#6809)
Adds the missed patch back
Yunus1903:
Updated MDK mods.toml versions (#6808)
thpetuaudletang:
Fix locate command (#6811)
thpetuaudletang:
Fix block drops (#6810)
contact:
Add missing patch to ScreenShotHelper (#6809)
Adds the missed patch back
Yunus1903:
Updated MDK mods.toml versions (#6808)
=========
Build: 1.16.1-32.0.2 - Fri Jun 26 01:41:51 GMT 2020
lex:
Rework BlockSnapshot and fix client notifications. Closes #6807
=========
Build: 1.16.1-32.0.1 - Thu Jun 25 23:24:48 GMT 2020