Exported mod shows 4kb as a .jar

Started by McAlec on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 23:11, 11. Oct 2023
Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Exported mod shows 4kb as a .jar

When I go to export my mod it always shows it as 4kb and doesn't show any elements on regular Minecraft. The only elements that are in the .jar are:
{modid}.class | mods.toml | manifest.mf | en_us.json | pack.mcmeta

The only file that has data is the .class file. I've been having this issue ever since I updated MCreator. I've made sure all my plugins are up to date same with MCreator. 

If this is in the wrong forum section tell me because I assume this is an issue and I need troubleshooting. Also, I couldnt find any other posts about this issue.

Thanks!

Console Log (trimmed down first part):

> Configure project :
MixinGradle is skipping eclipse integration, extension not found
The code of this workspace uses official obfuscation mappings provided by Mojang...

> Task :downloadMcpConfig
> Task :extractSrg UP-TO-DATE
> Task :createMcpToSrg UP-TO-DATE
> Task :compileJava UP-TO-DATE
> Task :processResources UP-TO-DATE
> Task :classes UP-TO-DATE
> Task :compileTestJava NO-SOURCE
> Task :addMixinsToJar
> Task :jar UP-TO-DATE
> Task :configureReobfTaskForReobfJar
> Task :reobfJar
> Task :configureReobfTaskForReobfJarJar
> Task :addMixinsToJarJar
> Task :jarJar SKIPPED
> Task :reobfJarJar SKIPPED
> Task :assemble
> Task :processTestResources NO-SOURCE
> Task :testClasses UP-TO-DATE
> Task :test NO-SOURCE
> Task :check UP-TO-DATE
> Task :build

BUILD SUCCESSFUL in 1s
11 actionable tasks: 6 executed, 5 up-to-date
Task completed in 1 second