mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2024-12-31 18:17:49 +01:00
Prepare for V1.9
This commit is contained in:
parent
13e770a7a9
commit
9be8d64e6f
@ -37,7 +37,7 @@ public InventorySerializer()
|
||||
{
|
||||
if(version[0].equals("1"))
|
||||
{
|
||||
if(version[1].equals("8"))
|
||||
if(version[1].equals("8") || version[1].equals("9"))
|
||||
{
|
||||
serializer = new NBTItemStackSerializer();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user