Bedrock Snippets

Custom Item Models

View Source

custom_item_models > rp > items > drill.json

{
	"format_version": "1.13.0",
	"minecraft:item": {
		"description": {
			"identifier": "foo:drill",
			"category": "Nature"
		},
		"components": {
			"minecraft:icon": "drill"
		}
	}
}
Copied to Clipboard