Skip to content

Commit f630409

Browse files
committed
Fix cherry signs not rendering
1 parent f56839b commit f630409

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"variants": {
3+
"rotation=0": { "model": "entity/signs/cherry" },
4+
"rotation=1": { "model": "entity/signs/cherry", "y": 22.5 },
5+
"rotation=2": { "model": "entity/signs/cherry", "y": 45 },
6+
"rotation=3": { "model": "entity/signs/cherry", "y": 67.5 },
7+
"rotation=4": { "model": "entity/signs/cherry", "y": 90 },
8+
"rotation=5": { "model": "entity/signs/cherry", "y": 112.5 },
9+
"rotation=6": { "model": "entity/signs/cherry", "y": 135 },
10+
"rotation=7": { "model": "entity/signs/cherry", "y": 157.5 },
11+
"rotation=8": { "model": "entity/signs/cherry", "y": 180 },
12+
"rotation=9": { "model": "entity/signs/cherry", "y": 202.5 },
13+
"rotation=10": { "model": "entity/signs/cherry", "y": 225 },
14+
"rotation=11": { "model": "entity/signs/cherry", "y": 247.5 },
15+
"rotation=12": { "model": "entity/signs/cherry", "y": 270 },
16+
"rotation=13": { "model": "entity/signs/cherry", "y": 292.5 },
17+
"rotation=14": { "model": "entity/signs/cherry", "y": 315 },
18+
"rotation=15": { "model": "entity/signs/cherry", "y": 337.5 }
19+
}
20+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"variants": {
3+
"facing=south": { "model": "entity/signs/wall_cherry" },
4+
"facing=west": { "model": "entity/signs/wall_cherry", "y": 90 },
5+
"facing=north": { "model": "entity/signs/wall_cherry", "y": 180 },
6+
"facing=east": { "model": "entity/signs/wall_cherry", "y": 270 }
7+
}
8+
}

0 commit comments

Comments
 (0)