1
0

Added splash potions to NBT serialization and retrieval

This commit is contained in:
archshift
2014-07-11 18:58:11 -07:00
parent 83c69134c0
commit 8cbd43e043
6 changed files with 50 additions and 1 deletions

View File

@@ -312,7 +312,7 @@ AString cProjectileEntity::GetMCAClassName(void) const
case pkFireCharge: return "SmallFireball";
case pkEnderPearl: return "ThrownEnderpearl";
case pkExpBottle: return "ThrownExpBottle";
case pkSplashPotion: return "ThrownPotion";
case pkSplashPotion: return "SplashPotion";
case pkWitherSkull: return "WitherSkull";
case pkFirework: return "Firework";
case pkFishingFloat: return ""; // Unknown, perhaps MC doesn't save this?