From ccea0ac167b0e711c60510ebf50c6c8d2084789c Mon Sep 17 00:00:00 2001 From: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> Date: Tue, 16 Feb 2021 18:02:50 +0100 Subject: Also fixed stuff from trello and more + new items (#401) - fixed rare giraffe pet - ~~added price paid to midas staff~~ removed since in pull request #400 they removed it from midas sword and the whole idea was to have it be the same - changed crystal armor light levels to 15 for consistency - fixed catalyst rarity - added social xp requirment for showcase block, island npc and rock paper shears - moved all logs under 1 parent (previously split under 2 parents) - fixed rarity of horse armor, name tag and saddle - added rune sack, autopet, kismet feather, new enrichments and cultivating enchant --- items/CULTIVATING;1.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 items/CULTIVATING;1.json (limited to 'items/CULTIVATING;1.json') diff --git a/items/CULTIVATING;1.json b/items/CULTIVATING;1.json new file mode 100644 index 00000000..8bc4f45a --- /dev/null +++ b/items/CULTIVATING;1.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Farming exp\",2:\"§7§7and §6+1☘ Farming Fortune§7.\",3:\"§81k blocks to tier up!\",4:\"\",5:\"§e▲ §7Cultivating cannot be combined!\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"CULTIVATING;1\",enchantments:{cultivating;1}}}", + "damage": 0, + "lore": [ + "§9Cultivating I", + "§7Gain §a1% §7extra Farming exp", + "§7and §6+1☘ Farming Fortune§7.", + "§81k blocks to tier up!", + "", + "§e▲ §7Cultivating cannot be combined!", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "CULTIVATING;1", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit