Minecraft Project 42 mod 2026 download
logo
minecraft mod Project 42

Project 42

Game Version: 1.12.2
Total Downloads: 1,419
Updated: Nov 15, 2018
Created: Nov 6, 2018
Download Project 42Download Earlier Versions

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 Project 42 project42-1.12.2-1.2.2-8.jar

+3 More+3 Others betaDownload
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 Project 42 project42-1.12.2-1.2.1-7.jar

+3 More+3 Others betaDownload
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 Project 42 project42-1.12.2-1.2.0-6.jar

+3 More+3 Others betaDownload
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 Project 42 project42-1.12.2-1.1.1-5.jar

+3 More+3 Others betaDownload
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 Project 42 project42-1.12.2-1.1.0-4.jar

+3 More+3 Others betaDownload
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 Project 42 project42-1.12.2-1.0.0-2.jar

+3 More+3 Others betaDownload

Description

Share this:

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

Promo

Comments

Add a comment