mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fix subtitles
This commit is contained in:
parent
38f1cc99c8
commit
b000f24eba
2 changed files with 2 additions and 5 deletions
|
@ -251,5 +251,6 @@
|
|||
"unicopia.subtitle.insects": "Insects Scurrying",
|
||||
"unicopia.subtitle.slime_advance": "Squealch",
|
||||
"unicopia.subtitle.slime_retract": "Sqonk",
|
||||
"unicopia.subtitle.changeling_buzz": "Drone Buzzing"
|
||||
"unicopia.subtitle.changeling_buzz": "Drone Buzzing",
|
||||
"unicopia.subtitle.batpony_eeee": "Batpony Screeches"
|
||||
}
|
||||
|
|
|
@ -38,21 +38,18 @@
|
|||
},
|
||||
"record.crusade": {
|
||||
"category": "blocks",
|
||||
"subtitle": "unicopia.subtitle.record.crusade",
|
||||
"sounds": [
|
||||
{ "name": "unicopia:record/crusade", "stream": true}
|
||||
]
|
||||
},
|
||||
"record.popular": {
|
||||
"category": "blocks",
|
||||
"subtitle": "unicopia.subtitle.record.popular",
|
||||
"sounds": [
|
||||
{ "name": "unicopia:record/popular", "stream": true}
|
||||
]
|
||||
},
|
||||
"record.pet": {
|
||||
"category": "blocks",
|
||||
"subtitle": "unicopia.subtitle.record.pet",
|
||||
"stream": true,
|
||||
"sounds": [
|
||||
{ "name": "unicopia:record/pet", "stream": true}
|
||||
|
@ -60,7 +57,6 @@
|
|||
},
|
||||
"record.funk": {
|
||||
"category": "blocks",
|
||||
"subtitle": "unicopia.subtitle.record.funk",
|
||||
"sounds": [
|
||||
{ "name": "unicopia:record/funk", "stream": true, "attenuation_distance": 21120}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue