mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +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.insects": "Insects Scurrying",
|
||||||
"unicopia.subtitle.slime_advance": "Squealch",
|
"unicopia.subtitle.slime_advance": "Squealch",
|
||||||
"unicopia.subtitle.slime_retract": "Sqonk",
|
"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": {
|
"record.crusade": {
|
||||||
"category": "blocks",
|
"category": "blocks",
|
||||||
"subtitle": "unicopia.subtitle.record.crusade",
|
|
||||||
"sounds": [
|
"sounds": [
|
||||||
{ "name": "unicopia:record/crusade", "stream": true}
|
{ "name": "unicopia:record/crusade", "stream": true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"record.popular": {
|
"record.popular": {
|
||||||
"category": "blocks",
|
"category": "blocks",
|
||||||
"subtitle": "unicopia.subtitle.record.popular",
|
|
||||||
"sounds": [
|
"sounds": [
|
||||||
{ "name": "unicopia:record/popular", "stream": true}
|
{ "name": "unicopia:record/popular", "stream": true}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"record.pet": {
|
"record.pet": {
|
||||||
"category": "blocks",
|
"category": "blocks",
|
||||||
"subtitle": "unicopia.subtitle.record.pet",
|
|
||||||
"stream": true,
|
"stream": true,
|
||||||
"sounds": [
|
"sounds": [
|
||||||
{ "name": "unicopia:record/pet", "stream": true}
|
{ "name": "unicopia:record/pet", "stream": true}
|
||||||
|
@ -60,7 +57,6 @@
|
||||||
},
|
},
|
||||||
"record.funk": {
|
"record.funk": {
|
||||||
"category": "blocks",
|
"category": "blocks",
|
||||||
"subtitle": "unicopia.subtitle.record.funk",
|
|
||||||
"sounds": [
|
"sounds": [
|
||||||
{ "name": "unicopia:record/funk", "stream": true, "attenuation_distance": 21120}
|
{ "name": "unicopia:record/funk", "stream": true, "attenuation_distance": 21120}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue