Working TV

Started by HeyItsJackM8 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Working TV

Hey guys, I'm not sure this is possible but, is their a way to make a working TV. What I want to do is basically you can change channels and new videos will pop up every channel. Also the videos will have audio. Thanks guys. 

Joined May 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
What you're after is one of…
Tue, 03/09/2021 - 01:40

What you're after is one of the most difficult things to program in Minecraft. Something like this isn't even remotely possible in MCreator, sorry.

Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi. You could make a block …
Tue, 03/09/2021 - 11:11

Hi. You could make a block (TV) with animated texture. Then you could set up on update tick playing certain sound you want. And on block right clicking you could replace the TV block with another one (changing channel). But this is just for decoration purposes.