Bedrock Snippets

Custom Item Models

View Source

custom_item_models > bp > manifest.json

{
	"format_version": 2,
	"header": {
		"name": "pack.name",
		"description": "pack.description",
		"uuid": "65943353-a16b-4712-a2d9-8d534cecccf9",
		"version": [
			1,
			0,
			0
		],
		"min_engine_version": [
			1,
			13,
			0
		]
	},
	"modules": [
		{
			"type": "data",
			"uuid": "4b9911cd-7512-4d6a-a8b2-7412fd62c274",
			"version": [
				1,
				0,
				0
			]
		}
	],
	"dependencies": [
		{
			"version": [
				1,
				0,
				0
			],
			"uuid": "af9c5c15-b87c-442d-ac0c-e2714a4997de"
		}
	]
}
Copied to Clipboard