An open API service indexing awesome lists of open source software.

https://github.com/thekodetoad/mcpish


https://github.com/thekodetoad/mcpish

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# MCPish
A boilerplate for using Forge's existing tools to decompile Minecraft! Alternatively you can use [MCP Reborn](https://github.com/Hexeption/MCP-Reborn) by Hexeption.

This is an outdated less-compatible method of Minecraft modding but it's useful for making quick changes! If you want to create something serious, using a Fabric or Quilt (still in beta) mod with mixins is a better idea.

## How
Run the gradle tasks `setup extractMapped`. Warning: this will override everything!

## Why, toad
MCP Reborn didn't want to change their license :(. I still like modifying Minecraft's source code directly to do very stuipd things to it!

## License
You can do what you like, basically! [Link to full text](LICENSE). **This doesn't apply to the Minecraft source code and mappings.**