
Islands
A simple minecraft mod that adds a new World Type generating an endless ocean filled with islands.
Обновлён 6 августа 2023 г. · опубликован 13 октября 2021 г.

A simple minecraft mod that adds a new World Type generating an endless ocean filled with islands.
You can always customize the min and max sizes of the islands along with some other settings in the config!
How to Install
- Download and install MinecraftForge from their official website
- Download the Mod from either our official website, or the curse page
- Create a new "mods" folder, if not already present, inside your ".minecraft" folder
- Move the Mod file (the .jar file) inside this folder
- Start Minecraft and choose the newly created "forge" profile
- Enjoy
FAQ
How to Use
Singleplayer
- When starting a new world open the "More World Options..." menu
- Set the World Type to Islands
- Create the world
Multiplayer
For Multiplayer 1.14.4:
- Open the server.properties file found in the same folder as your server
- Add use-modded-worldtype=islands at the end of the file
- Save it
- Make sure the server doesn't already have a world generated, this only works when first generating the server's world!
For Multiplayer 1.15.2:
- Open the server.properties file found in the same folder as your server
- Replace level-type=default with level-type=islands
- Save it
- Make sure the server doesn't already have a world generated, this only works when first generating the server's world!
For Multiplayer 1.16.5 and 1.17.1:
- Open the server.properties file found in the same folder as your server
- Replace level-type=default with level-type=islands:islands
- Save it
- Make sure the server doesn't already have a world generated, this only works when first generating the server's world!
Will this work with other mods that add new biomes ?
In almost all cases yes! As long as you choose the Islands world type registered biomes added by other mods will spawn as islands. As with everything however there are exception where mods implement their biomes differently or lock them to their own world types and we can't do anything about that.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.17.1-1.4.2 | Релиз | 1.17.1 | forge | 6 августа 2023 г. | .jar (58 КБ) |
| 1.16.5-1.4.2 | Релиз | 1.16.5 | forge | 6 августа 2023 г. | .jar (59 КБ) |
| 1.17.1-1.4.1 | Релиз | 1.17.1 | forge | 13 мая 2022 г. | .jar (58 КБ) |
| 1.16.5-1.4.1 | Релиз | 1.16.5 | forge | 13 мая 2022 г. | .jar (60 КБ) |
| 1.15.2-1.4.1 | Релиз | 1.15.2 | forge | 13 мая 2022 г. | .jar (55 КБ) |
| 1.4.0 | Релиз | 1.17.1 | forge | 28 января 2022 г. | .jar (56 КБ) |
| 1.4.0 | Релиз | 1.16.5 | forge | 28 января 2022 г. | .jar (58 КБ) |
| 1.4.0 | Релиз | 1.15.2 | forge | 28 января 2022 г. | .jar (53 КБ) |
Ченджлог
1.17.1-1.4.2Релиз1.17.1 · 6 августа 2023 г.
1.4.2
Fixes
- Fixed a bug that wouldn't allow players to use /locate on modded structures
- Reorganized and rewrote bits of the codebase, should result in some increased speed when generating the world at the very least
1.16.5-1.4.2Релиз1.16.5 · 6 августа 2023 г.
1.4.2
Fixes
- Fixed a bug that wouldn't allow players to use /locate on modded structures
- Reorganized and rewrote bits of the codebase, should result in some increased speed when generating the world at the very least
1.17.1-1.4.1Релиз1.17.1 · 13 мая 2022 г.
Fixes:
- Fixed "Banned Oceans" config option not working
- Reduced the Treasure Maps searching area by a lot to avoid the game hanging because of them (https://bugs.mojang.com/browse/MC-126244). While technically not an Islands bug per se the inherited decrease in land mass of the mod makes this bug happen more frequently than in vanilla.
1.16.5-1.4.1Релиз1.16.5 · 13 мая 2022 г.
Fixes:
- Fixed "Banned Oceans" config option not working
- Reduced the Treasure Maps searching area by a lot to avoid the game hanging because of them (https://bugs.mojang.com/browse/MC-126244). While technically not an Islands bug per se the inherited decrease in land mass of the mod makes this bug happen more frequently than in vanilla.
1.15.2-1.4.1Релиз1.15.2 · 13 мая 2022 г.
Fixes:
- Fixed "Banned Oceans" config option not working
- Reduced the Treasure Maps searching area by a lot to avoid the game hanging because of them (https://bugs.mojang.com/browse/MC-126244). While technically not an Islands bug per se the inherited decrease in land mass of the mod makes this bug happen more frequently than in vanilla.
1.4.0Релиз1.17.1 · 28 января 2022 г.
Additions / Changes:
- Oceans will now blend more naturally, also increased their sizes so there won't be 4 types of oceans in the same 30x30 area
- Reimplemented the weights system and its config, please delete the old islands-weights.toml config!
- Weight can now go from 0 to 10, obviously 0 meaning it won't show up at all
- More obvious logic for it, having only 2 biomes with a 10 weight will mean both biomes have a 50/50 chance to spawn for example
- Fixed biomes from different mods not being counted for the weight config or getting removed from the list when added manually
- Automatically adds newly detected biomes into the list
- Less repeating comment lines about the range of the value
Fixes:
- Fixed the World Type button not having the correct "Islands" label
- Fixed chunks being cut after the original spawn
1.4.0Релиз1.16.5 · 28 января 2022 г.
Additions / Changes:
- Oceans will now blend more naturally, also increased their sizes so there won't be 4 types of oceans in the same 30x30 area
- Reimplemented the weights system and its config, please delete the old islands-weights.toml config!
- Weight can now go from 0 to 10, obviously 0 meaning it won't show up at all
- More obvious logic for it, having only 2 biomes with a 10 weight will mean both biomes have a 50/50 chance to spawn for example
- Fixed biomes from different mods not being counted for the weight config or getting removed from the list when added manually
- Automatically adds newly detected biomes into the list
- Less repeating comment lines about the range of the value
Fixes:
- Fixed the World Type button not having the correct "Islands" label
- Fixed chunks being cut after the original spawn
1.4.0Релиз1.15.2 · 28 января 2022 г.
Additions / Changes:
- Oceans will now blend more naturally, also increased their sizes so there won't be 4 types of oceans in the same 30x30 area
- Reimplemented the weights system and its config, please delete the old islands-weights.toml config!
- Weight can now go from 0 to 10, obviously 0 meaning it won't show up at all
- More obvious logic for it, having only 2 biomes with a 10 weight will mean both biomes have a 50/50 chance to spawn for example
- Fixed biomes from different mods not being counted for the weight config or getting removed from the list when added manually
- Automatically adds newly detected biomes into the list
- Less repeating comment lines about the range of the value
Fixes:
- Fixed the World Type button not having the correct "Islands" label
- Fixed chunks being cut after the original spawn
Полная история изменений — на Modrinth.
Комментарии
Загружаем…