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/FINE_CITRINE_GEM.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 items/FINE_CITRINE_GEM.json (limited to 'items/FINE_CITRINE_GEM.json') diff --git a/items/FINE_CITRINE_GEM.json b/items/FINE_CITRINE_GEM.json new file mode 100644 index 00000000..0d323530 --- /dev/null +++ b/items/FINE_CITRINE_GEM.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9☘ Fine Citrine Gemstone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fd33873e-aab8-3bcd-b087-c93e348824d7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwODQ3NzEwNzg5NSwKICAicHJvZmlsZUlkIiA6ICJlMzcxMWU2Y2E0ZmY0NzA4YjY5ZjhiNGZlYzNhZjdhMSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNckJ1cnN0IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VjMGFiOWM5ZjM1YTFiZjQ0ZGUxOGEwZGIyYWEwZWQyZWJlOGI5ZmFhODIwMzA3ZGEzNjM4ZjM2YTgzMDY1MzYiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A type of §4Citrine §7that has clearly\",1:\"§7been treated with care.\",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:\"§9§lRARE\"],Name:\"§9☘ Fine Citrine Gemstone\"},ExtraAttributes:{id:\"FINE_CITRINE_GEM\"}}", + "damage": 3, + "lore": [ + "§7A type of §4Citrine §7that has clearly", + "§7been treated with care.", + "", + "§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.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "FLAWED_CITRINE_GEM:16", + "A3": "", + "B1": "FLAWED_CITRINE_GEM:16", + "B2": "FLAWED_CITRINE_GEM:16", + "B3": "FLAWED_CITRINE_GEM:16", + "C1": "", + "C2": "FLAWED_CITRINE_GEM:16", + "C3": "" + }, + "internalname": "FINE_CITRINE_GEM", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit