Topic category: Help with Minecraft modding (Java Edition)
I have reciently have attempted to update a mod that i have been working on for some time from 2023.3 to 2023.4 in order to access some of the new features however im running into 20+ procedures having compile errors causing issues. Important to say that this mod does use a lot of plugins but when updating i made sure to have all the same plugins, on top of it some of the procedures erroring out do not use plugins at all and simply use traditional MCreator code blocks
I have looked at the logs by the console but i cant seem to make sense of them, although i have a few plugins in mind that could be a potential cause of the issue its a complete nightmare to fix since the procedures are completly grayed out making it impossible for me to trial and error fix the procedures to see whats up.
The only way i can see this working is to painstakingly remake every single procedure on the new version which due to the complexity of this mod will take some time to ensure everything works correctly. Is there any way to get the procedures to show up on 2023.4 to know what code blocks are missing or what is causing issues?
i did some additional homework after posting this, it seems a lot of the broken procedures have in common the usage of raytraces which seem completly absent in newer versions.
I would solve this using some of the new blocks / the few existing ones but the fact that my procedures get completly grayed out makes such a task irritating to solve because i need to make a separate workspace and mirror the procedures separately at best i can, then import them in the original workspace after deleting the completly unusable originals. Painstakingly repeating this process over and over for each procedure of each mod i have made.
I dont expect it to work perfectly on updating but this is beyond infurating. At the very least if it didnt lock me out of my procedures i could trial and error it slowly without needing 2 different mcreator versions up at once