Started by
ManuFloso
on
Topic category: Troubleshooting, bugs, and solutions
I have an issue that wont let me build my mod code
MCreator 2022.3.48217, forge-1.19.2, 64-bit, 32614 MB, Windows 11, JVM 17.0.3
Topic category: Troubleshooting, bugs, and solutions
I have an issue that wont let me build my mod code
MCreator 2022.3.48217, forge-1.19.2, 64-bit, 32614 MB, Windows 11, JVM 17.0.3
and the Mcreator team won't help you💀...
Please upload your workspace to drive/mediafire/... or similar and provide the link here
Hey Klemen, can I privately share the workspace with you? Idk about publicallly sharing the workspace.
Ok, here is the workspace
https://drive.google.com/drive/folders/15mk9QH97HD31nEzuII9KUdPbLctUAWv…
It seems some of the files of the workspace got corrupted.
Based on some checks, you have been using git and have unmerged changes. Example:
https://drive.google.com/file/d/1io3K_HfvopsdShvSzaIURm4aXcHt8_Km/view?usp=sharing
MCreator can't operate with damaged files
You can either revert with git before the unmerged changes happened, or restore workspace from a backup, if you have one.
I've managed to go in the .json files and manually fix all the git merges, but I cant figure out what its happening to the EntityRenderers.
MCreator Build Log Error - Pastebin.com
Check mcreator.log, there may be missing unmerged elements or it could be caused by plugins. Also try regenerating the code
I have tried to run the graddle with "build --scan --stacktrace --info" and this is what the log outputted.
Executing Gradle task: build --scan --stacktrace --info Build info: MCreator 2023.1.10610 - Pastebin.com
I've also updated the workspace on the link of google drive I provided to the current version.
I got the mod compiling and working with some extra tweaking to the files. Thanks for the help!
Glad to hear this!