Started by
ImOd102
on
Topic category: Help with Minecraft modding (Java Edition)
So, I was doing my normal modding things when suddenly I realize I got a bunch of errors and when I looked into it, multiple elements were getting errors because a lot of my variables got deleted!? And I realized all the missing variables didn't have the word "ability" in them! At first I tried fixing each of the elements by adding the variables back, but is there a way to make the variables come back, because this is seriously getting annoying.
Unfortunately even if you bought the variables back, I would imagine gradle wouldn't compile correctly until you manually go in and reset all references to those variables in your procedures. By reset, I mean clicking on the name field of the variable block, clicking on the variable from the drop-down list and saving changes.