mirror of
https://github.com/MilkBowl/Vault.git
synced 2025-01-14 04:02:00 +01:00
started on 1.3 compatibility patch for the Items class, everything else
should continue to work just fine in the meantime.
This commit is contained in:
parent
ad9cda78d2
commit
2ae60a1015
Binary file not shown.
2
pom.xml
2
pom.xml
@ -11,7 +11,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>craftbukkit</artifactId>
|
||||
<version>1.2.5-R5.0</version>
|
||||
<version>1.3.1-R0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>de.hydrox.bukkit.DroxPerms</groupId>
|
||||
|
@ -417,6 +417,8 @@ public class Items {
|
||||
items.add(new ItemInfo("ward Disc", new String[][] {{"ward", "disc"}, {"ward", "reco"}, {"10", "disc"}, {"10", "reco"}}, Material.RECORD_10));
|
||||
items.add(new ItemInfo("11 Disc", new String[][] {{"11", "disc"}, {"11", "reco"}}, Material.RECORD_11));
|
||||
items.add(new ItemInfo("Redstone Lamp", new String[][] {{"lamp"}, {"lamp", "red", "sto"}}, Material.REDSTONE_LAMP_OFF));
|
||||
//1.3 Blocks
|
||||
|
||||
}
|
||||
|
||||
public static ItemInfo itemById(int typeId) {
|
||||
|
Loading…
Reference in New Issue
Block a user