Crab rave, crab rave

This commit is contained in:
Vos
2025-11-11 10:24:47 -06:00
parent 8582abbf4e
commit 11909da2db
11 changed files with 46 additions and 2 deletions
@@ -29,6 +29,10 @@
"item.acesbs.kaupen_bow": "Kaupen Bow",
"item.acesbs.crab_rave_music_disc": "Crab Rave Music Disc",
"item.acesbs.crab_rave_music_disc.desc": "Noisestorm - Crab Rave [Monstercat Release]",
"trim_material.acesbs.prisma_steel": "Prisma Steel Material",
"trim_pattern.acesbs.prisma": "Prisma Armor Pattern",
@@ -69,5 +73,6 @@
"tooltip.acesbs.kaupen_bow": "§7§oThanks to §1Modding by Kaupenjoe§r",
"tooltip.acesbs.kaupen_bow_2": "§7§oYou made minecraft modding easy.§r",
"sounds.acesbs.lizard": "Lizard button"
"sounds.acesbs.lizard": "Lizard!",
"sounds.acesbs.crab_rave": "Jukebox plays Crab Rave"
}
@@ -4,5 +4,14 @@
"sounds": [
"acesbs:lizard"
]
},
"crab_rave": {
"subtitle": "sounds.acesbs.crab_rave",
"sounds": [
{
"name": "acesbs:crab_rave",
"stream": true
}
]
}
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

@@ -0,0 +1,8 @@
{
"comparator_output": 15,
"description": {
"translate": "item.acesbs.crab_rave_music_disc.desc"
},
"length_in_seconds": 192.0,
"sound_event": "acesbs:crab_rave"
}