McJtyMods / TheOneProbe

This simple mod adds a probe and an API for other mods to show information with that probe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The One Probe (TOP) Logo

The One Probe (TOP) - Minecraft Mod

More immersive alternative for WAILA

Introduction to The One Probe (TOP)

The One Probe (or TOP in short) is a more immersive version of WAILA. You don't get to see the information tooltip all the time but only when you have the probe in your hand (note that this mod can be configured to show the information all the time just like WAILA).

The purpose of this mod is to show on-screen information about the block you are looking at whenever you hold the probe in your hand (or off-hand). The mod itself will show basic information like the name of the block, the mod for the block and also the tool to use for harvesting the block. In addition this mod will also show the amount of RF energy that is stored in the block (if the block supports RF) and if you are sneaking it will also give a list of all items that are in the block if it is an inventory (like a chest).

This mod is very configurable so you can disable all the features mentioned above if they do not fit your playing style or modpack.

This mod also has a flexible API that other mods can use to add more information. Deep Resonance will use this mod to show information about the crystals and liquids. RFTools will also have support for this mod. The API can be found here.


Maven

repositories {
    maven { // TOP
        name 'tterrag maven'
        url "https://maven.tterrag.com/"
    }

dependencies {
    deobfCompile "mcjty.theoneprobe:TheOneProbe-${top_version}"
}

Licence

MIT

This mod is licenced under the MIT licence. To see the full terms of the licence click here.

Modpack Permission

You're free to use the mod in your modpack.


Credits

Copyright © 2016 McJty

About

This simple mod adds a probe and an API for other mods to show information with that probe

License:MIT License


Languages

Language:Java 100.0%