summaryrefslogtreecommitdiff
path: root/assets/gen/decorations/pine.json
blob: ff3bd869cdf099105ea9b870d07b64e3e3e4d189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"blocks": {
		"10": [
			[0,0,0],
			[0,1,0],
			[0,2,0],
		],
		"12": [
			[-1,2,-1],
			[-1,2,0],
			[-1,2,1],
			[0,2,-1],
			[0,2,1],
			[1,2,-1],
			[1,2,0],
			[1,2,1],
			[1,3,0],
			[-1,3,0],
			[0,3,1],
			[0,3,-1],
			[0,3,0],
		],
	},
}