Searge-DP / Bookshelf-1

A community oriented core mod. To be announced.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookshelf

Bookshelf is a core mod that expands upon Forge and Minecraft by adding new utilities, hooks and events which are publicly available to every mod authors.

Compilation

It is easy to build Bookshelf from the repository by using Forge Gradle. Bookshelf makes use of the Forge Gradle Wrapper, which is included as part of the repository. To compile the mod, simply clone or download the repository and run the 'gradlew build' command from the command line, from within the project directory. An obfuscated jar and a dev jar will be generated in the build/libs folder.

Dev Environment

This project relies on core mod functionality. All core mod features will only function correctly if the mod is set up as one. The easiest way to use Bookshelf in your dev environment is to download the deobfuscated jar from our CurseForge page. All uploads will have an attached deobfuscated jar that can be found under the '+1 More' button. The deobfuscated version of Bookshelf can be installed by placing it in the mods folder within your workspace. Alternatively, if you want to work off of the raw source for this mod, you will need to create a dummy jar, or you can simply add the following line your your VM arguments.

-Dfml.coreMods.load=net.darkhax.bookshelf.asm.BookshelfLoadingPlugin

Events

ItemEnchantedEvent
LootingEvent
CreativeTabEvent

Other Features

Horse Armor
Color any Item
Modeled Armor
Simplified Messages
More Enchantment IDs
More Potion IDs
Potion Base
Cached Creative Tabs
Position Object
Vanilla Color Enum
Assorted Utilities

Credits

ChickenBones
CyanideX
Darkhax
iLexiconn
lclc98
SanAndreasP
VikeStep
jaredlll08

About

A community oriented core mod. To be announced.


Languages

Language:Java 100.0%