Merge branch 'master' of git://github.com/nesco/MCServer.
This commit is contained in:
commit
7567f19052
@ -119,10 +119,18 @@ redwool=35:14
|
||||
blackwool=35:15
|
||||
dandelion=37
|
||||
|
||||
; Obsolete, use "dandelion" instead (kept for compatibility, will be removed)
|
||||
flower=37
|
||||
|
||||
; Renamed in 1.7, use "poppy" instead; kept for compatibility reasons, will be removed later on.
|
||||
rose=38
|
||||
|
||||
flower=38
|
||||
poppy=38
|
||||
blueorchid=38:1
|
||||
allium=38:2
|
||||
redtulip=38:4
|
||||
orangetulip=38:5
|
||||
whitetulip=38:6
|
||||
pinktulip=38:7
|
||||
oxeyedaisy=38:8
|
||||
brownmushroom=39
|
||||
redmushroom=40
|
||||
gold=41
|
||||
|
@ -8,9 +8,9 @@
|
||||
|
||||
|
||||
cGiant::cGiant(void) :
|
||||
// TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
|
||||
super("Giant", mtGiant, "mob.zombie.hurt", "mob.zombie.death", 2.0, 13.5)
|
||||
super("Giant", mtGiant, "mob.zombie.hurt", "mob.zombie.death", 3.6, 10.8)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user