aboutsummaryrefslogtreecommitdiff
path: root/items/REINFORCED_CHISEL.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2024-04-10 19:35:51 +0200
committerGitHub <noreply@github.com>2024-04-10 17:35:51 +0000
commit4a724ed2a74eed24133f800eade4ca20e3b00353 (patch)
treeeb970e0884cb834b4057001df78b31f793ef9b18 /items/REINFORCED_CHISEL.json
parented5084c45fd30531a6b34abb610eab21c765efad (diff)
downloadNotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.tar.gz
NotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.tar.bz2
NotEnoughUpdates-REPO-4a724ed2a74eed24133f800eade4ca20e3b00353.zip
Added more items and some constants (#1152)
* Added more items and some constants * Fixed warp
Diffstat (limited to 'items/REINFORCED_CHISEL.json')
-rw-r--r--items/REINFORCED_CHISEL.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/items/REINFORCED_CHISEL.json b/items/REINFORCED_CHISEL.json
new file mode 100644
index 00000000..06f220dc
--- /dev/null
+++ b/items/REINFORCED_CHISEL.json
@@ -0,0 +1,37 @@
+{
+ "itemid": "minecraft:armor_stand",
+ "displayname": "§9Reinforced Chisel",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\" §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: §e18\",8:\"\",9:\"§9§lRARE CHISEL\"],Name:\"§9Reinforced Chisel\"},ExtraAttributes:{id:\"REINFORCED_CHISEL\"}}",
+ "damage": 0,
+ "lore": [
+ " §8[§7❥§8]",
+ "",
+ "§7Can be placed in the §6Fossil",
+ "§6Excavator §7alongside a §9Suspicious",
+ "§9Scrap §7to begin the excavation",
+ "§7process!",
+ "",
+ "§7Charges: §e18",
+ "",
+ "§9§lRARE CHISEL"
+ ],
+ "internalname": "REINFORCED_CHISEL",
+ "crafttext": "",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "infoType": "",
+ "recipes": [
+ {
+ "type": "forge",
+ "inputs": [
+ "UMBER_PLATE:2.0",
+ "BEJEWELED_HANDLE:1.0",
+ "TUNGSTEN_PLATE:2.0",
+ "CHISEL:1.0"
+ ],
+ "count": 1,
+ "duration": 43200,
+ "overrideOutputId": "REINFORCED_CHISEL"
+ }
+ ]
+} \ No newline at end of file