Skip to content

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

License

Notifications You must be signed in to change notification settings

AlphaMode/TheOneProbe-Fabric

 
 

Repository files navigation

The One Probe (TOP) - Minecraft Mod [Fabric]

This is an unofficial Fabric port of the original mod by McJty, for the Forge version head to https://github.com/McJtyMods/TheOneProbe

The One Probe (TOP) Logo

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
        url "https://maven.wispforest.io"
    }

dependencies {
    implementation "mcjty.theoneprobe:theoneprobe-fabric:${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

  • McJty - Project Owner
  • AlphaMode - Fabric Port
  • glisco - Wisp Forest Maven

Copyright © 2016 McJty

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%