Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| project42-1.12.2-1.2.2-8.jar +3 More+3 Others beta | 91.36 KB | Nov 15, 2018 | 1.12.2 | 791 | Download |
| project42-1.12.2-1.2.1-7.jar +3 More+3 Others beta | 91.38 KB | Nov 15, 2018 | 1.12.2 | 29 | Download |
| project42-1.12.2-1.2.0-6.jar +3 More+3 Others beta | 91.32 KB | Nov 13, 2018 | 1.12.2 | 54 | Download |
| project42-1.12.2-1.1.1-5.jar +3 More+3 Others beta | 77.91 KB | Nov 7, 2018 | 1.12.2 | 74 | Download |
| project42-1.12.2-1.1.0-4.jar +3 More+3 Others beta | 77.54 KB | Nov 7, 2018 | 1.12.2 | 43 | Download |
| project42-1.12.2-1.0.0-2.jar +3 More+3 Others beta | 77.26 KB | Nov 6, 2018 | 1.12.2 | 37 | Download |
Description

Project 42 is a simple Manual API with a ton of customization features that will allow you to change everything so it looks unique and without needing to handle all the GUI stuff.

How to start
Gradle Dependency
repositories {
maven {
name 'Curseforge Maven'
url 'http://minecraft.curseforge.com/api/maven/'
}
}
dependencies {
compile "project-42:project42-1.12.2:1.0.0:2:deobf"
}
(Or the latest version in curseforge)
Project 42
To start using the mod you will need a class that implements IManual with the annotation @ProjectManual:
@ProjectManual(value = Project42.MOD_ID, modName = Project42.MOD_NAME)
public class TestManual implements IManual {
@Override
public void registerCategories(ManualInfo info) {
}
}
After that you can register all the categories and all of the entries with their contents inside registerCategories. You can find examples:
- A simple example without custom design
- A bit more advanced example with a custom design
Discord
Patreon
Twitter

Get 0.05 TON 💎
Download


Add a comment