Commit graph

9027 commits

Author SHA1 Message Date
LexManos
1dab50ca00
Fix mod packets being processed after vanilla packets when received in the same tick.
Some checks failed
Publish / build (push) Has been cancelled
Push actions / labels (push) Has been cancelled
2026-08-13 13:28:55 -07:00
LexManos
3b981f4725
1.21.11 RB 2 2026-08-05 11:13:16 -07:00
Martijn van den Brand
bca7eff231
Fix IForgeBlockStateModel.getModelData not being called correct for #getParticleIcon (#10818) 2026-08-05 10:46:40 -07:00
LexManos
5df71fb5df
Fix reading ping data for legacy Forge versions. Closes #10778 2026-08-05 10:07:49 -07:00
LexManos
5e6d92a099
Fix ModList screen selection getting out of sync. Closes #10855 2026-07-27 14:50:15 -07:00
LexManos
a171012411
Bump Dependencies, Notably ASM for Java 27 support 2026-07-27 14:46:02 -07:00
Matt
44b30daa05
Split hotbar rendering into components, allow replacing renderers (#10868) 2026-07-26 10:20:39 -07:00
Matt
2d33dba36e
Add DeltaTracker (partialTick) context to PassDefinitions (#10849) 2026-07-21 11:35:51 -07:00
Meme Man
c538816698
Update equality check for RegistryObject to include RegistryObject#key. (#10858) 2026-07-21 10:51:17 -07:00
Matt
4f936fb5f7
Toml parsing errors are now visible in the latest log. (#10837) 2026-07-09 12:11:03 -07:00
LexManos
66e4dab83b
Bump MDK gradle and fix missing and wrong dependency in installer 2026-05-27 09:07:31 -07:00
LexManos
78d8d5495c
Fix versioning 2026-05-27 07:09:39 -07:00
LexManos
e61aa67600 ForgeDev 7 (#10747)
Major re-write of the build tools for creating Forge.
This is equivalent to the ForgeGradle 7 migration for the user side.

Co-authored-by: Jonathing <me@jonathing.me>
Co-authored-by: Paint_Ninja <PaintNinja@users.noreply.github.com>
2026-05-27 06:49:54 -07:00
LexManos
5ac2675f87
Fix server data packs from mods using incorrect version. Closes #10794 2026-03-23 11:45:01 -07:00
LexManos
b544849f7d
Fix wrong color argument for FogColor event
Fix incorrect patch for carving pumpinks
2026-03-16 18:38:36 -07:00
LexManos
39683f28dd
Fix swapped variables being passes to ItemStackedOnOtherEvent Closes #10781 2026-03-05 12:54:17 -08:00
LexManos
da4fd10ee8
Remove --validate from forge data tasks, no longer needed 2026-03-05 12:53:46 -08:00
Paint_Ninja
e1c2add370
Skip runtime annotation scanning for MC itself, blacklist common inconsequential annotations (#10773)
The results of scan data for MC itself aren't useful nor needed in practice. Skipping this speeds up the scanner and saves a bunch of memory. Also blacklisted common inconsequential annotations and cached common super types for further memory usage savings.
2026-02-18 23:13:06 +00:00
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