Declaration that a mob is not fireproof is implicit.
Removed explicitly declaring mobs as not fireproof.
This commit is contained in:
parent
e1476ebb26
commit
fe08a903fc
@ -4,7 +4,6 @@ AttackRate=1
|
||||
AttackDamage=2.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=16
|
||||
IsFireproof=0
|
||||
|
||||
[Chicken]
|
||||
AttackRange=2.0
|
||||
@ -12,7 +11,6 @@ AttackRate=1
|
||||
AttackDamage=1.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=4
|
||||
IsFireproof=0
|
||||
|
||||
[Cow]
|
||||
AttackRange=2.0
|
||||
@ -20,7 +18,6 @@ AttackRate=1
|
||||
AttackDamage=1.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=10
|
||||
IsFireproof=0
|
||||
|
||||
[Pig]
|
||||
AttackRange=2.0
|
||||
@ -28,7 +25,6 @@ AttackRate=1
|
||||
AttackDamage=1.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=10
|
||||
IsFireproof=0
|
||||
|
||||
[Sheep]
|
||||
AttackRange=2.0
|
||||
@ -36,7 +32,6 @@ AttackRate=1
|
||||
AttackDamage=1.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=8
|
||||
IsFireproof=0
|
||||
|
||||
[Squid]
|
||||
AttackRange=2.0
|
||||
@ -44,7 +39,6 @@ AttackRate=1
|
||||
AttackDamage=1.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=10
|
||||
IsFireproof=0
|
||||
|
||||
[Enderman]
|
||||
AttackRange=2.0
|
||||
@ -52,7 +46,6 @@ AttackRate=1
|
||||
AttackDamage=4.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=40
|
||||
IsFireproof=0
|
||||
|
||||
[ZombiePigman]
|
||||
AttackRange=2.0
|
||||
@ -68,7 +61,6 @@ AttackRate=1
|
||||
AttackDamage=2.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=12
|
||||
IsFireproof=0
|
||||
|
||||
[Creeper]
|
||||
AttackRange=3.0
|
||||
@ -76,7 +68,6 @@ AttackRate=1
|
||||
AttackDamage=0.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=20
|
||||
IsFireproof=0
|
||||
|
||||
[Ghast]
|
||||
AttackRange=50.0
|
||||
@ -92,14 +83,12 @@ AttackRate=1
|
||||
AttackDamage=1.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=8
|
||||
IsFireproof=0
|
||||
|
||||
[Skeleton]
|
||||
AttackRange=15.0
|
||||
AttackRate=1
|
||||
SightDistance=40.0
|
||||
MaxHealth=20
|
||||
IsFireproof=0
|
||||
|
||||
[Slime]
|
||||
AttackRange=2.0
|
||||
@ -107,7 +96,6 @@ AttackRate=1
|
||||
AttackDamage=4.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=16
|
||||
IsFireproof=0
|
||||
|
||||
[Zombie]
|
||||
AttackRange=2.0
|
||||
@ -115,7 +103,6 @@ AttackRate=1
|
||||
AttackDamage=4.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=20
|
||||
IsFireproof=0
|
||||
|
||||
[Wolf]
|
||||
AttackRange=2.0
|
||||
@ -123,7 +110,6 @@ AttackRate=1
|
||||
AttackDamage=4.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=20
|
||||
IsFireproof=0
|
||||
|
||||
[Blaze]
|
||||
AttackRange=15.0
|
||||
@ -147,7 +133,6 @@ AttackRate=1
|
||||
AttackDamage=0.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=26
|
||||
IsFireproof=0
|
||||
|
||||
|
||||
[Ocelot]
|
||||
@ -156,7 +141,6 @@ AttackRate=1
|
||||
AttackDamage=0.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=10
|
||||
IsFireproof=0
|
||||
|
||||
[Mooshroom]
|
||||
AttackRange=2.0
|
||||
@ -164,7 +148,6 @@ AttackRate=1
|
||||
AttackDamage=0.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=10
|
||||
IsFireproof=0
|
||||
|
||||
[MagmaCube]
|
||||
AttackRange=2.0
|
||||
@ -180,7 +163,6 @@ AttackRate=1
|
||||
AttackDamage=6.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=30
|
||||
IsFireproof=0
|
||||
|
||||
[EnderDragon]
|
||||
AttackRange=2.0
|
||||
@ -188,7 +170,6 @@ AttackRate=1
|
||||
AttackDamage=6.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=200
|
||||
IsFireproof=0
|
||||
|
||||
[Giant]
|
||||
AttackRange=2.0
|
||||
@ -196,7 +177,6 @@ AttackRate=1
|
||||
AttackDamage=6.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=100
|
||||
IsFireproof=0
|
||||
|
||||
[IronGolem]
|
||||
AttackRange=2.0
|
||||
@ -204,6 +184,5 @@ AttackRate=1
|
||||
AttackDamage=6.0
|
||||
SightDistance=25.0
|
||||
MaxHealth=100
|
||||
IsFireproof=0
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user