SOO I am just opening this thread to discuss this.
I made a mod, and I just added an item. I run the runClient.launch file on eclipse.
And the mod works perfectly! The "MODS" tab on the minecraft menu registers the mod with all the info that I inputted on the mod.toml file.
I then wanted to try the mod on my actual Minecraft Client with my account.
To rebuild my mod into a jar file that can be usable by minecrafy I just did:
gradlew build
On my project folder.
The jar gets built successfully in the build/libs dir.
I move the jar file to my mods folder on my Minecraft Client, run the game.
I can see the mod registered on the "MODS" tab on the Minecraft Menu, just like in the eclipse run.
But once I boot a world I look for the object I added in the mod and it is nowhere to be found.
I already tried a lot of different things like remaking the mod, rebuilding the gradle project and more things, none of them have worked.
If someone know about this, can you help me out?
Thanks!