Added command to summon meteors naturally.
- You can now use
/omm spawn natural
to spawn a meteor in the world, just as if it would have naturally spawned (aka it will find a random player and spawn the meteor in their realtive vicinity)
Added config option to increase the speed at which meteors fall down
Added config option to set in which dimension and which biomes meteors can spawn in, and with which chances
- You are now able to restrict meteor spawning in different dimensions (even modded ones!), and optionally set a custom spawning chance for each dimension, with the option to set its night chance as well.
- You are also able to set up a similar thing with biomes. Depending on your needs the list of biomes will be treated as a blacklist (aka meteors won't spawn in the listed biomes) or as a whitelist (meaning meteors will ONLY spawn in those biomes). You can even set up different spawning chances per each biome, provided you configured so the meteors can spanw in such biome. Custom biomes from other mods are also supported.
- The spawning chance order is biome>dimension>default
See this changelog
See this changelog
See 0.2.0+1.20.1 changelog
- Added support for custom meteors structures using a datapack! You can add whatever structure you want to spawn when a meteor of a certain sizes hits the ground and explodes. You can use .nbt (structure block) files, and if you put them inside the /special/ folder (see example datapack) they will have a lower (configurable) chance of spawning, like the meteor cat.
- Added a few more config options, such as making the sound of a meteor explosion be hearable at a configurable distance. Another setting will allow you to add a modifier to the explosion power of a meteor
- Added compatibility with ModMenu, where the config file will be opened
- Added /omm config open command to open the config file if you are in singleplayer mode. (if you are on a server, you will need to manually edit the server's config file)
- Fixed a bug where the meteor could sometimes explode twice
- Added permission for the commands ohmymeteors.command.config and ohmymeteors.command.spawn
Fixes a crash