Mineuniverse
Log in Register
Mods

Project 42

A simple guide API with a ton of customization without all the GUI hassle
Claim this project
2,575 downloads
0 likes
Updated Nov 15, 2018
0 hypes

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

No files available for download.

You Might Also Like

Rope Bridge
Ever wanted to build a rope bridge to an inaccessible area? With Rope Bridge, you can!
9,737,029
Ender IO Forestry
Forestry integration module for a modular Ender IO installation
998,058
Immersive Industry (1.16/1.20)
Introduce more various process and energy production machines to Immersive Engineering.
978,517
[IV/MTS] Q.M.P [Qawsed Military pack]
Military armor NATO and SOVIET Army
97,945
CreepTech
Technology + Adventure
9,965
[Immersive Vehicles] Ghost Corporation (Ghostride)
Pack for Immersive Vehicles, adds cars from my imagination
9,960