{
	"format_version": "1.16.100",
	"minecraft:item": {
		"description": "§2Attack Damage ∞§2",
			"identifier": "exocraft:infinity_sword",
			"category": "equipment"
		},
		"components": {
			"minecraft:max_stack_size": 1,
			"minecraft:hand_equipped": true,
			"minecraft:damage": 999999,
			"minecraft:can_destroy_in_creative": false,
			"minecraft:mining_speed": 999999,
			"minecraft:enchantable": {
				"value": 11,
				"slot": "sword"
			},
			"minecraft:weapon": { 
				"on_hurt_entity": {
					"event": "exocraft:infinity_sword.hurt_entity"
			}
		},
				"events": {
					"exocraft:infinity_sword.hurt_entity": {
						"randomize": [
							{
								"weight": 1,
								"teleport": {
									"target": "holder",
									"max_range": [100,100,100]
								},
								"run_command":{
									"command":[
										"gamemode @s creative"
									]
								},
								"run_command":{
									"command":[
										"/summon ~ ~ ~ ~ ~ ~ minecraft:lightning"
									]
								},
								"run_command":{
									"command":[
										"summon ~ ~ ~ ~ ~ ~ minecraft:tnt"
									]
								}
							},
							{
								"weight": 1
							}
						]
					}		
				}
			},
			"minecraft:digger": {
				"use_efficiency": true,
				"destroy_speeds": [
					{
						"block": "minecraft:web",
						"speed": 999999
					},
					{
						"block": "minecraft:bamboo",
						"speed": 999999
					}
				]
			},
			"minecraft:creative_category": {
				"parent": "itemGroup.name.sword"
			},
			"minecraft:durability": {
				"max_durability": 999999
			},
			"minecraft:icon": {
				"texture": "infinity_sword"
			},
			"tag:minecraft:is_sword": {},
			"minecraft:use_duration": 2.75
		
}