/******************************************************************************* * AbyssalCraft * Copyright (c) 2012 - 2017 Shinoow. * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at * http://www.gnu.org/licenses/lgpl-3.0.txt * * Contributors: * Shinoow - implementation ******************************************************************************/ package com.shinoow.abyssalcraft.lib; import net.minecraft.util.ResourceLocation; import net.minecraft.world.storage.loot.LootTableList; /** * Loot Table references * @author shinoow * */ public class ACLoot { public static final ResourceLocation CHEST_ABYSSAL_STRONGHOLD_CORRIDOR = LootTableList.register(new ResourceLocation("abyssalcraft", "chests/stronghold_corridor")); public static final ResourceLocation CHEST_ABYSSAL_STRONGHOLD_CROSSING = LootTableList.register(new ResourceLocation("abyssalcraft", "chests/stronghold_crossing")); public static final ResourceLocation CHEST_DREADLANDS_MINESHAFT = LootTableList.register(new ResourceLocation("abyssalcraft", "chests/mineshaft")); public static final ResourceLocation ENTITY_DEPTHS_GHOUL = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/depths_ghoul")); public static final ResourceLocation ENTITY_DEPTHS_GHOUL_PETE = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/depths_ghoul_pete")); public static final ResourceLocation ENTITY_DEPTHS_GHOUL_WILSON = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/depths_ghoul_wilson")); public static final ResourceLocation ENTITY_DEPTHS_GHOUL_ORANGE = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/depths_ghoul_orange")); public static final ResourceLocation ENTITY_SKELETON_GOLIATH = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/skeleton_goliath")); public static final ResourceLocation ENTITY_ABYSSAL_ANTI_ZOMBIE = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/abyssal_anti_zombie")); public static final ResourceLocation ENTITY_ABYSSAL_ZOMBIE = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/abyssal_zombie")); public static final ResourceLocation ENTITY_ABYSSALNITE_GOLEM = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/abyssalnite_golem")); public static final ResourceLocation ENTITY_ANTI_BAT = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_bat")); public static final ResourceLocation ENTITY_ANTI_CHICKEN = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_chicken")); public static final ResourceLocation ENTITY_ANTI_COW = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_cow")); public static final ResourceLocation ENTITY_ANTI_CREEPER = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_creeper")); public static final ResourceLocation ENTITY_ANTI_GHOUL = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_ghoul")); public static final ResourceLocation ENTITY_ANTI_PIG = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_pig")); public static final ResourceLocation ENTITY_ANTI_PLAYER = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_player")); public static final ResourceLocation ENTITY_ANTI_SKELETON = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_skeleton")); public static final ResourceLocation ENTITY_ANTI_SPIDER = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_spider")); public static final ResourceLocation ENTITY_ANTI_ZOMBIE = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/anti_zombie")); public static final ResourceLocation ENTITY_DEMON_CHICKEN = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/demon_chicken")); public static final ResourceLocation ENTITY_DEMON_COW = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/demon_cow")); public static final ResourceLocation ENTITY_DEMON_PIG = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/demon_pig")); public static final ResourceLocation ENTITY_DREAD_SPAWN = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/dread_spawn")); public static final ResourceLocation ENTITY_DREADED_ABYSSALNITE_GOLEM = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/dreaded_abyssalnite_golem")); public static final ResourceLocation ENTITY_DREADGUARD = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/dreadguard")); public static final ResourceLocation ENTITY_DREADLING = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/dreadling")); public static final ResourceLocation ENTITY_EVIL_CHICKEN = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/evil_chicken")); public static final ResourceLocation ENTITY_EVIL_COW = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/evil_cow")); public static final ResourceLocation ENTITY_EVIL_PIG = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/evil_pig")); public static final ResourceLocation ENTITY_FIST_OF_CHAGAROTH = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/fist_of_chagaroth")); public static final ResourceLocation ENTITY_GREATER_DREAD_SPAWN = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/greater_dread_spawn")); public static final ResourceLocation ENTITY_LESSER_ABYSSAL_SHOGGOTH = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/lesser_abyssal_shoggoth")); public static final ResourceLocation ENTITY_LESSER_DREADBEAST = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/lesser_dreadbeast")); public static final ResourceLocation ENTITY_LESSER_DREADED_SHOGGOTH = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/lesser_dreaded_shoggoth")); public static final ResourceLocation ENTITY_LESSER_OMOTHOL_SHOGGOTH = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/lesser_omothol_shoggoth")); public static final ResourceLocation ENTITY_LESSER_SHADOW_SHOGGOTH = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/lesser_shadow_shoggoth")); public static final ResourceLocation ENTITY_LESSER_SHOGGOTH = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/lesser_shoggoth")); public static final ResourceLocation ENTITY_MINION_OF_THE_GATEKEEPER = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/minion_of_the_gatekeeper")); public static final ResourceLocation ENTITY_OMOTHOL_GHOUL = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/omothol_ghoul")); public static final ResourceLocation ENTITY_REMNANT = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/remnant")); public static final ResourceLocation ENTITY_SHADOW_BEAST = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/shadow_beast")); public static final ResourceLocation ENTITY_SHADOW_CREATURE = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/shadow_creature")); public static final ResourceLocation ENTITY_SHADOW_MONSTER = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/shadow_monster")); public static final ResourceLocation ENTITY_SPAWN_OF_CHAGAROTH = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/spawn_of_chagaroth")); public static final ResourceLocation ENTITY_SPECTRAL_DRAGON = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/spectral_dragon")); public static final ResourceLocation ENTITY_EVIL_SHEEP = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/evil_sheep")); public static final ResourceLocation ENTITY_DEMON_SHEEP = LootTableList.register(new ResourceLocation("abyssalcraft", "entities/demon_sheep")); }