mirror of
https://github.com/filoghost/ChestCommands.git
synced 2025-02-17 03:51:29 +01:00
Fix for Bukkit 1.6.
This commit is contained in:
parent
11dbad6a13
commit
7602b16d56
@ -51,8 +51,8 @@ public class Utils {
|
||||
tempMap.put("carrot on stick", Material.CARROT_STICK);
|
||||
tempMap.put("carrot on a stick", Material.CARROT_STICK);
|
||||
tempMap.put("cobblestone wall", Material.COBBLE_WALL);
|
||||
tempMap.put("acacia wood stairs", Material.ACACIA_STAIRS);
|
||||
tempMap.put("dark oak wood stairs", Material.DARK_OAK_STAIRS);
|
||||
// tempMap.put("acacia wood stairs", Material.ACACIA_STAIRS);
|
||||
// tempMap.put("dark oak wood stairs", Material.DARK_OAK_STAIRS);
|
||||
tempMap.put("wood slab", Material.WOOD_STEP);
|
||||
tempMap.put("double wood slab", Material.WOOD_DOUBLE_STEP);
|
||||
tempMap.put("repeater", Material.DIODE);
|
||||
|
Loading…
Reference in New Issue
Block a user