{
	"style" : "groupbox",
	"title" : ">>> THE NPC DOESNT WORK DO NOT USE <<< Note Block Properties",
	"layout": [
		{
			"control": "spinBox",
			"type": "int",
			"name": "inv",
			"title": "Pitch",
			"tooltip": "What pitch should the noteblock play? 1 is the lowest pitch available and 24 is highest pitch available.",
			"value-default": 12,
			"value-min": 1,
			"value-max": 24,
			"single-step": 1
		}		
	]
}
