geforkt von Mirrors/FastAsyncWorldEdit
Add some old missing items to the db.
Dieser Commit ist enthalten in:
Ursprung
81beff8277
Commit
17aafe87d0
@ -177,6 +177,14 @@ public final class ItemID {
|
|||||||
public static final int NETHER_QUARTZ = 406;
|
public static final int NETHER_QUARTZ = 406;
|
||||||
public static final int TNT_MINECART = 407;
|
public static final int TNT_MINECART = 407;
|
||||||
public static final int HOPPER_MINECART = 408;
|
public static final int HOPPER_MINECART = 408;
|
||||||
|
public static final int PRISMARINE_SHARD = 409;
|
||||||
|
public static final int PRISMARINE_CRYSTALS = 410;
|
||||||
|
public static final int RABBIT = 411;
|
||||||
|
public static final int COOKED_RABBIT = 412;
|
||||||
|
public static final int RABBIT_STEW = 413;
|
||||||
|
public static final int RABBIT_FOOT = 414;
|
||||||
|
public static final int RABBIT_HIDE = 415;
|
||||||
|
public static final int ARMOR_STAND = 416;
|
||||||
public static final int HORSE_ARMOR_IRON = 417;
|
public static final int HORSE_ARMOR_IRON = 417;
|
||||||
public static final int HORSE_ARMOR_GOLD = 418;
|
public static final int HORSE_ARMOR_GOLD = 418;
|
||||||
public static final int HORSE_ARMOR_DIAMOND = 419;
|
public static final int HORSE_ARMOR_DIAMOND = 419;
|
||||||
|
@ -400,6 +400,14 @@ public enum ItemType {
|
|||||||
NETHER_QUARTZ(ItemID.NETHER_QUARTZ, "Nether Quartz", "netherquartz", "quartz"),
|
NETHER_QUARTZ(ItemID.NETHER_QUARTZ, "Nether Quartz", "netherquartz", "quartz"),
|
||||||
TNT_MINECART(ItemID.TNT_MINECART, "Minecart with TNT", "minecraftwithtnt", "tntminecart", "minecarttnt"),
|
TNT_MINECART(ItemID.TNT_MINECART, "Minecart with TNT", "minecraftwithtnt", "tntminecart", "minecarttnt"),
|
||||||
HOPPER_MINECART(ItemID.HOPPER_MINECART, "Minecart with Hopper", "minecraftwithhopper", "hopperminecart", "minecarthopper"),
|
HOPPER_MINECART(ItemID.HOPPER_MINECART, "Minecart with Hopper", "minecraftwithhopper", "hopperminecart", "minecarthopper"),
|
||||||
|
PRISMARINE_SHARD(ItemID.PRISMARINE_SHARD, "Prismarine Shard", "prismarineshard"),
|
||||||
|
PRISMARINE_CRYSTALS(ItemID.PRISMARINE_CRYSTALS, "Prismarine Crystals", "prismarinecrystals", "prismarinecrystal"),
|
||||||
|
RABBIT(ItemID.RABBIT, "Raw Rabbit", "rawrabbit", "rabbit"), // raw and wriggling
|
||||||
|
COOKED_RABBIT(ItemID.COOKED_RABBIT, "Cooked Rabbit", "cookedrabbit"), // stupid fat hobbit, you ruins it
|
||||||
|
RABBIT_STEW(ItemID.RABBIT_STEW, "Rabbit Stew", "rabbitstew"), // po-ta-toes
|
||||||
|
RABBIT_FOOT(ItemID.RABBIT_FOOT, "Rabbit's Foot", "rabbitsfoot", "rabbitfoot"),
|
||||||
|
RABBIT_HIDE(ItemID.RABBIT_HIDE, "Rabbit Hide", "rabbithide", "rabbitskin"),
|
||||||
|
ARMOR_STAND(ItemID.ARMOR_STAND, "Armor Stand", "armorstand"),
|
||||||
HORSE_ARMOR_IRON(ItemID.HORSE_ARMOR_IRON, "Iron Horse Armor", "ironhorsearmor", "ironbarding"),
|
HORSE_ARMOR_IRON(ItemID.HORSE_ARMOR_IRON, "Iron Horse Armor", "ironhorsearmor", "ironbarding"),
|
||||||
HORSE_ARMOR_GOLD(ItemID.HORSE_ARMOR_GOLD, "Gold Horse Armor", "goldhorsearmor", "goldbarding"),
|
HORSE_ARMOR_GOLD(ItemID.HORSE_ARMOR_GOLD, "Gold Horse Armor", "goldhorsearmor", "goldbarding"),
|
||||||
HORSE_ARMOR_DIAMOND(ItemID.HORSE_ARMOR_DIAMOND, "Diamond Horse Armor", "diamondhorsearmor", "diamondbarding"),
|
HORSE_ARMOR_DIAMOND(ItemID.HORSE_ARMOR_DIAMOND, "Diamond Horse Armor", "diamondhorsearmor", "diamondbarding"),
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren