Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amadornes committed Jan 4, 2016
1 parent a4b4c52 commit 92fba01
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# MCMultiPart
A universal multipart API for Minecraft 1.8.8 and above.
A universal multipart API for Minecraft 1.8.9.

The API is still unfinished. Suggestions are welcome, but bear in mind this is not the mod that will be adding microblocks, just the library that they will be built on top of.
Suggestions are welcome, but bear in mind this is not the mod that will be adding microblocks, just the library that they will be built on top of.

### Adding MCMultiPart to your workspace

To add MCMultiPart to your dev environment and be able to use it in your mods, you need to add the following lines to the buildscript, replacing `<mcmp_version>` with the version you want to use:

repositories {
maven { url "http://maven.amadornes.com/" }
}
dependencies {
deobfCompile "MCMultiPart:MCMultiPart:<mcmp_version>:universal"
}

0 comments on commit 92fba01

Please sign in to comment.