Export Mod exporting old verison

Started by VirusBLITZ on

Topic category: Help with MCreator software

Last seen on 12:03, 4. Mar 2023
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Export Mod exporting old verison
Sat, 02/25/2023 - 15:14 (edited)

When exporting my mod, it outputs an older version of it.

I've tried cleaning all gradle caches and even the entire gradle folder...

 

When running the test client in MCReator it uses the latest version and everything works just fine...

 

Executing Gradle task: build
Build info: MCreator 2022.3.48217, forge-1.19.2, 64-bit, 16196 MB, Windows 10, JVM 17.0.3, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-02-25-16:06:23

> Configure project :
The code of this workspace uses official obfuscation mappings provided by Mojang. These mappings fall under their associated license you should be fully aware of.
(c) 2020 Microsoft Corporation. These mappings are provided "as-is" and you bear the risk of using them. You may copy and use the mappings for development purposes,
but you may not redistribute the mappings complete and unmodified. Microsoft makes no warranties, express or implied, with respect to the mappings provided here.
Use and modification of this document or the source code (in any form) of Minecraft: Java Edition is governed by the Minecraft End User License Agreement available
at https://account.mojang.com/documents/minecraft_eula.

> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :jar
> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createMcpToSrg UP-TO-DATE
> Task :reobfJar
> Task :assemble
> Task :compileTestJava NO-SOURCE
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build

BUILD SUCCESSFUL in 2s
7 actionable tasks: 3 executed, 4 up-to-date
Task completed in 2 seconds

 

the build takes a suspiciously low amout of time too...

Edited by VirusBLITZ on Sat, 02/25/2023 - 15:14