Topic category: User side tutorials
Hello everybody. I have seen this issue pop up way too many times.
I understand that everyone wants to make nukes or realistic explosions, but the default option sucks.
I am happy to say that by spending a day of my life suffering, experimenting, thinking, and banging my head against a wall, I have finally come up with a brilliant solution!
With this procedure you will be able to generate custom spheres made of any block you want!
Link: https://drive.google.com/file/d/17irmha6CWgu_ENLOWRTS4a7aH-ooDcFK/view?usp=sharing
You can also customize the size of the sphere by changing the initial "Radius" variable.
If you want to make it hollow, replace the "0" with "Radius" in the first command and "Radius"*(-1) in the second one.
You should get something like this.
Thank you for your time! I hope this lets people create even better projects than before!
:)
This doesnt help with blast resistant blocks, do you know how to do this taking into account blast resistance?
HELP ME I PUT IT IN MCREATOR BUT IT WONT WORK LIKE IT KEEPS SAYING MISSING DEPENDENCIES AND WONT LET ME SELECT IT
@RiverCape919073 Unfortunately there isn't much of a way to do this with blast resistant blocks. A possible way could be using raytracing to detect a blast resistant block and stop. Otherwise I can't help much.
@GreensilverMega Could you send a screenshot or elaborate please? Thank you.
@AlbertOk1234 Thanks you so much for hard your work mate ;)
It can cause missing dependencies because what he had done only work with projectile (exemple, when arrow touch a block)
If you want to implement his procedure on yourself or an entity you created, then change all the "immediate source entity" with "event/target entity". you can find this in the "minecraft components"
Again, i can t thanks you enough Albert, it was just what i needed. Thanks for the work and keep up the work :)
Thank you so much for sharing this with me!It was a great help!You have helped me tremendously!
It helped me a lot!
@AlbertOK1234 i have been looking for the past 3 days for something like this, tysm
i have an issue with mine
anything above 50 radius blocks breaks the sphere,
any help with that?