Data Packs Game Mechanic

Redstone Boxed - Jukebox and Redstone on Java (WIP)

  • 5.5k views 0 today
  • save_alt 297 downloads
Compatibility
Minecraft 1.16
Changes include
  • Functions
  • 8
  • 8
  • 6
dotpr0
Lvl 18Journeyman Miner
3
Still a WIP

I just wanted to play some tracks using neither a dropper or a dispenser.

I need to put together some more things, in order to make it flawless and fully functional.

By now, the only you can do is play music with a dispenser or a dropper, and take the disc out.

More like this

  Have something to say?

0x03
09/29/2020 12:49 pm
Level 1 : New Miner
history
awesome!!! together with xisumas jukebox design (search for "Minecraft: Redstone Jukebox Tutorial" on youtube) this makes for a nice contraption when you replace the item sorting system with just a hopper facing into a dropper facing into the jukebox block. please keep working on it <3
1
0x03
09/29/2020 2:21 pm
Level 1 : New Miner
history
found 2 errors:

in play.mcfunction line 8 it says
execute if entity @s[nbt={Item:{id: "minecraft:music_disc_blocks"}}] positioned as @s if block ~ ~ ~ minecraft:jukebox run playsound minecraft:music_disc. record @a ~ ~ ~
where it should say
execute if entity @s[nbt={Item:{id: "minecraft:music_disc_blocks"}}] positioned as @s if block ~ ~ ~ minecraft:jukebox run playsound minecraft:music_disc.blocks record @a ~ ~ ~

similarily, line 11 reads
execute if entity @s[nbt={Item:{id: "minecraft:music_disc_"}}] positioned as @s if block ~ ~ ~ minecraft:jukebox run playsound minecraft:music_disc.chirp record @a ~ ~ ~
but should be
execute if entity @s[nbt={Item:{id: "minecraft:music_disc_chirp"}}] positioned as @s if block ~ ~ ~ minecraft:jukebox run playsound minecraft:music_disc.chirp record @a ~ ~ ~
1
BenGamin98
08/19/2020 3:19 am
Level 50 : Grandmaster Blacksmith
history
I’ve wanted redstone compatible jukeboxes for a while, looking forward to it!

Edit: Hoppers are on the todo list yes?
1
dotpr0
08/27/2020 11:43 am
Level 18 : Journeyman Miner
Yes! I'm figuring out how to make hoppers work, and also some bug fixes along the way.
2
PrismastebanZ
08/16/2020 4:57 pm
Level 4 : Apprentice Crafter
I wish this was on vanilla, will follow the updates!
2
dotpr0
08/27/2020 11:44 am
Level 18 : Journeyman Miner
Yea, me too. It's in bedrock edition, I think. But Java doesn't have it yet. So until they added here.. We have a datapack :D
1

Welcome