PC-Logix / OpenFM

Streaming radio mod for Minecraft, with OpenComputers control support
MIT License
25 stars 17 forks source link

Ridiculous request #72

Closed vico93 closed 5 years ago

vico93 commented 6 years ago

I know this is a bit small, but can you make parrots dance when around a radio just like they do when nearby a jukebox?

Thanks in advance!

ben-mkiv commented 5 years ago

sadly cant be done at the moment as minecraft checks if its a jukebox block.

leaving this as note for a forge PR


1. make the actual tag json
2. in Forge's Tags.Block class, add a field for the tag similar to all the other ones there
3. at the vanilla code site, replace the check with net.minecraftforge.<dontremember>.Tags.Block.PARTY_BLOCKS.contains(block)
``` thanks to williewillus :)
vico93 commented 5 years ago

Oh sad. Thanks for the reply anyway!