Skip to content

Commit

Permalink
added enchanted gold apple to item definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
jascotty2 committed Feb 15, 2013
2 parents 2c148c2 + 65ac87a commit b246d09
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog
Expand Up @@ -2,6 +2,10 @@
BetterShop Changelog: (the (?) means plugin didn't report that as the version.. sorry :))
===============================================================================

Version 2.1.6.2 - 2/15/13
added 'Enchanted Golden Apple" to item definitions


Version 2.1.6.1 - 2/12/13
Fixed Spout Button text overlay problem

Expand Down
Binary file modified dist/BetterShop.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion src/me/jascotty2/lib/bukkit/item/JItems.java
Expand Up @@ -293,7 +293,8 @@ public enum JItems {
PORK("Raw Porkchop", 319),
GRILLED_PORK("Cooked Porkchop", 320, "319@8+263=8, 319@3+5@2=3, 319@12+369=12"),
PAINTING("Painting", 321, "280@8+15"),
GOLDEN_APPLE("Golden Apple", 322, "260+41@8"),
GOLDEN_APPLE("Golden Apple", 322, "260+371@8"),
ENCHANTED_GOLDEN_APPLE("Enchanted Golden Apple", 322, (short) 1, "260+41@8"),
SIGN("Sign", 323, "280+5@6", 1),
WOOD_DOOR("Wooden Door", 324, "5@6", 1),
BUCKET("Bucket", 325, "265@3", 1),
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.yml
@@ -1,6 +1,6 @@
name: BetterShop
main: me.jascotty2.bettershop.BetterShop
version: 2.1.6.1
version: 2.1.6.2
website: http://github.com/BetterShop/BetterShop
author: jascotty2
softdepend: [Spout, Vault]
Expand Down

0 comments on commit b246d09

Please sign in to comment.