RealMangoRage
4dae990880
Add TooltipContext and TooltipDisplay to ItemTooltipEvent
Push actions / labels (push) Has been cancelled
Publish / build (push) Has been cancelled
2026-08-18 12:34:10 -07:00
LexManos
f0f144156b
Fix mod packets being processed after vanilla packets when received in the same tick.
2026-08-10 21:56:47 -07:00
LexManos
d17cfd0b4b
26.2 RB 1
2026-07-27 12:57:42 -07:00
LexManos
d697be351f
Bump Dependencies, Notably ASM for Java 27 support
2026-07-21 16:05:10 -07:00
LexManos
703195cd36
Fix ModList screen selection getting out of sync. Closes #10855
2026-07-21 15:55:37 -07:00
Meme Man
3f1e9a90c9
Update equality check for RegistryObject to include RegistryObject#key. ( #10860 )
2026-07-21 10:32:48 -07:00
zznty
da353a52fe
Handle glfw window pos errors gracefully for wayland ( #10853 )
2026-07-19 09:15:42 -07:00
Matt
3bac35089f
Add DeltaTracker (partialTick) context to PassDefinitions ( #10831 )
2026-07-16 12:47:53 -07:00
Matt
cb2e205867
Toml parsing errors are now visible in the latest log. ( #10847 )
2026-07-13 17:05:48 -07:00
LexManos
c5d015e60a
Add mechanic for ImmediateWindowProviders to react to Graphics backed settings
...
Disable early loading screen when using Vulkan. Fixes #10829
2026-06-30 15:57:35 -07:00
LexManos
72be0c9ccd
ForgeDev 7
...
Co-authored-by: Jonathing <me@jonathing.me>
Co-authored-by: Paint_Ninja <PaintNinja@users.noreply.github.com>
2026-06-30 12:43:08 -07:00
LexManos
dabe919492
Remove IForgeShearable Closes #10826
...
Entities use vanilla's Shearable interface
Blocks use loot table conditions or useItemOn if you need positional information
2026-06-25 08:58:58 -07:00
LexManos
3da1b644d0
26.2
2026-06-17 19:35:27 -07:00
Matt
d3476f3f80
[26.1.2] Split hotbar rendering into components, allow replacing renders ( #10824 )
2026-06-09 11:21:51 -07:00
LexManos
6665cdcf4e
Fix misaligned ClientLevel load patch
2026-05-04 09:26:36 -07:00
LexManos
d9665f6447
Fix IForgeBlockStateModel#getModelData is never called Fixes #10817
2026-05-02 16:48:24 -07:00
LexManos
ec73fd5240
Fix base bucket model not being flipped for gasses. Closes #10814
2026-04-27 10:45:07 -07:00
LexManos
3bbdbacb81
Fix being considered in water when not. Closes #10813
2026-04-23 14:36:51 -07:00
Paint_Ninja
478d8b3f18
Add c:bars/copper and c:bars/iron tags ( #10810 )
2026-04-15 22:20:21 +01:00
Paint_Ninja
03f928a3de
Add c:foods/dough tag ( #10811 )
2026-04-15 22:19:57 +01:00
Paint_Ninja
4834f16aef
Add c:drink_containing/bottle and c:drink_containing/bucket ( #10812 )
2026-04-15 22:19:44 +01:00
LexManos
7846d25606
Copy fluid and lava still textures to Item atlas for DynamicFluidContainerModel. Fixes #10809
2026-04-12 12:53:34 -07:00
LexManos
77cb0c5c4e
26.1.2
2026-04-09 10:16:29 -07:00
Paint_Ninja
5e421e8b8b
Add c:tools/trident item tag, update contents of c:tools/melee_weapon, remove c:tools/spear ( #10808 )
...
- Breaking change: `c:tools/spear` has been renamed to `c:tools/trident` to match other loaders
- The contents of the `c:tools/melee_weapon` tag now includes spears
2026-04-08 20:26:14 +01:00
LexManos
5f37e8af53
Work around 3rd party launchers who build incorrect classpaths Closes #10797
2026-04-03 09:31:40 -07:00
LexManos
5ab792f1d7
26.1.1
2026-04-01 10:40:56 -07:00
LexManos
38ebbf189c
Fix arrows not being used correctly.
2026-03-29 15:44:31 -07:00
LexManos
f247eebd55
Fix dyed Items are not rendered with color. Closes #10799
2026-03-29 02:21:41 -07:00
LexManos
555989cf10
Fix not remembering experimental warning confirmation
2026-03-29 02:20:50 -07:00
LexManos
49fe93b1b5
Fix incorrect argument passed to LootTableLoadEvent
2026-03-29 02:19:17 -07:00
LexManos
48167e93b4
Update MCPConfig to fix local variable names
2026-03-28 23:28:36 -07:00
LexManos
2bd132a6f8
Fix not regaining air bubbles. Closes #10798
2026-03-27 16:05:55 -07:00
LexManos
b8168a12df
Fix misaligned PlayerTick hook. Closes #10796
2026-03-25 18:35:02 -07:00
LexManos
df271e0265
Fix loop in LoadingErrorScreen Closes #10795
2026-03-25 10:30:27 -07:00
LexManos
d7687a72d5
Fix MDK by bumping to FG 7.0.17
2026-03-24 21:14:22 -07:00
LexManos
047e5fe252
26.1 Update
...
Minecraft is now Unobfuscated and requires Java 25
Lots of changes/code cleanup.
See https://github.com/MinecraftForge/MinecraftForge-Experimental/tree/26.1-dev for non-squashed commits.
Co-authored-by: Paint_Ninja <PaintNinja@users.noreply.github.com>
2026-03-24 14:07:41 -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