aboutsummaryrefslogtreecommitdiff
path: root/items/SKULL_ITEM.json
diff options
context:
space:
mode:
authorfireflame606 <79111380+fireflame606@users.noreply.github.com>2021-03-14 13:32:59 -0400
committerGitHub <noreply@github.com>2021-03-14 13:32:59 -0400
commit583f28f5bcda1099c983a890ccba9813dd587833 (patch)
tree3c93d3a4ee60d4d65743591163f6dbc32806fe22 /items/SKULL_ITEM.json
parent5b915988210e6e922e4f72bfa9bd7525c8e5e68b (diff)
downloadNotEnoughUpdates-REPO-583f28f5bcda1099c983a890ccba9813dd587833.tar.gz
NotEnoughUpdates-REPO-583f28f5bcda1099c983a890ccba9813dd587833.tar.bz2
NotEnoughUpdates-REPO-583f28f5bcda1099c983a890ccba9813dd587833.zip
skele skull should be rare not common (#438)
* should be rare not common * changed the order Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Diffstat (limited to 'items/SKULL_ITEM.json')
-rw-r--r--items/SKULL_ITEM.json12
1 files changed, 7 insertions, 5 deletions
diff --git a/items/SKULL_ITEM.json b/items/SKULL_ITEM.json
index e193ac35..a3e1799d 100644
--- a/items/SKULL_ITEM.json
+++ b/items/SKULL_ITEM.json
@@ -1,13 +1,15 @@
{
"itemid": "minecraft:skull",
- "displayname": "§fSkeleton Skull",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSkeleton Skull\"},ExtraAttributes:{id:\"SKULL_ITEM\"}}",
+ "displayname": "§9Skeleton Skull",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Skeleton Skull\"},ExtraAttributes:{id:\"SKULL_ITEM\"}}",
"damage": 0,
"lore": [
- "§f§lCOMMON"
+ "§9§lRARE"
],
"internalname": "SKULL_ITEM",
- "modver": "1.3-REL",
+ "modver": "2.0.0-REL",
"vanilla": true,
+ "crafttext": "",
+ "infoType": "",
"clickcommand": ""
-} \ No newline at end of file
+}