Package com.kamikazejam.kamicommon.item
package com.kamikazejam.kamicommon.item
-
ClassDescriptionA builder class for wrapping
ItemStacks and applying patches to them.
Patches modify the base metadata and nbt of the item via easier to use methods exposed by this class.
NOTE: Using third party plugins like ItemsAdder which provide custom items IS SUPPORTED!
Just adjust your workflow to parse theItemStackfrom their API, and then use that object as the prototype for this wrapper:Loader to assist in automatically extractingItemBuilders from configuration sections.
Supports theKamiConfigsystem, requiring aConfigurationSectionobject to load from.