Skip to content

Commit 9efc26b

Browse files
authored
Redstone Update
1 parent b480077 commit 9efc26b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/dp/speedcraft/gui/Redstone.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ public Redstone(Main m) {
2121
public static ItemStack redstone(Player p) {
2222
UUID uuid = p.getUniqueId();
2323

24-
ItemStack redstone = new ItemStack(Material.COAL);
24+
ItemStack redstone = new ItemStack(Material.REDSTONE);
2525
ItemMeta redstoneM = redstone.getItemMeta();
2626

27-
redstoneM.setDisplayName(ChatColor.LIGHT_PURPLE + "Coal");
27+
redstoneM.setDisplayName(ChatColor.LIGHT_PURPLE + "Redstone");
2828
ArrayList<String> lore = new ArrayList<String>();
2929

3030
lore.add(" ");
@@ -42,4 +42,4 @@ public static ItemStack redstone(Player p) {
4242
return redstone;
4343
}
4444
}
45-
}
45+

0 commit comments

Comments
 (0)