mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Update Bukkit for Minecraft 1.4.4 changes.
This commit is contained in:
parent
474d490a27
commit
39b3aa8e0d
2 changed files with 2 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -2,7 +2,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.bukkit</groupId>
|
||||
<artifactId>bukkit</artifactId>
|
||||
<version>1.4.2-R0.3-SNAPSHOT</version>
|
||||
<version>1.4.4-R0.1-SNAPSHOT</version>
|
||||
<name>Bukkit</name>
|
||||
<url>http://www.bukkit.org</url>
|
||||
|
||||
|
|
|
@ -327,6 +327,7 @@ public enum Material {
|
|||
RECORD_9(2264, 1),
|
||||
RECORD_10(2265, 1),
|
||||
RECORD_11(2266, 1),
|
||||
RECORD_12(2267, 1),
|
||||
;
|
||||
|
||||
private final int id;
|
||||
|
|
Loading…
Add table
Reference in a new issue