yarn/README.md

34 lines
1.5 KiB
Markdown
Raw Normal View History

2016-08-12 09:28:17 -04:00
# Publicly Open Mapping Files
2016-08-14 14:44:42 -04:00
POMF is a set of open, unencumbered Minecraft mappings, free for everyone to use under the Creative Commons Zero license. The intention is to let
everyone mod Minecraft freely and openly, while also being able to innovate and process the mappings as they see fit.
2016-08-12 09:28:17 -04:00
2016-11-15 05:52:04 -05:00
The current version targets Minecraft version **1.11**.
2016-08-12 09:28:52 -04:00
2016-08-12 09:28:17 -04:00
## Contributing
2016-08-17 17:23:55 -04:00
Please remember that copying and pasting mappings from alternate projects under more restrictive licenses (such as MCP) is **completely forbidden** without explicit permission from the
owners of said mappings. It is also good to consult name changes with other people - use pull requests or our IRC (#fabric @ irc.esper.net) to ask questions!
2016-08-12 16:09:56 -04:00
2016-08-17 17:23:55 -04:00
WIP mapping guidelines are available [here](https://docs.google.com/document/d/15fHL-WgK0uMPAy-WJbQtxrfOVLJNlfasjsnt_wruOXA/edit). Feel free to contribute.
2016-08-17 15:28:42 -04:00
### Getting Started
1. Fork and clone the repo
2. Run `./gradlew pomf` (macOS and Linux) or `gradlew pomf` (Windows)
3. Profit
## Gradle
POMF uses Gradle to provide a number of utility tasks for working with POMF.
### `download`
Downloads the client and server Minecraft jars for the current Minecraft version to `.gradle/minecraft`
### `mergeJars`
Merges the client and server jars into one merged jar, located at `VERSION-merged.jar` in the POMF directory where `VERSION` is the currnet Minecraft version.
### `setupPomf`
`download` and `mergeJars`
### `pomf`
2016-08-17 17:23:55 -04:00
`setupPomf` and download and launch the latest version of Enigma automatically configured to use the merged jar and the mappings.