diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-04-11 16:10:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-11 14:10:54 +0000 |
| commit | 1be01049c8878ec9b087cff9036408a4bbca98ca (patch) | |
| tree | 7c07417ac3271d62e1e50b0278c18d326699aa44 /items/PERFECT_CHISEL.json | |
| parent | 4a724ed2a74eed24133f800eade4ca20e3b00353 (diff) | |
| download | NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.tar.gz NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.tar.bz2 NotEnoughUpdates-REPO-1be01049c8878ec9b087cff9036408a4bbca98ca.zip | |
Added new gemstones to lore (#1153)
Diffstat (limited to 'items/PERFECT_CHISEL.json')
| -rw-r--r-- | items/PERFECT_CHISEL.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/PERFECT_CHISEL.json b/items/PERFECT_CHISEL.json new file mode 100644 index 00000000..ad1e08c5 --- /dev/null +++ b/items/PERFECT_CHISEL.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:armor_stand", + "displayname": "§6Perfect Chisel", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\" §8[§7❥§8] §8[§7❥§8] §8[§7❥§8]\",1:\"\",2:\"§7Can be placed in the §6Fossil\",3:\"§6Excavator §7alongside a §9Suspicious\",4:\"§9Scrap §7to begin the excavation\",5:\"§7process!\",6:\"\",7:\"§7Charges: §e22\",8:\"\",9:\"§6§lLEGENDARY CHISEL\"],Name:\"§6Perfect Chisel\"},ExtraAttributes:{id:\"PERFECT_CHISEL\"}}", + "damage": 0, + "lore": [ + " §8[§7❥§8] §8[§7❥§8] §8[§7❥§8]", + "", + "§7Can be placed in the §6Fossil", + "§6Excavator §7alongside a §9Suspicious", + "§9Scrap §7to begin the excavation", + "§7process!", + "", + "§7Charges: §e22", + "", + "§6§lLEGENDARY CHISEL" + ], + "internalname": "PERFECT_CHISEL", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "infoType": "", + "recipes": [ + { + "type": "forge", + "inputs": [ + "BEJEWELED_HANDLE:1.0", + "GLACITE_CHISEL:1.0", + "PERFECT_PLATE:1.0" + ], + "count": 1, + "duration": 86400, + "overrideOutputId": "PERFECT_CHISEL" + } + ] +}
\ No newline at end of file |
