• 8/15/20 9:09 am
- 5.5k views • 0 today
- save_alt 297 downloads
- Compatibility
- Minecraft 1.16
- Changes include
- Functions
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.
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
4721859
119




Have something to say?
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 ~ ~ ~Edit: Hoppers are on the todo list yes?