diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-10 05:08:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 03:08:31 +0000 |
commit | 7d489aff38c343105b0fb706402e6ed785a19afc (patch) | |
tree | b5cc910a918b83c52e4dfd2f34059041795ca013 /items/FLAWED_CITRINE_GEM.json | |
parent | deb0f6167140625d7997a88fdb15bab12d78d15f (diff) | |
download | NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.gz NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.tar.bz2 NotEnoughUpdates-REPO-7d489aff38c343105b0fb706402e6ed785a19afc.zip |
Added SOME of the new items (alot missing) (#1150)
Diffstat (limited to 'items/FLAWED_CITRINE_GEM.json')
-rw-r--r-- | items/FLAWED_CITRINE_GEM.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/FLAWED_CITRINE_GEM.json b/items/FLAWED_CITRINE_GEM.json new file mode 100644 index 00000000..add0d5cd --- /dev/null +++ b/items/FLAWED_CITRINE_GEM.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§a☘ Flawed Citrine Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"18d9407b-f2f7-3445-aef2-bee71e79faf1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODQ3NzA4OTMwNSwKICAicHJvZmlsZUlkIiA6ICI2OGQyMTg3MDBlYmU0YTliYWU0OTcyNTg3ZDIzNzA4OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJzbGVlcG5vdGZvcm1lIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RjMGI4NDMzNTc5ZjQ4MGFkYzY4NTc0OGIyYmYyZWNjYzY5MjIxMTM3ZjcwNGJiYjkyMjYxNDE5MWY4MDFiMjYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A slightly better version of §4Citrine§7,\",1:\"§7but it could still use some work.\",2:\"\",3:\"§7§7Some say that when §eharnessed\",4:\"§eproperly§7, it can give its owner extra\",5:\"§7§6☘ Foraging Fortune§7; others say it\",6:\"§7might §ehighlight treasures§7.\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§a☘ Flawed Citrine Gemstone\"},ExtraAttributes:{id:\"FLAWED_CITRINE_GEM\"}}", + "damage": 3, + "lore": [ + "§7A slightly better version of §4Citrine§7,", + "§7but it could still use some work.", + "", + "§7§7Some say that when §eharnessed", + "§eproperly§7, it can give its owner extra", + "§7§6☘ Foraging Fortune§7; others say it", + "§7might §ehighlight treasures§7.", + "", + "§a§lUNCOMMON" + ], + "recipe": { + "A1": "", + "A2": "ROUGH_CITRINE_GEM:16", + "A3": "", + "B1": "ROUGH_CITRINE_GEM:16", + "B2": "ROUGH_CITRINE_GEM:16", + "B3": "ROUGH_CITRINE_GEM:16", + "C1": "", + "C2": "ROUGH_CITRINE_GEM:16", + "C3": "" + }, + "internalname": "FLAWED_CITRINE_GEM", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |