diff options
author | KHobbits <rob@khobbits.co.uk> | 2011-12-12 00:48:39 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2011-12-12 00:48:39 +0000 |
commit | e29714aefe7411b4120222b813a729991ec2e0c2 (patch) | |
tree | f65192b5624b82d9ad03224aea7ecd6ef6786d4b | |
parent | 37c3719c9f7bfb5bb21e6b272517a237c2829ec7 (diff) | |
download | Essentials-e29714aefe7411b4120222b813a729991ec2e0c2.tar Essentials-e29714aefe7411b4120222b813a729991ec2e0c2.tar.gz Essentials-e29714aefe7411b4120222b813a729991ec2e0c2.tar.lz Essentials-e29714aefe7411b4120222b813a729991ec2e0c2.tar.xz Essentials-e29714aefe7411b4120222b813a729991ec2e0c2.zip |
Switching the item value of brewing stands
-rw-r--r-- | Essentials/src/items.csv | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/Essentials/src/items.csv b/Essentials/src/items.csv index 44a4de473..95a197aec 100644 --- a/Essentials/src/items.csv +++ b/Essentials/src/items.csv @@ -1425,13 +1425,13 @@ btable,116,0 bdesk,116,0 mtable,116,0 mdesk,116,0 -brewingstand,117,0 -brewer,117,0 -potionstand,117,0 -potionbrewer,117,0 -pstand,117,0 -bstand,117,0 -pbrewer,117,0 +brewingstandblock,117,0 +brewerblock,117,0 +potionstandblock,117,0 +potionbrewerblock,117,0 +pstandblock,117,0 +bstandblock,117,0 +pbrewerblock,117,0 cauldron,118,0 steelcauldron,118,0 ironcauldron,118,0 @@ -2405,8 +2405,10 @@ gcream,378,0 bcream,378,0 combinedcream,378,0 ccream,378,0 -brewingstanditem,379,0 -potionstanditem,379,0 +bstand,379,0 +pstand,379,0 +brewingstand,379,0 +potionstand,379,0 cauldronitem,380,0 ironcauldronitem,380,0 steelcauldronitem,380,0 |