{
	"parent": "minecraft:block/cube_all",
	"ambientocclusion": false,
	"render_type": "minecraft:cutout",
	"textures": {
		"particle": "#all"
	},
	"elements": [
		{
			"name": "base",
			"from": [0, 0, 0],
			"to": [16, 16, 16],
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#all"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#all"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#all"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#all"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#all"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#all"}
			}
		},
		{
			"name": "overlay",
			"from": [-0.01, -0.01, -0.01],
			"to": [16.02, 16.02, 16.02],
            "forge_data": { "block_light": 13, "sky_light": 13 },
            "shade": false,
			"faces": {
				"north": {"uv": [0, 0, 16, 16], "texture": "#overlay"},
				"east": {"uv": [0, 0, 16, 16], "texture": "#overlay"},
				"south": {"uv": [0, 0, 16, 16], "texture": "#overlay"},
				"west": {"uv": [0, 0, 16, 16], "texture": "#overlay"},
				"up": {"uv": [0, 0, 16, 16], "texture": "#overlay"},
				"down": {"uv": [0, 0, 16, 16], "texture": "#overlay"}
			}
		}
	]
}