public class VanillaPlugin extends BlankModPlugin
Constructor and Description |
---|
VanillaPlugin() |
Modifier and Type | Method and Description |
---|---|
void |
register(IModRegistry registry)
Register this mod plugin with the mod registry.
|
void |
registerIngredients(IModIngredientRegistration ingredientRegistration)
Register special ingredients, beyond the basic ItemStack and FluidStack.
|
void |
registerItemSubtypes(ISubtypeRegistry subtypeRegistry)
If your item has subtypes that depend on NBT or capabilities, use this to help JEI identify those subtypes correctly.
|
onRuntimeAvailable
public void registerItemSubtypes(ISubtypeRegistry subtypeRegistry)
IModPlugin
registerItemSubtypes
in interface IModPlugin
registerItemSubtypes
in class BlankModPlugin
public void registerIngredients(IModIngredientRegistration ingredientRegistration)
IModPlugin
registerIngredients
in interface IModPlugin
registerIngredients
in class BlankModPlugin
public void register(IModRegistry registry)
IModPlugin
register
in interface IModPlugin
register
in class BlankModPlugin