Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.

minor wiki tweaks

+5 -4
+3 -1
docs/Invocation.mdx
··· 20 20 * particles, 21 21 * status effects, 22 22 * block tags, 23 + * structures plus some of their additional data, 23 24 * biomes and surface rules for them. 24 25 25 26 Blocks are auto-assigned tags needed for the generator to know which parts of worldgen are they usable for ("full", "laggy" etc., ··· 27 28 Mobs are auto-tagged with their spawn group (monsters, underwater creatures etc.). Music is also auto-chosen from the list of sounds, 28 29 although the way the game checks for that is currently imperfect (it just checks if the ID of the sound event contains the 29 30 substrings "music" or "disc"). When scanning for biomes, the game ignores all the ones from Infinite Dimensions itself as to not 30 - introduce mod-generated biomes into the pool of ones to choose from when you specifically want to _not_ generate one. 31 + introduce mod-generated biomes into the pool of ones to choose from when you specifically want to _not_ generate one; a similar thing happens 32 + with structures. 31 33 32 34 All the entries in all these lists are assigned the default weight of 1.0. You're free to edit these weights as you wish after 33 35 the invocation if you want to tweak the rarity of certain blocks/mobs/etc. or disable some of them from appearing in mod's dimensions
+2 -2
docs/Updating-the-mod.mdx
··· 17 17 If you never modified any configs, you should be able to update the mod normally. 18 18 19 19 ## Minor updates 20 - When the update only differs in the last version number (i.e. 1.5.3 to 1.5.4), you are completely safe from all the dangers above. *However*, even minor updates can alter generation of specific dimensions in such a way that old seeds (book texts) will lead to completely different generation after the update. This, however, won't break existing dimensions in your existing worlds, as all data for them is already generated; even new chunks generated in them will be consistent with old ones. 20 + When the update only differs in the last version number (i.e. 2.1.0 to 2.1.3), you are completely safe from all the dangers above. *However*, even minor updates can alter generation of specific dimensions in such a way that old seeds (book texts) will lead to completely different generation after the update. This, however, won't break existing dimensions in your existing worlds, as all data for them is already generated; even new chunks generated in them will be consistent with old ones. 21 21 22 22 ## My world won't load! 23 - If your world won't load even after deleting your `config/infinity` files, or if you are updating from a dramatically different version like Infinite Dimensions 1.0 or Minecraft 1.20, you may need to manually clear out the old datapack files. With Minecraft open, select your world and choose Edit. Click "Open World Folder", and delete the `datapacks` folder. You should now be able to load into the world. If this does not work, please report it to the issue tracker. 23 + If your world won't load even after deleting your `config/infinity` files, or if you are updating from a dramatically different version like Infinite Dimensions 1.x.y or Minecraft 1.20.1, you may need to manually clear out the old datapack files. With Minecraft open, select your world and choose Edit. Click "Open World Folder", and delete the `datapacks` folder. You should now be able to load into the world. If this does not work, please report it to the issue tracker. 24 24 25 25 If you are playing on a server, you can delete the files from inside your `world/datapacks` folder. 26 26
-1
docs/_meta.json
··· 4 4 "easter-eggs.mdx": "Easter egg dimensions", 5 5 "Invocation.mdx": "Cosmic Invocation", 6 6 "dimension-options.mdx": "Custom dimension options" 7 - 8 7 }