Every variable without a certain word got deleted in my mod workspace

Started by ImOd102 on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Feb 2022
Points:
631

User statistics:

  • Modifications: 0
  • Forum topics: 18
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 158
Every variable without a certain word got deleted in my mod workspace

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.

Active 1 year ago
Joined Apr 2021
Points:
670

User statistics:

  • Modifications: 1
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 112
Unfortunately even if you…
Wed, 06/22/2022 - 12:34

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.