Skip to content

Commit 9d29cfa

Browse files
committed
Remove all but one panorama to reduce jar size (it's still absurdly large but this is better than before)
1 parent 3d58a17 commit 9d29cfa

32 files changed

+3
-67
lines changed
Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,7 @@
11
{
2-
"Ashy Shoals": {
3-
"name": "ashy_shoals",
4-
"panoramaId": "cinderscapes:textures/gui/panorama/ashy_shoals/panorama",
5-
"musicId": "cinderscapes:music.menu.ashy_shoals"
6-
},
7-
"Blackstone Shales": {
8-
"name": "blackstone_shales",
9-
"panoramaId": "cinderscapes:textures/gui/panorama/blackstone_shales/panorama",
10-
"musicId": "cinderscapes:music.menu.blackstone_shales"
11-
},
122
"Luminous Grove": {
133
"name": "luminous_grove",
14-
"panoramaId": "cinderscapes:textures/gui/panorama/luminous_grove/panorama",
15-
"musicId": "cinderscapes:music.menu.luminous_grove"
16-
},
17-
"Quartz Cavern": {
18-
"name": "quartz_cavern",
19-
"panoramaId": "cinderscapes:textures/gui/panorama/quartz_cavern/panorama",
20-
"musicId": "cinderscapes:music.menu.quartz_canyon"
4+
"panoramaId": "cinderscapes:textures/gui/panorama/panorama",
5+
"musicId": "cinderscapes:music.menu"
216
}
227
}

src/main/resources/assets/cinderscapes/sounds.json

Lines changed: 1 addition & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -141,58 +141,9 @@
141141
}
142142
]
143143
},
144-
"music.menu.ashy_shoals": {
144+
"music.menu": {
145145
"category": "music",
146146
"sounds": [
147-
{
148-
"name": "cinderscapes:music.nether.ashy_shoals",
149-
"type": "event"
150-
},
151-
{
152-
"name": "cinderscapes:music/ruins",
153-
"stream": true,
154-
"volume": 0.6,
155-
"weight": 3
156-
}
157-
]
158-
},
159-
"music.menu.blackstone_shales": {
160-
"category": "music",
161-
"sounds": [
162-
{
163-
"name": "cinderscapes:music.nether.blackstone_shales",
164-
"type": "event"
165-
},
166-
{
167-
"name": "cinderscapes:music/ruins",
168-
"stream": true,
169-
"volume": 0.6,
170-
"weight": 3
171-
}
172-
]
173-
},
174-
"music.menu.luminous_grove": {
175-
"category": "music",
176-
"sounds": [
177-
{
178-
"name": "cinderscapes:music.nether.luminous_grove",
179-
"type": "event"
180-
},
181-
{
182-
"name": "cinderscapes:music/ruins",
183-
"stream": true,
184-
"volume": 0.6,
185-
"weight": 3
186-
}
187-
]
188-
},
189-
"music.menu.quartz_canyon": {
190-
"category": "music",
191-
"sounds": [
192-
{
193-
"name": "cinderscapes:music.nether.quartz_canyon",
194-
"type": "event"
195-
},
196147
{
197148
"name": "cinderscapes:music/ruins",
198149
"stream": true,
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)