Skip to content

Commit f357311

Browse files
committed
2025.5.17-1.1.4
1 parent fe63ce3 commit f357311

File tree

78 files changed

+2838
-348
lines changed

Some content is hidden

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

78 files changed

+2838
-348
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ yarn_mappings=1.21.1+build.3
66
loader_version=0.16.13
77

88
# Mod Properties
9-
mod_version=1.21.1-1.1.3-hotfix
9+
mod_version=1.21.1-1.1.4
1010
maven_group=com.altnoir.poopsky
1111
archives_base_name=poopsky
1212

Lines changed: 193 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,196 @@
11
{
2-
"variants": {
3-
"facing=east": {
4-
"model": "poopsky:block/acacia_toilet",
5-
"uvlock": true,
6-
"y": 90
7-
},
8-
"facing=north": {
9-
"model": "poopsky:block/acacia_toilet",
10-
"uvlock": true
11-
},
12-
"facing=south": {
13-
"model": "poopsky:block/acacia_toilet",
14-
"uvlock": true,
15-
"y": 180
16-
},
17-
"facing=west": {
18-
"model": "poopsky:block/acacia_toilet",
19-
"uvlock": true,
20-
"y": 270
2+
"multipart": [
3+
{
4+
"apply": {
5+
"model": "poopsky:block/acacia_toilet",
6+
"uvlock": true,
7+
"y": 0
8+
},
9+
"when": {
10+
"backward": "false",
11+
"facing": "north",
12+
"forward": "false"
13+
}
14+
},
15+
{
16+
"apply": {
17+
"model": "poopsky:block/acacia_toilet_n",
18+
"uvlock": true,
19+
"y": 0
20+
},
21+
"when": {
22+
"backward": "false",
23+
"facing": "north",
24+
"forward": "true"
25+
}
26+
},
27+
{
28+
"apply": {
29+
"model": "poopsky:block/acacia_toilet_s",
30+
"uvlock": true,
31+
"y": 0
32+
},
33+
"when": {
34+
"backward": "true",
35+
"facing": "north",
36+
"forward": "false"
37+
}
38+
},
39+
{
40+
"apply": {
41+
"model": "poopsky:block/acacia_toilet_ns",
42+
"uvlock": true,
43+
"y": 0
44+
},
45+
"when": {
46+
"backward": "true",
47+
"facing": "north",
48+
"forward": "true"
49+
}
50+
},
51+
{
52+
"apply": {
53+
"model": "poopsky:block/acacia_toilet",
54+
"uvlock": true,
55+
"y": 180
56+
},
57+
"when": {
58+
"backward": "false",
59+
"facing": "south",
60+
"forward": "false"
61+
}
62+
},
63+
{
64+
"apply": {
65+
"model": "poopsky:block/acacia_toilet_n",
66+
"uvlock": true,
67+
"y": 180
68+
},
69+
"when": {
70+
"backward": "false",
71+
"facing": "south",
72+
"forward": "true"
73+
}
74+
},
75+
{
76+
"apply": {
77+
"model": "poopsky:block/acacia_toilet_s",
78+
"uvlock": true,
79+
"y": 180
80+
},
81+
"when": {
82+
"backward": "true",
83+
"facing": "south",
84+
"forward": "false"
85+
}
86+
},
87+
{
88+
"apply": {
89+
"model": "poopsky:block/acacia_toilet_ns",
90+
"uvlock": true,
91+
"y": 180
92+
},
93+
"when": {
94+
"backward": "true",
95+
"facing": "south",
96+
"forward": "true"
97+
}
98+
},
99+
{
100+
"apply": {
101+
"model": "poopsky:block/acacia_toilet",
102+
"uvlock": true,
103+
"y": 270
104+
},
105+
"when": {
106+
"backward": "false",
107+
"facing": "west",
108+
"forward": "false"
109+
}
110+
},
111+
{
112+
"apply": {
113+
"model": "poopsky:block/acacia_toilet_n",
114+
"uvlock": true,
115+
"y": 270
116+
},
117+
"when": {
118+
"backward": "false",
119+
"facing": "west",
120+
"forward": "true"
121+
}
122+
},
123+
{
124+
"apply": {
125+
"model": "poopsky:block/acacia_toilet_s",
126+
"uvlock": true,
127+
"y": 270
128+
},
129+
"when": {
130+
"backward": "true",
131+
"facing": "west",
132+
"forward": "false"
133+
}
134+
},
135+
{
136+
"apply": {
137+
"model": "poopsky:block/acacia_toilet_ns",
138+
"uvlock": true,
139+
"y": 270
140+
},
141+
"when": {
142+
"backward": "true",
143+
"facing": "west",
144+
"forward": "true"
145+
}
146+
},
147+
{
148+
"apply": {
149+
"model": "poopsky:block/acacia_toilet",
150+
"uvlock": true,
151+
"y": 90
152+
},
153+
"when": {
154+
"backward": "false",
155+
"facing": "east",
156+
"forward": "false"
157+
}
158+
},
159+
{
160+
"apply": {
161+
"model": "poopsky:block/acacia_toilet_n",
162+
"uvlock": true,
163+
"y": 90
164+
},
165+
"when": {
166+
"backward": "false",
167+
"facing": "east",
168+
"forward": "true"
169+
}
170+
},
171+
{
172+
"apply": {
173+
"model": "poopsky:block/acacia_toilet_s",
174+
"uvlock": true,
175+
"y": 90
176+
},
177+
"when": {
178+
"backward": "true",
179+
"facing": "east",
180+
"forward": "false"
181+
}
182+
},
183+
{
184+
"apply": {
185+
"model": "poopsky:block/acacia_toilet_ns",
186+
"uvlock": true,
187+
"y": 90
188+
},
189+
"when": {
190+
"backward": "true",
191+
"facing": "east",
192+
"forward": "true"
193+
}
21194
}
22-
}
195+
]
23196
}

0 commit comments

Comments
 (0)