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

Yo sup! hope all who work on mcp are well! Recently, I've been trying out MCP and I gotta say for overall code digging, this is really useful! however, I...

ERROR MESSAGE: 3:44:17 PM: Executing 'runclient'... > Configure project : Java: 17.0.1 JVM: 17.0.1+12-LTS-39(Oracle Corporation) Arch: aarch64 WARNING: This project is configured to use the official obfuscation mappings provided by...

What IntelliJ IDEA Theme did you use in that screenshot below? https://user-images.githubusercontent.com/4052647/46925924-71b7b680-d026-11e8-9c29-e3ed2e43f810.png

``` Exception in thread "main" java.lang.NoSuchMethodError: 'net.minecraft.network.chat.FormattedText net.minecraft.network.chat.FormattedText.m_130775_(java.lang.String)' at net.minecraft.network.chat.TranslatableComponent.(TranslatableComponent.java:19) at net.minecraft.commands.BrigadierExceptions.(BrigadierExceptions.java:47) at net.minecraft.SharedConstants.(SharedConstants.java:189) at net.minecraft.client.main.Main.main(Main.java:52) ``` Got this error when I try to launch it from a launcher that...

Hello , im want to make a custom client with custom texture and I can't find the textures location. Help me!

This pull requuest adds a runserver task to build.gradle as well as support for parchment mappings, whitch also provides parameter names.

I'd like to use MCP Reborn with Combat Test Snapshots (e.g. CTS 8c). https://minecraft.fandom.com/wiki/Java_Edition_Combat_Tests Is it possible to implement CTS versions in MCP Reborn?

editing the code while its running in debug mode doesnt work i have to recompile and re run it every time i make a change. does it not work or...

I cant find way to make GUI for my client. There isnt drawScreen or anything that was in previous versions, so does anyone know how i can resolve this issue?