All Projects → MightyPirates → Scannable

MightyPirates / Scannable

Licence: other
One scanner to find them, and with eye candy bind them.

Programming Languages

java
68154 projects - #9 most used programming language
GLSL
2045 projects

Projects that are alternatives of or similar to Scannable

Realistictorches
A Minecraft mod that increases the difficulty of the early game by adding realism mechanics to torches.
Stars: ✭ 15 (+0%)
Mutual labels:  forge, mod, minecraft-forge
Tis 3d
TIS-100 inspired low-tech computing in Minecraft.
Stars: ✭ 64 (+326.67%)
Mutual labels:  forge, mod, minecraft-forge
ForgeWurst
Wurst Client for Minecraft Forge.
Stars: ✭ 37 (+146.67%)
Mutual labels:  forge, mod, minecraft-forge
Waddles
Waddles adds cute Adélie penguins that waddle
Stars: ✭ 22 (+46.67%)
Mutual labels:  forge, mod, minecraft-forge
relics
No description or website provided.
Stars: ✭ 24 (+60%)
Mutual labels:  forge, mod, minecraft-forge
Equivalent Exchange 3
Stars: ✭ 727 (+4746.67%)
Mutual labels:  forge, mod, minecraft-forge
Opencomputers
Home of the OpenComputers mod for Minecraft.
Stars: ✭ 1,104 (+7260%)
Mutual labels:  forge, mod, minecraft-forge
MrCrayfishGunMod
A Minecraft Mod focused on adding fun and simple weapons wtih lots of customisation including attachments and more!
Stars: ✭ 132 (+780%)
Mutual labels:  forge, mod, minecraft-forge
Chisels And Bits
A Minecraft mod about chiseling and designing custom blocks in game.
Stars: ✭ 119 (+693.33%)
Mutual labels:  forge, mod, minecraft-forge
NaturesCompass
A Minecraft mod that allows you to search for a biome's location anywhere in the world and view information about it.
Stars: ✭ 42 (+180%)
Mutual labels:  forge, mod, minecraft-forge
metal-chests
Better alternative to IronChests
Stars: ✭ 13 (-13.33%)
Mutual labels:  forge, mod, minecraft-forge
Justenoughitems
Item and Recipe viewing mod for Minecraft
Stars: ✭ 418 (+2686.67%)
Mutual labels:  forge, mod, minecraft-forge
CustomNPC-Plus
Custom Version of 1.7.10 CustomNPC with backported features and original expansions
Stars: ✭ 15 (+0%)
Mutual labels:  forge, mod, minecraft-forge
Agricraft
The source code for the Minecraft mod: AgriCraft
Stars: ✭ 160 (+966.67%)
Mutual labels:  forge, mod, minecraft-forge
Bettercolors
⚔️ Minecraft assistance mod built with Forge AND Fabric. For MC 1.8.9, 1.12.2, 1.13.2, 1.14.4, 1.15.2, 1.16.x, 1.17.X, 1.18.X, 1.19.X
Stars: ✭ 37 (+146.67%)
Mutual labels:  forge, minecraft-forge
Magistics
Logistical magic!
Stars: ✭ 16 (+6.67%)
Mutual labels:  forge, mod
Macrokey
A mod that allows you to bind keys
Stars: ✭ 8 (-46.67%)
Mutual labels:  forge, mod
Hypermc
Install Minecraft extensions with a user-friendly interface ⛏💎
Stars: ✭ 27 (+80%)
Mutual labels:  forge, minecraft-forge
Emc
The EMC Framework (Easy Minecraft Client) - An easy to use Minecraft modding framework
Stars: ✭ 21 (+40%)
Mutual labels:  forge, mod
Minecraftforge
Modifications to the Minecraft base files to assist in compatibility between mods.
Stars: ✭ 5,127 (+34080%)
Mutual labels:  forge, mod

Scannable

Scannable is a Minecraft mod that adds a single scanner item and a couple of scanner modules. Using the scanner will bring up a couple of overlays highlighting nearby points of interest, such as animals, monsters and ores, depending on the installed modules.

License / Use in Modpacks

This mod is licensed under the MIT license. All assets are public domain, unless otherwise stated; all are free to be distributed as long as the license / source credits are kept. This means you can use this mod in any mod pack as you please. I'd be happy to hear about you using it, though, just out of curiosity.

Extending

In general, please refer to the API, everything you need to know should be explained in the Javadoc of the API classes and interfaces. The scan result provider API allows registering custom scanning logic, you can provide custom scanner modules by providing a scan result provider as a capability of an item.

Gradle

To add a dependency to Scannable for use in your mod, add the following to your build.gradle:

repositories {
    maven {
        url 'https://cursemaven.com'
        content { includeGroup "curse.maven" }
    }
}
dependencies {
    implementation fg.deobf("curse.maven:scannable-266784:3738448")
}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].