Skip to content

Commit 62c3548

Browse files
committed
feat: Add Chicken Sink #388
1 parent c85a1e1 commit 62c3548

198 files changed

Lines changed: 4534 additions & 20 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

common/dependencies.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@ dependencies {
22
implementation(libs.balmCommon) {
33
changing = libs.versions.balm.get().endsWith("SNAPSHOT")
44
}
5+
implementation(libs.shogiApi) {
6+
changing = libs.versions.shogi.get().contains("SNAPSHOT")
7+
}
58
accessTransformers(libs.balmCommon)
6-
}
9+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/black_chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/black_chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/black_chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/black_chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/black_chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/black_chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/black_chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/black_chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/blue_chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/blue_chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/blue_chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/blue_chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/blue_chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/blue_chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/blue_chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/blue_chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/brown_chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/brown_chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/brown_chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/brown_chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/brown_chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/brown_chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/brown_chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/brown_chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/cyan_chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/cyan_chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/cyan_chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/cyan_chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/cyan_chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/cyan_chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/cyan_chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/cyan_chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/gray_chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/gray_chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/gray_chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/gray_chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/gray_chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/gray_chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/gray_chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/gray_chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/green_chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/green_chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/green_chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/green_chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/green_chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/green_chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/green_chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/green_chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/light_blue_chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/light_blue_chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/light_blue_chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/light_blue_chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/light_blue_chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/light_blue_chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/light_blue_chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/light_blue_chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"variants": {
3+
"facing=east,flipped=false": {
4+
"model": "cookingforblockheads:block/light_gray_chicken_sink",
5+
"y": 90
6+
},
7+
"facing=east,flipped=true": {
8+
"model": "cookingforblockheads:block/light_gray_chicken_sink_flipped",
9+
"y": 90
10+
},
11+
"facing=north,flipped=false": {
12+
"model": "cookingforblockheads:block/light_gray_chicken_sink"
13+
},
14+
"facing=north,flipped=true": {
15+
"model": "cookingforblockheads:block/light_gray_chicken_sink_flipped"
16+
},
17+
"facing=south,flipped=false": {
18+
"model": "cookingforblockheads:block/light_gray_chicken_sink",
19+
"y": 180
20+
},
21+
"facing=south,flipped=true": {
22+
"model": "cookingforblockheads:block/light_gray_chicken_sink_flipped",
23+
"y": 180
24+
},
25+
"facing=west,flipped=false": {
26+
"model": "cookingforblockheads:block/light_gray_chicken_sink",
27+
"y": 270
28+
},
29+
"facing=west,flipped=true": {
30+
"model": "cookingforblockheads:block/light_gray_chicken_sink_flipped",
31+
"y": 270
32+
}
33+
}
34+
}

0 commit comments

Comments
 (0)