MDEStudio Theme broken?

Started by devvyyxyz on

Topic category: Plugins and third-party tools

Joined Dec 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MDEStudio Theme broken?

Is MDEStudio Theme broken for you on 2025.03 and above?

simply change plugin.json with these contents:

To get working in 2025.03, change the "plugin.json" contents in the root folder to this:

{

  "id": "mde",

  "weight": 10,

  "supportedversions": [

    2025003

  ],

  "minversion": 202100199999,

  "info": {

    "name": "MDEStudio theme plugin"

  }

}

For future or other versions, replace this line with the corresponding version number:
"supportedversions": [2025003],