Started by
obviouslysam655
on
Topic category: Help with MCreator software
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?
you should be able to remove them by editing the <mod>.mcreator file in the workspace folder
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(?)
yeah like I said you have to edit the <mod>.mcreator file
how do I edit the .mcreator file?
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?
{
"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)
upload it to pastebin or something
what's pastebin
a website
for pasting things that are too big to paste?
one moment gotta go for a bit (maybe an hour or so)
I may have underestimated the time I'd be gone, but my question still stands