From 7d489aff38c343105b0fb706402e6ed785a19afc Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 10 Apr 2024 05:08:31 +0200 Subject: Added SOME of the new items (alot missing) (#1150) --- items/ROUGH_CITRINE_GEM.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 items/ROUGH_CITRINE_GEM.json (limited to 'items/ROUGH_CITRINE_GEM.json') diff --git a/items/ROUGH_CITRINE_GEM.json b/items/ROUGH_CITRINE_GEM.json new file mode 100644 index 00000000..fb72563b --- /dev/null +++ b/items/ROUGH_CITRINE_GEM.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f☘ Rough Citrine Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4623c333-1d54-3105-a88a-ff3478e74900\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODQ3NzAxNzcwNiwKICAicHJvZmlsZUlkIiA6ICJhODJkZTliNjZhYjE0OGZhOTQ3OGY0OWJiZjg5OTk1YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJmdWhyM3JibDRiIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUwZTg1MTdiMzAxNGU3ODM1NTZkYTQ3YjE3YmU5MzE1MDFiMDlkYTViZjg4ODliNzk3ZWMwODdhODc0OWE4OSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Mined from the cold depths of the\",1:\"§7§bGlacite Tunnels§7.\",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:\"§f§lCOMMON\"],Name:\"§f☘ Rough Citrine Gemstone\"},ExtraAttributes:{id:\"ROUGH_CITRINE_GEM\"}}", + "damage": 3, + "lore": [ + "§7Mined from the cold depths of the", + "§7§bGlacite Tunnels§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.", + "", + "§f§lCOMMON" + ], + "internalname": "ROUGH_CITRINE_GEM", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit