Started by
Swiffe
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
I want to make a block that shoots a beacon beam into the sky when placed. Is there a way I can do that?
I don't know sorry, I don't think it's even possible.
take a look at the vanilla beacon code, maybe something there will help you
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.