LexManos
c71ba862cf
1.20.11 RB 1
2026-02-15 15:46:20 -08:00
Paint_Ninja
3c057d277b
Deprecate RuntimeDistCleaner ( #10771 )
...
- Logs warnings when `@OnlyIn` is used by mod devs in their own code
- In a future release, only applies to MC classes during server runs
- Future FG7 and installer versions may shift RuntimeDistCleaner's server effects to compile/setup/install time to completely remove the need for runtime stripping
2026-02-15 15:04:34 -08:00
LexManos
b99abff6ce
Bump ASM to 9.9.1
...
Bump EventBus to 7.0.1
Bump MixinExtras to 0.5.3
2026-02-15 13:51:14 -08:00
LexManos
558e7d754e
Fix bookshelves having too much enchanting power. Fixes #10770
2026-02-15 13:30:08 -08:00
Jonathing
d29524bac3
Migrate the MDK to ForgeGradle 7
2026-02-15 13:13:55 -08:00
LexManos
929064ee69
Add support for multiple access transformer configs. Closes #10758
2026-02-11 10:38:24 -08:00
LexManos
b4024a7884
Update discord links in issue templates
2026-02-09 08:26:00 -08:00
LexManos
07f6499143
Remove JavaScript CoreMods and Nashorn ( #10746 )
...
The ASMAPI helper methods have been split off into a separate dep which is included with Forge for Java transformers to use.
2026-01-23 22:28:27 +00:00
LexManos
236842f210
Update SecureModules to address ZipPath bug with brackets. Closes #10755
2026-01-20 18:05:10 -08:00
LexManos
ef811aebe8
Optimize memory allocation for checking entity fluid collisions. Closes #10745
2026-01-10 11:06:46 -08:00
LexManos
d61de63482
Allow accessing Registry context from TagValueOutput
2026-01-03 12:24:53 -08:00
LexManos
8368a1d20a
Don't save capabilities if level is null as we don't have enough context
2026-01-03 11:41:49 -08:00
Matt
8b8d3fdef7
Fix not being able to sleep. Steve is very tired. ( #10736 )
2025-12-14 17:33:32 -08:00
LexManos
f5d4fbbee5
Fix AT lines which didn't work on some old dev environments. Closes #10735
2025-12-11 11:07:23 -08:00
LexManos
6f4f60e213
Bump S2S, fixes patches in UserDev. Closes #1011
2025-12-10 01:07:59 -08:00
LexManos
01bfc33b28
1.21.11 Mounts of Mayhem Release
...
Lots of rendering related changes, specifically for BackedQuad and IQuadTransformers.
Removed our deprecated model generators, modders should have been using vanilla's for a while.
2025-12-09 18:28:42 -08:00
Matt
17e1002e86
Expose movevector field for usage with MovementInputUpdateEvent ( #10732 )
2025-12-06 10:42:49 -08:00
LexManos
da1b8f4efa
Mark applyServerBinpatches as a dependency of BundleList.
...
Fixes shim jar config
2025-12-03 08:56:24 -08:00
LexManos
42bbe44a34
Split setup and publish commands in actions
2025-12-02 13:58:34 -08:00
LexManos
f095474adf
Github Actions
2025-12-02 13:44:20 -08:00
Paint_Ninja
1b5ca64f20
Fix BusGroup.DEFAULT not being trimmed after mod loading completes, also trim mod BusGroups now too ( #10721 )
...
Saves some memory by trimming various backing collections of loaded EventBuses on the default BusGroup
2025-12-02 12:17:33 -08:00
LexManos
b518c804fb
1.21.10 RB
2025-11-19 15:01:12 -08:00
Paint_Ninja
e50a0ffc6c
Add c:nuggets/copper item tag ( #10716 )
2025-11-19 09:12:27 -08:00
Matt
7ea0a41fe2
Fix ItemStack in RenderTooltipEvent always EMPTY, merges RenderTooltipEvent.Background into .Pre ( #10655 ) ( #10702 )
2025-11-14 07:42:03 -08:00
Matt
f3d16621c0
Provide LevelRenderState during frame pass construction Addresses #10867 ( #10688 )
2025-11-12 13:20:34 -08:00
Lemonnik6484
aa55a6a831
Make Mixin dev mode check a little looser ( #10713 )
2025-11-10 11:27:19 -08:00
cech12
3449217c65
Expand hooks for custom shears ( #10704 )
...
Fix shearing leads with custom shears (interacting with entity & leash knot)
Fix shearing poppy from copper golem for custom shears
2025-11-05 11:53:50 -08:00
Jonathing
41609a03d2
Introduce MixinExtras as an included, optional dependency ( #10709 )
...
Declare ME in userdev config as an effective compile transitive
Co-authored-by: LexManos <LexManos@gmail.com>
2025-11-05 11:34:23 -08:00
LexManos
9b8e5c7109
Add workaround for Mixin bug. Closes #10710
2025-11-02 18:39:39 -08:00
LexManos
f05ad3afd0
Fix ROIMFS not being on boot classloader for dedicated server.
2025-10-31 13:02:08 -07:00
LexManos
6a615f1a4b
Add support for Forge shipping with JarInJar options. ( #10683 )
...
These are optional libraries that are only loaded when requested by mods.
Includes new ReadOnlyInMemoryFileSystem to improve performance of JarInJar parsing.
2025-10-30 14:48:46 -07:00
LexManos
4376cd6b85
Remove generic from AttachCapabilitiesEvent to help prevent modders from having unchecked casts. Closes #10707
2025-10-27 10:45:43 -07:00
LexManos
d17a111dc0
Fix misaligned patch in DedicatedServer
2025-10-23 00:10:46 -07:00
Jonathing
1b99b2cea4
Revert "Remove runtime mods.toml string substitution ( #10698 )" ( #10701 )
...
This reverts commit fc80e30289 , 17ce723edf , and 0e6341a23e .
2025-10-21 17:51:24 -07:00
Matt
4ef6695a30
Add support for custom particle groups ( #10692 )
2025-10-20 17:21:50 -07:00
Jonathing
0e6341a23e
Fix Minecraft version being incorrectly included in Forge mods.toml ( #10700 )
2025-10-20 01:06:07 -07:00
Jonathing
17ce723edf
Fix universal jar missing Forge version ( #10699 )
2025-10-20 00:41:21 +01:00
Paint_Ninja
fc80e30289
Remove runtime mods.toml string substitution ( #10698 )
2025-10-19 21:45:17 +01:00
LexManos
ecd1491f96
Fix Manually created RegistryObjects not being populated. Closes #10686
...
This partially reverts commit 1268d4c3a8acd9f780d2048d5a527206707f8e35.
But makes the classes package private so nobody can access.
2025-10-12 10:49:47 -07:00
Paint_Ninja
8f7fbc76e1
Simplify ModLoader#hasCompletedState, some more cleanup to FML internals
2025-10-11 13:43:14 +01:00
Paint_Ninja
ec405958c9
Skip processing vanilla classes in RuntimeDistCleaner when running on a client ( #10682 )
2025-10-10 21:31:14 +01:00
Paint_Ninja
e2ff990601
Require CapabilityToken subclasses to be anonymous ( #10681 )
2025-10-10 21:30:22 +01:00
Paint_Ninja
8443262e39
Improve event javadocs based on community feedback, apply jSpecify to more events
2025-10-10 14:57:38 +01:00
LexManos
8e09d47cd6
1.21.10
2025-10-07 10:20:47 -07:00
Paint_Ninja
0404d2d776
Bump EventBus for more javadocs
2025-10-06 20:14:28 +01:00
Paint_Ninja
aea804cb6e
Make BuildCreativeModeTabContentsEvent a record
2025-10-06 20:12:13 +01:00
LexManos
0bffcb83c5
Fix CustomizeGuiOverlayEvent mistakenly being a RecordEvent
2025-10-05 09:51:12 -07:00
Paint_Ninja
9a022d1451
Move more events away from the mod BusGroup ( #10676 )
...
Also adds more validation to strict mode. See the GitHub PR for further details.
2025-10-05 14:02:45 +01:00
LexManos
58aa3b276c
Add the new vanilla info object to Keyboard and Mouse related events.
2025-10-02 12:09:01 -07:00
LexManos
b0ccf1a480
Minecraft 1.21.9 update.
...
There a lot of performance improvements related to events.
No more InheritableEvent for abstract events that you shouldn't add listeners to anyway, like EntityEvent. Use their sub-events.
Made a lot more events records and interfaces. Mostly just a binary break, but has better performance.
Mod bus posting methods are now static, no more ModLoader.get() for those.
ObjectHolder was removed, use RegistryObject.
Changed RuntimeEnumExtender to only target Minecraft classes. If you want other modders to interact with your API, use an Interface instead of Enum.
Moved some abstract event methods to only the relevant sub-events now, e.g. can no longer check the side of a ClientTickEvent, because it'll always be client
Rendering has changed a lot, they now batch most things together so that the game will render faster.
RenderHighlightEvent changed a lot
See https://github.com/MinecraftForge/MinecraftForge-Experimental/tree/1.21.9-dev for unsquashed commits.
Co-authored-by: Paint_Ninja <PaintNinja@users.noreply.github.com>
2025-10-01 13:05:12 -07:00