mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-16 12:53:43 +01:00
Merge pull request #2017 from embeddedt/patch-1
Fix capitalization in English subtitles
This commit is contained in:
commit
619a69e312
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ public class AllSoundEvents {
|
||||||
.category(SoundCategory.BLOCKS)
|
.category(SoundCategory.BLOCKS)
|
||||||
.build(),
|
.build(),
|
||||||
|
|
||||||
FUNNEL_FLAP = create("funnel_flap").subtitle("Funnel Flaps")
|
FUNNEL_FLAP = create("funnel_flap").subtitle("Funnel flaps")
|
||||||
.playExisting(SoundEvents.ITEM_FRAME_ROTATE_ITEM, .125f, 1.5f)
|
.playExisting(SoundEvents.ITEM_FRAME_ROTATE_ITEM, .125f, 1.5f)
|
||||||
.playExisting(SoundEvents.WOOL_BREAK, .0425f, .75f)
|
.playExisting(SoundEvents.WOOL_BREAK, .0425f, .75f)
|
||||||
.category(SoundCategory.BLOCKS)
|
.category(SoundCategory.BLOCKS)
|
||||||
|
@ -79,7 +79,7 @@ public class AllSoundEvents {
|
||||||
.category(SoundCategory.BLOCKS)
|
.category(SoundCategory.BLOCKS)
|
||||||
.build(),
|
.build(),
|
||||||
|
|
||||||
MIXING = create("mixing").subtitle("Mixing Noises")
|
MIXING = create("mixing").subtitle("Mixing noises")
|
||||||
.playExisting(SoundEvents.GILDED_BLACKSTONE_BREAK, .125f, .5f)
|
.playExisting(SoundEvents.GILDED_BLACKSTONE_BREAK, .125f, .5f)
|
||||||
.playExisting(SoundEvents.NETHERRACK_BREAK, .125f, .5f)
|
.playExisting(SoundEvents.NETHERRACK_BREAK, .125f, .5f)
|
||||||
.category(SoundCategory.BLOCKS)
|
.category(SoundCategory.BLOCKS)
|
||||||
|
|
Loading…
Reference in a new issue