More 1.15 wip

This commit is contained in:
NotMyFault
2019-12-11 14:45:27 +01:00
parent 5358c51011
commit 053b1a20d6
11 changed files with 23222 additions and 3 deletions

View File

@ -38,8 +38,10 @@ public final class ItemCategories {
public static final ItemCategory DOORS = get("minecraft:doors");
public static final ItemCategory FENCES = get("minecraft:fences");
public static final ItemCategory FISHES = get("minecraft:fishes");
public static final ItemCategory FLOWERS = get("minecraft:flowers");
public static final ItemCategory JUNGLE_LOGS = get("minecraft:jungle_logs");
public static final ItemCategory LEAVES = get("minecraft:leaves");
public static final ItemCategory LECTERN_BOOKS = get("minecraft:lectern_books");
public static final ItemCategory LOGS = get("minecraft:logs");
public static final ItemCategory MUSIC_DISCS = get("minecraft:music_discs");
public static final ItemCategory OAK_LOGS = get("minecraft:oak_logs");
@ -53,6 +55,7 @@ public final class ItemCategories {
public static final ItemCategory SPRUCE_LOGS = get("minecraft:spruce_logs");
public static final ItemCategory STAIRS = get("minecraft:stairs");
public static final ItemCategory STONE_BRICKS = get("minecraft:stone_bricks");
public static final ItemCategory TALL_FLOWERS = get("minecraft:tall_flowers");
public static final ItemCategory TRAPDOORS = get("minecraft:trapdoors");
public static final ItemCategory WALLS = get("minecraft:walls");
public static final ItemCategory WOODEN_BUTTONS = get("minecraft:wooden_buttons");

View File

@ -68,7 +68,10 @@ public final class ItemTypes {
@Nullable public static final ItemType BAT_SPAWN_EGG = init();
@Nullable public static final ItemType BEACON = init();
@Nullable public static final ItemType BEDROCK = init();
@Nullable public static final ItemType BEE_NEST = init();
@Nullable public static final ItemType BEE_SPAWN_EGG = init();
@Nullable public static final ItemType BEEF = init();
@Nullable public static final ItemType BEEHIVE = init();
@Nullable public static final ItemType BEETROOT = init();
@Nullable public static final ItemType BEETROOT_SEEDS = init();
@Nullable public static final ItemType BEETROOT_SOUP = init();
@ -409,6 +412,10 @@ public final class ItemTypes {
@Nullable public static final ItemType HAY_BLOCK = init();
@Nullable public static final ItemType HEART_OF_THE_SEA = init();
@Nullable public static final ItemType HEAVY_WEIGHTED_PRESSURE_PLATE = init();
@Nullable public static final ItemType HONEY_BLOCK = init();
@Nullable public static final ItemType HONEY_BOTTLE = init();
@Nullable public static final ItemType HONEYCOMB = init();
@Nullable public static final ItemType HONEYCOMB_BLOCK = init();
@Nullable public static final ItemType HOPPER = init();
@Nullable public static final ItemType HOPPER_MINECART = init();
@Nullable public static final ItemType HORN_CORAL = init();