SuccessChanges

Summary

  1. Add missing world types (customized and debug) and fixed typo (all world types should be lowercase) (commit: 89888a4) (details)
  2. Split window properties into separate enums for separate window types (commit: e85a1e8) (details)
Commit 89888a422f40cfecc1132ffc11a2c16513363fc6 by Jonas
Add missing world types (customized and debug) and fixed typo (all world types should be lowercase)
(commit: 89888a4)
The file was modifiedsrc/main/java/org/spacehq/mc/protocol/data/game/values/MagicValues.java (diff)
The file was modifiedsrc/main/java/org/spacehq/mc/protocol/data/game/values/world/WorldType.java (diff)
Commit e85a1e85fa05d5b9e384a95a7be2e57a2f2159e1 by Jonas
Split window properties into separate enums for separate window types
(commit: e85a1e8)
The file was addedsrc/main/java/org/spacehq/mc/protocol/data/game/values/window/property/EnchantmentTableProperty.java
The file was removedsrc/main/java/org/spacehq/mc/protocol/data/game/values/window/WindowProperty.java
The file was addedsrc/main/java/org/spacehq/mc/protocol/data/game/values/window/property/WindowProperty.java
The file was addedsrc/main/java/org/spacehq/mc/protocol/data/game/values/window/property/AnvilProperty.java
The file was addedsrc/main/java/org/spacehq/mc/protocol/data/game/values/window/property/FurnaceProperty.java
The file was modifiedsrc/main/java/org/spacehq/mc/protocol/data/game/values/MagicValues.java (diff)
The file was addedsrc/main/java/org/spacehq/mc/protocol/data/game/values/window/property/BrewingStandProperty.java
The file was modifiedsrc/main/java/org/spacehq/mc/protocol/packet/ingame/server/window/ServerWindowPropertyPacket.java (diff)