Class OblivionComposting
java.lang.Object
com.github.voidleech.oblivion.registry.OblivionComposting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddCompostable(Supplier<net.minecraft.world.level.ItemLike> item, float chance) Adds an item to the composter.static voidregister(net.minecraftforge.eventbus.api.IEventBus eventBus)
-
Constructor Details
-
OblivionComposting
public OblivionComposting()
-
-
Method Details
-
register
public static void register(net.minecraftforge.eventbus.api.IEventBus eventBus) -
addCompostable
Adds an item to the composter.- Parameters:
item- to be composted.chance- to produce a layer in the composter.
-