Bedrock Snippets

Custom Slime Block

View Source

custom_slime_block > rp > models > blocks > custom_slime_block.json

{
	"format_version": "1.12.0",
	"minecraft:geometry": [
		{
			"description": {
				"identifier": "geometry.custom_slime_block",
				"texture_width": 16,
				"texture_height": 16,
				"visible_bounds_width": 2,
				"visible_bounds_height": 2.5,
				"visible_bounds_offset": [0, 0.75, 0]
			},
			"bones": [
				{
					"name": "bone",
					"pivot": [8, 0, -8],
					"cubes": [
						{
							"origin": [-5, 3, -5],
							"size": [10, 10, 10],
							"uv": {
								"north": {"uv": [3, 3], "uv_size": [10, 10]},
								"east": {"uv": [3, 3], "uv_size": [10, 10]},
								"south": {"uv": [3, 3], "uv_size": [10, 10]},
								"west": {"uv": [3, 3], "uv_size": [10, 10]},
								"up": {"uv": [13, 13], "uv_size": [-10, -10]},
								"down": {"uv": [13, 13], "uv_size": [-10, -10]}
							}
						},
						{
							"origin": [-8, 0, -8],
							"size": [16, 16, 16],
							"uv": {
								"north": {"uv": [0, 0], "uv_size": [16, 16]},
								"east": {"uv": [0, 0], "uv_size": [16, 16]},
								"south": {"uv": [0, 0], "uv_size": [16, 16]},
								"west": {"uv": [0, 0], "uv_size": [16, 16]},
								"up": {"uv": [16, 16], "uv_size": [-16, -16]},
								"down": {"uv": [16, 16], "uv_size": [-16, -16]}
							}
						}
					]
				}
			]
		}
	]
}
Copied to Clipboard