summaryrefslogtreecommitdiff
path: root/assets/minecraft/blockstates/mossy_cobblestone_wall.json
blob: 5a26a835b705def4e5a3598eb443f9faebaa34f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
  "multipart": [
    { "when": { "up": "true" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_post" } 
	},
	
    { "when": { "north": "low", "south": "low" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side2" } 
	},
    { "when": { "east": "low", "west": "low" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side2", "y": 90 } 
	},
    { "when": { "north": "tall", "south": "tall" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall2" } 
	},
    { "when": { "east": "tall", "west": "tall" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall2", "y": 90 } 
	},
	
    { "when": { "north": "low", "south": "tall|none" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side" } 
	},
    { "when": { "east": "low", "west": "tall|none" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side", "y": 90 } 
	},
    { "when": { "south": "low", "north": "tall|none" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_alt" } 
	},
    { "when": { "west": "low", "east": "tall|none" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_alt", "y": 90 } 
	},
	
    { "when": { "north": "tall", "south": "low|none" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall" } 
	},
    { "when": { "east": "tall", "west": "low|none" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall", "y": 90 } 
	},
    { "when": { "south": "tall", "north": "low|none" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall", "y": 180 } 
	},
    { "when": { "west": "tall", "east": "low|none" }, 
	  "apply": { "model": "minecraft:block/mossy_cobblestone_wall_side_tall", "y": 270 } 
	}
  ]
}