diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-12-21 22:50:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-21 21:50:58 +0000 |
commit | 0e253b3c5cfa340965a295c670de511191d6d8b5 (patch) | |
tree | 15af9383d8645977e278708f2c41f5606255e39e /items/EXP_BOTTLE.json | |
parent | 330fa7830719001cd6c85c5ff79dc40f8b70713f (diff) | |
download | NotEnoughUpdates-REPO-0e253b3c5cfa340965a295c670de511191d6d8b5.tar.gz NotEnoughUpdates-REPO-0e253b3c5cfa340965a295c670de511191d6d8b5.tar.bz2 NotEnoughUpdates-REPO-0e253b3c5cfa340965a295c670de511191d6d8b5.zip |
Added skins, fixed 3 items (#1078)
* Fixed lore of 2 items and fixed npc saying it has a recipe
* Added new skins
Diffstat (limited to 'items/EXP_BOTTLE.json')
-rw-r--r-- | items/EXP_BOTTLE.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/items/EXP_BOTTLE.json b/items/EXP_BOTTLE.json index c98d0ebb..a8bde4e2 100644 --- a/items/EXP_BOTTLE.json +++ b/items/EXP_BOTTLE.json @@ -1,9 +1,11 @@ { "itemid": "minecraft:experience_bottle", - "displayname": "§fBottle o\u0027 Enchanting", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBottle o\u0027 Enchanting\"},ExtraAttributes:{id:\"EXP_BOTTLE\"}}", + "displayname": "§fExperience Bottle", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Smash it open to receive experience!\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fExperience Bottle\"},ExtraAttributes:{id:\"EXP_BOTTLE\"}}", "damage": 0, "lore": [ + "§7Smash it open to receive experience!", + "", "§f§lCOMMON" ], "recipe": { @@ -20,6 +22,7 @@ "internalname": "EXP_BOTTLE", "crafttext": "Requires: Lapis Lazuli II", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", - "vanilla": true -} + "modver": "2.1.1-PRE", + "vanilla": true, + "infoType": "" +}
\ No newline at end of file |