Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- entityHorse = TAG_Compound()
- entityHorse["Temper"] = TAG_Int(60)
- dropChances = TAG_List()
- dropChances.append(TAG_Float(0.0850000008941))
- dropChances.append(TAG_Float(0.0850000008941))
- dropChances.append(TAG_Float(0.0850000008941))
- dropChances.append(TAG_Float(0.0850000008941))
- dropChances.append(TAG_Float(0.0850000008941))
- entityHorse["DropChances"] = dropChances
- entityHorse["Age"] = TAG_Int(0)
- entityHorse["UUIDLeast"] = TAG_Long(-8516552491722049223)
- attributes = TAG_List()
- attribute = TAG_Compound()
- attribute["Name"] = TAG_String(u'Max Health')
- attribute["Base"] = TAG_Double(26.0)
- attributes.append(attribute)
- attribute2 = TAG_Compound()
- attribute2["Name"] = TAG_String(u'Knockback Resistance')
- attribute2["Base"] = TAG_Double(0.0)
- attributes.append(attribute2)
- attribute3 = TAG_Compound()
- attribute3["Name"] = TAG_String(u'Follow Range')
- attribute3["Base"] = TAG_Double(16.0)
- modifiers = TAG_List()
- modifier = TAG_Compound()
- modifier["Name"] = TAG_String(u'Random spawn bonus')
- modifier["UUIDLeast"] = TAG_Long(-8430026264303990420)
- modifier["Operation"] = TAG_Int(1)
- modifier["Amount"] = TAG_Double(0.00281902766982)
- modifier["UUIDMost"] = TAG_Long(5732884808806515603)
- modifiers.append(modifier)
- attribute3["Modifiers"] = modifiers
- attributes.append(attribute3)
- attribute4 = TAG_Compound()
- attribute4["Name"] = TAG_String(u'Jump Strength')
- attribute4["Base"] = TAG_Double(0.923745962947)
- attributes.append(attribute4)
- attribute5 = TAG_Compound()
- attribute5["Name"] = TAG_String(u'Speed')
- attribute5["Base"] = TAG_Double(0.916587660394)
- attributes.append(attribute5)
- entityHorse["Attributes"] = attributes
- entityHorse["HasReproduced"] = TAG_Byte(0)
- motion = TAG_List()
- motion.append(TAG_Double(0.0))
- motion.append(TAG_Double(-0.0784000015259))
- motion.append(TAG_Double(0.0))
- entityHorse["Motion"] = motion
- entityHorse["CustomName"] = TAG_String(u'')
- entityHorse["Type"] = TAG_Int(0)
- entityHorse["Health"] = TAG_Short(26)
- entityHorse["Bred"] = TAG_Byte(0)
- entityHorse["HealF"] = TAG_Float(26.0)
- entityHorse["CustomNameVisible"] = TAG_Byte(0)
- entityHorse["id"] = TAG_String(u'EntityHorse')
- entityHorse["AttackTime"] = TAG_Short(0)
- leash = TAG_Compound()
- leash["Y"] = TAG_Int(65)
- leash["X"] = TAG_Int(-236)
- leash["Z"] = TAG_Int(232)
- entityHorse["Leash"] = leash
- entityHorse["Fire"] = TAG_Short(-1)
- entityHorse["ChestedHorse"] = TAG_Byte(0)
- entityHorse["Invulnerable"] = TAG_Byte(0)
- entityHorse["DeathTime"] = TAG_Short(0)
- entityHorse["Tame"] = TAG_Byte(1)
- equipment = TAG_List()
- equipment2 = TAG_Compound()
- equipment.append(equipment2)
- equipment3 = TAG_Compound()
- equipment.append(equipment3)
- equipment4 = TAG_Compound()
- equipment.append(equipment4)
- equipment5 = TAG_Compound()
- equipment.append(equipment5)
- equipment6 = TAG_Compound()
- equipment.append(equipment6)
- entityHorse["Equipment"] = equipment
- entityHorse["InLove"] = TAG_Int(0)
- entityHorse["OnGround"] = TAG_Byte(1)
- entityHorse["HurtTime"] = TAG_Short(0)
- entityHorse["UUIDMost"] = TAG_Long(6910934661275600549)
- entityHorse["ArmorType"] = TAG_Int(3)
- entityHorse["Dimension"] = TAG_Int(0)
- entityHorse["Air"] = TAG_Short(300)
- pos = TAG_List()
- pos.append(TAG_Double(-234.249051997))
- pos.append(TAG_Double(63.0))
- pos.append(TAG_Double(231.300000012))
- entityHorse["Pos"] = pos
- entityHorse["CanPickUpLoot"] = TAG_Byte(0)
- entityHorse["PortalCooldown"] = TAG_Int(0)
- entityHorse["Saddle"] = TAG_Byte(1)
- entityHorse["PersistenceRequired"] = TAG_Byte(0)
- entityHorse["Leashed"] = TAG_Byte(1)
- entityHorse["FallDistance"] = TAG_Float(0.0)
- entityHorse["Variant"] = TAG_Int(772)
- rotation = TAG_List()
- rotation.append(TAG_Float(-301.136657715))
- rotation.append(TAG_Float(0.0))
- entityHorse["Rotation"] = rotation
- entityHorse["EatingHaystack"] = TAG_Byte(1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement