diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-02-17 08:17:10 -0800 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-02-17 08:17:10 -0800 |
commit | a91cfbf43a050f4f83ceb128f7490ced560ca4d9 (patch) | |
tree | 8769392feb6ea487a91cd853bd925884baccbec6 | |
parent | 69e941670f642d8624e5ca5973a87af53b65f722 (diff) | |
parent | 33fa32cbff1486a9c69f10d210b0882f537b45f5 (diff) | |
download | Essentials-a91cfbf43a050f4f83ceb128f7490ced560ca4d9.tar Essentials-a91cfbf43a050f4f83ceb128f7490ced560ca4d9.tar.gz Essentials-a91cfbf43a050f4f83ceb128f7490ced560ca4d9.tar.lz Essentials-a91cfbf43a050f4f83ceb128f7490ced560ca4d9.tar.xz Essentials-a91cfbf43a050f4f83ceb128f7490ced560ca4d9.zip |
Merge pull request #334 from necrodoom/patch-54
add skull alias to head item
-rw-r--r-- | Essentials/src/items.csv | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Essentials/src/items.csv b/Essentials/src/items.csv index c7abb47ab..a9559de13 100644 --- a/Essentials/src/items.csv +++ b/Essentials/src/items.csv @@ -5783,22 +5783,40 @@ gcarrot,396,0 head,397,0 skeletonhead,397,0 headskeleton,397,0 +skeletonskull,397,0 +skullskeleton,397,0 witherhead,397,1 witherskeletonhead,397,1 wskeletionhead,397,1 headwither,397,1 headwitherskeleton,397,1 headwskeletion,397,1 +witherskull,397,1 +witherskeletonskull,397,1 +wskeletionskull,397,1 +skullwither,397,1 +skullwitherskeleton,397,1 +skullwskeletion,397,1 zombiehead,397,2 headzombie,397,2 +zombieskull,397,2 +skullzombie,397,2 playerhead,397,3 humanhead,397,3 stevehead,397,3 headplayer,397,3 headhuman,397,3 headsteve,397,3 +playerskull,397,3 +humanskull,397,3 +steveskull,397,3 +skullplayer,397,3 +skullhuman,397,3 +skullsteve,397,3 creeperhead,397,4 headcreeper,397,4 +creeperskull,397,4 +skullcreeper,397,4 carrotonastick,398,0 carrotonstick,398,0 netherstar,399,0 |