MCP-Reborn icon indicating copy to clipboard operation
MCP-Reborn copied to clipboard

MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.20.1)

Results 145 MCP-Reborn issues
Sort by recently updated
recently updated
newest added

Sounds are not working, i even tried to put the 1.18.2 jar (the same as mcp reborn) into the build path, even tried to copy the 1.18.2 sound json in...

Is it working for snapshots like 20w14inf? Or its only for full versions?

I don't why but I can't find the block folder in the src folder because I need to know what material is Nether Wart Block for a mod that I...

I followed the instructions in readme.md, the changes are visible, but when I try to make a new world or join a server it crashes with this error: `The game...

Non riesco a fare il glawd del file potreste perfavore creare un'altra reposity con il codice sorgente già a disposizione??

- Imported the MCP-Reborn-1.20.1-official project as a gradle project on eclipse - Ran tasks - `mcp/setup` - `mcp/copyAssets` - `ide/eclipse` - `forgegradle runs/genEclipseRuns` On the last gradle task run got...

![image](https://github.com/Hexeption/MCP-Reborn/assets/135695698/5c2506ba-97ba-468a-8775-6fc50dfe2065) ![image](https://github.com/Hexeption/MCP-Reborn/assets/135695698/52fd9128-a246-456d-a0a5-11bf7a6f7ddd) how can i fix that error what should i do

I want to refactor the server code without using mixins. In Forge, I simply edited the file _projects\forge\src\main\java\net\minecraft\server\MinecraftServer.java_ and moved the result into the server file. I tried to run...