mirror of
https://github.com/GeorgH93/Minepacks.git
synced 2025-03-14 13:49:18 +01:00
Bugfix for cauldron/uranium
This commit is contained in:
parent
128f836211
commit
8d1db257f5
2
pom.xml
2
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>at.pcgamingfreaks</groupId>
|
||||
<artifactId>MinePacks</artifactId>
|
||||
<version>1.18</version>
|
||||
<version>1.18.1</version>
|
||||
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:GeorgH93/Minepacks.git</connection>
|
||||
|
@ -44,7 +44,9 @@ public InventorySerializer(Logger logger)
|
||||
if(MCVersion.isNewerOrEqualThan(MCVersion.MC_1_7) && MCVersion.isOlderOrEqualThan(MCVersion.MC_1_7_10) &&
|
||||
(Bukkit.getServer().getName().toLowerCase().contains("cauldron") || Bukkit.getServer().getName().toLowerCase().contains("uranium")))
|
||||
{
|
||||
serializer = new CauldronNBTItemStackSerializer();
|
||||
serializerGen1 = new CauldronNBTItemStackSerializer();
|
||||
usedSerializer = 1;
|
||||
serializer = serializerGen1;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user