Started by
kitaro
on
Topic category: Help with Minecraft modding (Java Edition)
Hello everyone! I'm working on my new mod, currently trying to add a night star falling from the sky, but I've come across the fact that creating a procedure for spawning a shooting star is quite a task. I'm not entirely sure whether it will be a mob from which you can already get an item, or a block, but I need to make it so that at night, at a certain time, with some small probability, somewhere in the sky not far from the player, a shooting star can spawn, it can be a mob or a block with gravity turned on
if you want it to spawn at different distances from the player use the random integer block with a min of like 20 and a max like 30 or even the same with the z position if you want it from more directions