Skip to content

Commit 26c5fd1

Browse files
authored
Merge pull request #120 from TerraformersMC/reduce-jar-size
- Reduce Vistas panoramas to just one to preserve jar size - Fix broken British English file
2 parents 853ee3c + 88a496d commit 26c5fd1

34 files changed

+5
-72
lines changed

src/main/java/com/terraformersmc/cinderscapes/init/CinderscapesSoundEvents.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,7 @@ public class CinderscapesSoundEvents {
2121
public static final SoundEvent LUMINOUS_GROVE_MUSIC = add(new SoundEvent(Cinderscapes.id("music.nether.luminous_grove")));
2222
public static final SoundEvent QUARTZ_CANYON_MUSIC = add(new SoundEvent(Cinderscapes.id("music.nether.quartz_canyon")));
2323

24-
public static final SoundEvent MENU_ASHY_SHOALS_MUSIC = add(new SoundEvent(Cinderscapes.id("music.menu.ashy_shoals")));
25-
public static final SoundEvent MENU_BLACKSTONE_SHALES_MUSIC = add(new SoundEvent(Cinderscapes.id("music.menu.blackstone_shales")));
26-
public static final SoundEvent MENU_LUMINOUS_GROVE_MUSIC = add(new SoundEvent(Cinderscapes.id("music.menu.luminous_grove")));
27-
public static final SoundEvent MENU_QUARTZ_CANYON_MUSIC = add(new SoundEvent(Cinderscapes.id("music.menu.quartz_canyon")));
24+
public static final SoundEvent MENU_MUSIC = add(new SoundEvent(Cinderscapes.id("music.menu")));
2825

2926
public static final SoundEvent MUSIC_DISC_LUMINOUS_PLANTATION = add(new SoundEvent(Cinderscapes.id("music_disc.luminous_plantation")));
3027
public static final SoundEvent MUSIC_DISC_CHILLING_IN_HELL = add(new SoundEvent(Cinderscapes.id("music_disc.chilling_in_hell")));
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"block.cinderscapes.chiseled_sulfur_quartz_block": "Chiselled Sulfur Quartz Block",
33
"block.cinderscapes.chiseled_rose_quartz_block": "Chiselled Rose Quartz Block",
4-
"block.cinderscapes.chiseled_smoky_quartz_block": "Chiselled Smoky Quartz Block",
4+
"block.cinderscapes.chiseled_smoky_quartz_block": "Chiselled Smoky Quartz Block"
55
}
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.

0 commit comments

Comments
 (0)