https://github.com/thekodetoad/mcpish
https://github.com/thekodetoad/mcpish
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thekodetoad/mcpish
- Owner: TheKodeToad
- License: cc0-1.0
- Created: 2023-02-20T15:47:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T16:38:58.000Z (over 3 years ago)
- Last Synced: 2025-08-19T04:50:45.988Z (10 months ago)
- Homepage:
- Size: 65.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**