You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelog.md
+8
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,11 @@
8
8
-`mods.toml` and `neoforge.mods.toml` documentation for lookup elements
9
9
- Support for split strings within inspections and method target references in Mixins ([#2358](https://github.com/minecraft-dev/MinecraftDev/pull/2358))
10
10
- Mouse ungrab on breakpoint hit while running a Gradle task
11
+
- JSON5 support to mixin config jsons ([#2375](https://github.com/minecraft-dev/MinecraftDev/pull/2375))
12
+
- Value types in mods.toml key completion
13
+
- Mixin injection signature fix preview
14
+
- Loom 1.8 support
15
+
- K2 mode compatibility
11
16
12
17
### Changed
13
18
@@ -20,6 +25,9 @@
20
25
- Ignored annotations registrations
21
26
- NeoGradle and NeoModDev Minecraft version import
22
27
-[#2360](https://github.com/minecraft-dev/MinecraftDev/issues/2360)`Class initialization must not depend on services` error
28
+
-[#2376](https://github.com/minecraft-dev/MinecraftDev/issues/2376) Error when generating event listeners in read only file
29
+
-[#2308](https://github.com/minecraft-dev/MinecraftDev/issues/2308) Mixin Inject signature fix adds last parameter as first local
30
+
-[#1813](https://github.com/minecraft-dev/MinecraftDev/issues/1813) Single character Accessor targets aren't inferred correctly
Copy file name to clipboardexpand all lines: src/gradle-tooling-extension/groovy/com/demonwav/mcdev/platform/mcp/gradle/tooling/fabricloom/FabricLoomModelBuilderImpl.groovy
0 commit comments