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/PERFECT_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/PERFECT_CITRINE_GEM.json')
-rw-r--r-- | items/PERFECT_CITRINE_GEM.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/PERFECT_CITRINE_GEM.json b/items/PERFECT_CITRINE_GEM.json new file mode 100644 index 00000000..cb786a75 --- /dev/null +++ b/items/PERFECT_CITRINE_GEM.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6☘ Perfect Citrine Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e5097795-ebbe-35c1-8980-80f0c8024a0b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODQ3NzAzOTM5OCwKICAicHJvZmlsZUlkIiA6ICI1ODc5MjNlNDkxMzM0ZDMzYWE4ZjQ3ZWJkZTljOTc3MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJFbGV2ZW5mb3VyMTAiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWMzY2EwZGIwYjlhZjhlOThhY2RlMWM3ZDY5NmRjZjc5ZWIzMDc5NzAyZTViNTU0MTQxZGJhNjYzYjQzZGQ2NSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7A perfectly §4refined §4Citrine§7.\",1:\"\",2:\"§7§7Some say that when §eharnessed\",3:\"§eproperly§7, it can give its owner extra\",4:\"§7§6☘ Foraging Fortune§7; others say it\",5:\"§7might §ehighlight treasures§7.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6☘ Perfect Citrine Gemstone\"},ExtraAttributes:{id:\"PERFECT_CITRINE_GEM\"}}", + "damage": 3, + "lore": [ + "§7A perfectly §4refined §4Citrine§7.", + "", + "§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.", + "", + "§6§lLEGENDARY" + ], + "internalname": "PERFECT_CITRINE_GEM", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "FLAWLESS_CITRINE_GEM:5.0", + "CITRINE_CRYSTAL:1.0" + ], + "count": 1.0, + "overrideOutputId": "PERFECT_CITRINE_GEM", + "duration": 72000 + } + ] +}
\ No newline at end of file |