{
	"format_version": "1.16.100",
	"minecraft:block": {
		"description": {
			"identifier": "ihg:placed",
			"properties": {
				"ihg:property": [
					1,
					2
				]
			}
		},
		"components": {
			"minecraft:on_interact": {
				"event": "event_response_1"
			},
			"minecraft:on_placed": {
				"event": "ihg:placed"
			}
		},
		"events": {
			"event_response_1": {
				"set_block_property": {
					"ihg:property": 2
				}
			},
			"ihg:placed": {
				"run_command": {
					"command": "say THIS ONLY RUNS WHEN THE BLOCK IS PLACED!"
				}
			}
		}
	}
}