Is there a way to add beacon beams to a block?

Started by Swiffe on

Topic category: Help with modding (Java Edition)

Last seen on 10:39, 9. May 2020
Joined Oct 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to add beacon beams to a block?
Sun, 05/03/2020 - 09:44 (edited)

I want to make a block that shoots a beacon beam into the sky when placed. Is there a way I can do that?

Edited by Swiffe on Sun, 05/03/2020 - 09:44
Last seen on 13:50, 6. Apr 2024
Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don't know sorry, I don't…
Sun, 05/03/2020 - 12:18

I don't know sorry, I don't think it's even possible.

Last seen on 05:52, 18. Oct 2021
Joined Feb 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
take a look at the vanilla…
Tue, 06/30/2020 - 08:11

take a look at the vanilla beacon code, maybe something there will help you

 

Last seen on 12:37, 30. Mar 2024
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try making a custom entity…
Tue, 09/07/2021 - 01:39

Try making a custom entity model shaped like a beacon beam. Then you import it into minecraft, and make an entity with that model (and make your own custom texture). Then you have to make it immune to everything, resistance V with procedure blocks, disable hitbox and disable AI. And when the beacon block is placed down, then it spawns that custom entity on top of it. When the beacon block is broken, it despawns the beacon beam entity.