public class GlobalLootModifiersTest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GlobalLootModifiersTest.EventHandlers |
private static class |
GlobalLootModifiersTest.SilkTouchTestModifier
When harvesting blocks with bamboo, this modifier is invoked, via the silk_touch_bamboo loot_modifier json
|
private static class |
GlobalLootModifiersTest.SmelterEnchantment |
private static class |
GlobalLootModifiersTest.SmeltingEnchantmentModifier
The smelting enchantment causes this modifier to be invoked, via the smelting loot_modifier json
|
private static class |
GlobalLootModifiersTest.WheatSeedsConverterModifier
When harvesting wheat with shears, this modifier is invoked via the wheat_harvest loot_modifier json
This modifier checks how many seeds were harvested and turns X seeds into Y wheat (3:1) |
Modifier and Type | Field and Description |
---|---|
static boolean |
ENABLE |
static java.lang.String |
MODID |
static Enchantment |
smelt |
Constructor and Description |
---|
GlobalLootModifiersTest() |
public static final java.lang.String MODID
public static final boolean ENABLE
public static final Enchantment smelt