Unable to convert 2024.2 mods to 2025.2 mods

Started by obviouslysam655 on

Topic category: Help with MCreator software

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unable to convert 2024.2 mods to 2025.2 mods

So I had some 2024.2 plugins on a mod, but apparently mcreator stopped supporting 2024.2, so I installed 2025.2. But when I went to edit my mod(s), it said that the plugins aren't supported anymore, but I need to edit the mods to remove the plugins, so how do I get my mods back?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you should be able to remove…
Sat, 08/30/2025 - 20:40

you should be able to remove them by editing the <mod>.mcreator file in the workspace folder

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
So I deleted the plugins…
Sat, 08/30/2025 - 21:29

So I deleted the plugins from the folder, but it won't let me open the mod because the plugins are missing(?) even though it said I couldn't open them because the plugins weren't supported(?)

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah like I said you have to…
Sat, 08/30/2025 - 21:31

yeah like I said you have to edit the <mod>.mcreator file

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do I edit the .mcreator…
Sat, 08/30/2025 - 21:34

how do I edit the .mcreator file?

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
in any text file editor, i…
Sat, 08/30/2025 - 21:36

in any text file editor, i don't remember what the section you have to remove is called though, can you send your .mcreator file here?

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
{ "mod_elements": [   {     …
Sat, 08/30/2025 - 21:41

{
 "mod_elements": [
   {
     "name": "BlackIceShard",
     "type": "item",
     "compiles": true,
     "locked_code": false,
     "registry_name": "black_ice_shard",
     "metadata": {
       "files": [
         "src/main/java/net/mcreator/thedarkpath/item/BlackIceShardItem.java",
         "src/main/resources/assets/the_dark_path/models/item/black_ice_shard.json"
       ]
     }
   },
   {
     "name": "DarkFrost",
     "type": "tab",
     "compiles": true,
     "locked_code": false,
     "registry_name": "dark_frost",
     "metadata": {
       "files": []
     }
   },
   {
     "name": "BlackIce",
     "type": "block",
     "compiles": true,
     "locked_code": false,
     "registry_name": "black_ice",
     "metadata": {
       "files": [
         "src/main/resources/assets/the_dark_path/models/block/black_ice.json",
         "src/main/resources/assets/the_dark_path/blockstates/black_ice.json",
         "src/main/java/net/mcreator/thedarkpath/block/BlackIceBlock.java",
         "src/main/resources/assets/the_dark_path/models/item/black_ice.json"
       ]
     }
   },
   {
     "name": "BlackIceBlock",
     "type": "recipe",
     "compiles": true,
     "locked_code": false,
     "registry_name": "black_ice_block",
     "metadata": {
       "files": [
         "src/main/resources/data/the_dark_path/recipes/black_ice_block.json"
       ]
     }
   },
   {
     "name": "DarkFrostbiteOnEffectActiveTick",
     "type": "procedure",
     "compiles": true,
     "locked_code": false,
     "registry_name": "dark_frostbite_on_effect_active_tick",
     "metadata": {
       "files": [
         "src/main/java/net/mcreator/thedarkpath/procedures/DarkFrostbiteOnEffectActiveTickProcedure.java"
       ],
       "dependencies": [
         {
           "name": "entity",
           "type": "entity"
         },
         {
           "name": "world",
           "type": "world"
         }
       ]
     }
   },
   {
     "name": "DarkFrostbite",
     "type": "potioneffect",
     "compiles": true,
     "locked_code": false,
     "registry_name": "dark_frostbite",
     "metadata": {
       "files": [
         "src/main/java/net/mcreator/thedarkpath/potion/DarkFrostbiteMobEffect.java"
(it won't let me show all of it)

Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
upload it to pastebin or…
Sat, 08/30/2025 - 21:43

upload it to pastebin or something

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
for pasting things that are…
Sat, 08/30/2025 - 21:48

for pasting things that are too big to paste?

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
one moment gotta go for a…
Sat, 08/30/2025 - 21:51

one moment gotta go for a bit (maybe an hour or so)

Joined Aug 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I may have underestimated…
Sun, 08/31/2025 - 00:41

I may have underestimated the time I'd be gone, but my question still stands