{
	"format_version": "1.18.30",
	"minecraft:block": {
		"description": {
			"identifier": "ihg:enchant_block"
		},
		"components": {
			"minecraft:unit_cube": {},
			"minecraft:on_interact": {
				"event": "event_response_1"
			}
		},
		"events": {
			"event_response_1": {
				"run_command": {
					"command": "enchant @s unbreaking 1",
					"target": "other"
				}
			}
		}
	}
}