1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Fixed Blade of Vampires and Necrotic Skull Recipe

This commit is contained in:
mrCookieSlime 2016-04-16 23:42:30 +02:00
parent 22c7cc5f5b
commit a0f4c52aba
2 changed files with 2 additions and 2 deletions

View File

@ -227,7 +227,7 @@ public class SlimefunItems {
public static ItemStack TINY_URANIUM = null;
public static ItemStack SMALL_URANIUM = null;
public static ItemStack MAGNET = null;
public static ItemStack NECROTIC_SKULL = new CustomItem(Material.SKULL_ITEM, "&cNecrotic Skull", 1);
public static ItemStack NECROTIC_SKULL = new CustomItem(new MaterialData(Material.SKULL_ITEM, (byte) 1).toItemStack(1), "&cNecrotic Skull");
public static ItemStack ESSENCE_OF_AFTERLIFE = new CustomItem(Material.SULPHUR, "&4Essence of Afterlife", 0);
public static ItemStack ELECTRO_MAGNET = null;
public static ItemStack HEATING_COIL = null;

View File

@ -1725,7 +1725,7 @@ public class SlimefunSetup {
.register(true);
new SlimefunItem(Categories.WEAPONS, SlimefunItems.BLADE_OF_VAMPIRES, "BLADE_OF_VAMPIRES", RecipeType.MAGIC_WORKBENCH,
new ItemStack[] {null, new CustomItem(Material.SKULL_ITEM, 1), null, null, new CustomItem(Material.SKULL_ITEM, 1), null, null, new CustomItem(Material.BLAZE_ROD, 0), null})
new ItemStack[] {null, new MaterialData(Material.SKULL_ITEM, (byte) 1).toItemStack(1), null, null, new MaterialData(Material.SKULL_ITEM, (byte) 1).toItemStack(1), null, null, new ItemStack(Material.BLAZE_ROD), null})
.register(true);
new SlimefunMachine(Categories.MACHINES_1, SlimefunItems.DIGITAL_MINER, "DIGITAL_MINER",