User: joe Date: 24 Jan 24 19:27 Revision: 9067dd73fca5b7aee4f9b260c369893c5591272e Summary: Merge branch '2023.1' into 2023.2 TeamCity URL: https://ci.mcdev.io/viewModification.html?tab=vcsModificationFiles&modId=9054&personal=false Index: gradle.properties =================================================================== --- gradle.properties (revision 4327920a8308a73df8295b95029b705167a76a3b) +++ gradle.properties (revision 9067dd73fca5b7aee4f9b260c369893c5591272e) @@ -24,7 +24,7 @@ ideaVersion = 2023.2.2 ideaVersionName = 2023.2.2 -coreVersion = 1.6.12 +coreVersion = 1.7.0 downloadIdeaSources = true pluginTomlVersion = 232.8660.88 Index: src/main/resources/META-INF/plugin.xml =================================================================== --- src/main/resources/META-INF/plugin.xml (revision 4327920a8308a73df8295b95029b705167a76a3b) +++ src/main/resources/META-INF/plugin.xml (revision 9067dd73fca5b7aee4f9b260c369893c5591272e) @@ -41,6 +41,7 @@
  • Paper
  • Sponge
  • Forge
  • +
  • NeoForge
  • Fabric
  • Architectury
  • Velocity
  • @@ -88,6 +89,7 @@ + @@ -108,6 +110,7 @@ + @@ -141,6 +144,7 @@ + @@ -150,6 +154,7 @@ + @@ -165,6 +170,7 @@ * Bukkit * Sponge * Forge + * NeoForge * Fabric * MCP * Mixin @@ -347,6 +353,18 @@ + + + + + + + + + + + + @@ -429,6 +447,8 @@ + @@ -872,7 +892,7 @@ level="ERROR" hasStaticDescription="true" implementationClass="com.demonwav.mcdev.platform.mixin.inspection.injector.InvalidInjectorMethodSignatureInspection"/> - + + + + @@ -1004,6 +1056,22 @@ level="WARNING" hasStaticDescription="true" implementationClass="com.demonwav.mcdev.platform.mixin.inspection.mixinextras.UnnecessaryMutableLocalInspection"/> + +