Started by
RedWirePlatinum
on
Topic category: Plugins and third-party tools
I have 2 plugins that currently only support 2023.1 so I can't upgrade minecraft to 1.19.4. Is there a way to update these plugins to support the new version?
Topic category: Plugins and third-party tools
I have 2 plugins that currently only support 2023.1 so I can't upgrade minecraft to 1.19.4. Is there a way to update these plugins to support the new version?
additionally is it possible to update plugins that aren't yours, or no?
Yes, if they are open source, you can use that code and update the plugin code to the new version yourself. Requires plugin making knowledge and in some cases programming knowledge
The plugins are open source, but how exactly do you update the code? because it doesn't really seem like just copying a folder named "forge-1.19.2" and re-naming it to "forge-1.19.4" works
It depends on what exactly the Plugins are doing and what code it adds from Minecraft to MCreator (like Procedure Blocks or Mod Elements).