mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Clean up some sounds we no longer use
This commit is contained in:
parent
f08850e7c2
commit
2f455ae6a7
2 changed files with 0 additions and 27 deletions
|
@ -9,12 +9,8 @@ public interface USounds {
|
|||
SoundEvent WING_FLAP = register("wing_flap");
|
||||
SoundEvent WIND_RUSH = register("wind_rush");
|
||||
|
||||
SoundEvent INSECT = register("insect");
|
||||
SoundEvent CHANGELING_BUZZ = register("changeling_buzz");
|
||||
|
||||
SoundEvent SLIME_ADVANCE = register("slime_advance");
|
||||
SoundEvent SLIME_RETRACT = register("slime_retract");
|
||||
|
||||
SoundEvent RECORD_CRUSADE = register("record.crusade");
|
||||
SoundEvent RECORD_PET = register("record.pet");
|
||||
SoundEvent RECORD_POPULAR = register("record.popular");
|
||||
|
|
|
@ -26,29 +26,6 @@
|
|||
"unicopia:wind/altitude_wind7"
|
||||
]
|
||||
},
|
||||
"insect": {
|
||||
"category": "blocks",
|
||||
"subtitle": "unicopia.subtitle.insects",
|
||||
"sounds": [
|
||||
"unicopia:insect/insect_1",
|
||||
"unicopia:insect/insect_2",
|
||||
"unicopia:insect/insect_3"
|
||||
]
|
||||
},
|
||||
"slime_advance": {
|
||||
"category": "blocks",
|
||||
"subtitle": "unicopia.subtitle.slime_advance",
|
||||
"sounds": [
|
||||
"unicopia:slime/advance"
|
||||
]
|
||||
},
|
||||
"slime_retract": {
|
||||
"category": "blocks",
|
||||
"subtitle": "unicopia.subtitle.slime_retract",
|
||||
"sounds": [
|
||||
"unicopia:slime/retract"
|
||||
]
|
||||
},
|
||||
"record.crusade": {
|
||||
"category": "blocks",
|
||||
"subtitle": "unicopia.subtitle.record.crusade",
|
||||
|
|
Loading…
Reference in a new issue