Update forge and Sound options for Alarm (#1435)
* Update forge and Sound options for Alarm * Revert changes to gradle wrapper properties * Cleanup imports * Removed sneaky debugging stuff
This commit is contained in:
parent
38933ca8a8
commit
9349ffe264
11 changed files with 90 additions and 7 deletions
|
@ -654,6 +654,7 @@ techreborn.message.noCoordsSet=No Coordinates Set
|
|||
techreborn.message.coordsHaveBeen=Coordinates have been
|
||||
techreborn.message.cleared=Cleared
|
||||
techreborn.message.detects=Detects
|
||||
techreborn.message.alarm=Switched to:
|
||||
techreborn.message.allPlayers=All Players
|
||||
techreborn.message.onlyOtherPlayers=Only Other Players
|
||||
techreborn.message.onlyYou=Only You
|
||||
|
|
|
@ -40,5 +40,17 @@
|
|||
"sounds": [
|
||||
"techreborn:alarm"
|
||||
]
|
||||
},
|
||||
"alarm_2": {
|
||||
"category": "block",
|
||||
"sounds": [
|
||||
"techreborn:alarm_2"
|
||||
]
|
||||
},
|
||||
"alarm_3": {
|
||||
"category": "block",
|
||||
"sounds": [
|
||||
"techreborn:alarm_3"
|
||||
]
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
alarm_2
|
||||
by rene___
|
||||
https://freesound.org/people/rene___/sounds/56778/
|
||||
|
||||
alarm_3
|
||||
by plasterbrain
|
||||
https://freesound.org/people/plasterbrain/sounds/242856/
|
BIN
src/main/resources/assets/techreborn/sounds/alarm_2.ogg
Normal file
BIN
src/main/resources/assets/techreborn/sounds/alarm_2.ogg
Normal file
Binary file not shown.
BIN
src/main/resources/assets/techreborn/sounds/alarm_3.ogg
Normal file
BIN
src/main/resources/assets/techreborn/sounds/alarm_3.ogg
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue