diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-01-31 10:18:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-31 10:18:22 +0100 |
commit | 81b07827e028134c07b709410b9e91b6c5dba97d (patch) | |
tree | ba6891d353dd03159eb155c1b7eafd2252959162 /items/BOBBIN_SCRIPTURES.json | |
parent | 1c566e8cac45443ce698295a90f7f2e2482909b6 (diff) | |
download | NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.tar.gz NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.tar.bz2 NotEnoughUpdates-REPO-81b07827e028134c07b709410b9e91b6c5dba97d.zip |
Added Power Stones to slayer drops, fixed lore of 19 items (#892)
* Added Power Stones to slayer drops, fixed lore of 19 items
* Remove wrong item drop
* Fixed lore of funny items
doing nbt later
Diffstat (limited to 'items/BOBBIN_SCRIPTURES.json')
-rw-r--r-- | items/BOBBIN_SCRIPTURES.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/BOBBIN_SCRIPTURES.json b/items/BOBBIN_SCRIPTURES.json index 79539293..d735ff85 100644 --- a/items/BOBBIN_SCRIPTURES.json +++ b/items/BOBBIN_SCRIPTURES.json @@ -1,14 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§9Bobbin\u0027 Scriptures", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7ac11b2a-8a13-3b20-bb6a-33469c07eee1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ5ZTk1NWE1MDYwMDBmMWQ4YmZjNjhlYWFmZTA0Y2M3ZGZiNDRmMDYyM2ExYjNkMGJmMjE1YThkNWE4NjFjMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7The sacred ways of bobbin\u0027,\",2:\"§7written by a long-forgotten\",3:\"§7worshipper of Kuudra.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Bobbin\u0027 Scriptures\"},ExtraAttributes:{id:\"BOBBIN_SCRIPTURES\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7ac11b2a-8a13-3b20-bb6a-33469c07eee1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ5ZTk1NWE1MDYwMDBmMWQ4YmZjNjhlYWFmZTA0Y2M3ZGZiNDRmMDYyM2ExYjNkMGJmMjE1YThkNWE4NjFjMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7The sacred ways of bobbin\u0027,\",1:\"§7written by a long-forgotten\",2:\"§7worshipper of Kuudra.\",3:\"\",4:\"§eRight-click to view recipes!\",5:\"\",6:\"§9§lRARE\"],Name:\"§9Bobbin\u0027 Scriptures\"},ExtraAttributes:{id:\"BOBBIN_SCRIPTURES\"}}", "damage": 3, "lore": [ - "§eRight-click to view recipes!", "§7The sacred ways of bobbin\u0027,", "§7written by a long-forgotten", "§7worshipper of Kuudra.", "", + "§eRight-click to view recipes!", + "", "§9§lRARE" ], "internalname": "BOBBIN_SCRIPTURES", |