Hexeption / MCP-Reborn

MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.20.1)
Other
1.06k stars 135 forks source link

Will newer versions ever be supported? #355

Open luastate opened 1 month ago

luastate commented 1 month ago

I am trying to develop a mod for 1.21 and nothing I can find seems to support it. Will this ever be a reality?

FinnT730 commented 4 weeks ago

if you are making a mod, why not use a modloader.... also this has not been updated in a long while, and the creator on discord has stated like 9 months ago that they were going to stop with this

dubfib commented 3 weeks ago

i started experimenting with having mcp-reborn update to the latest version via workflows (only for the latest version of minecraft) and you can see my project here if your interested

how to use it is still the same, just haven't added docs at the time at writing, just here are some basic steps:

  1. import project through intellij
  2. go to the go to the gradle right sidebar & click the gradle icon
  3. double click tasks, then double click mcp
  4. run setup, then run copyAssets
  5. launch with runclient