All versions
1.9+mod
Release
LBI v1.9 (1.20.2) mod2 years ago 9,434
Compatibility
Minecraft: Java Edition
1.20.2
Platforms
Fabric
Forge
Quilt
Supported environments
Server-side
Singleplayer
Changes
v1.9
CN
- 合并单岛和多岛版(选择单个队伍即为单岛)
- 添加中英双语支持,修正部分中文名称
- 添加死亡 / 击杀榜显示开关
- 添加 2 种可选的空岛距离(共 3 种)
- 添加更好的开局检测和提示效果
- 添加玩家准备机制
- 添加进入空岛 5 秒的防坠落保护
- 第一次进入下界时不再赠送 20x幸运方块
- 为更多幸运方块结果添加对应音效
- 修改随机数方法为新指令
/random - 修改初始树木,使其不再开始时导致玩家匍匐
- 医生的苹果消耗血量阈值从 4 改为 10
- 修复尚未重生时手持医生的苹果仍会消耗的问题
- 修复重生时生成的浮冰无法破坏的问题
- 修复进入空岛后偶尔不生成树木的问题(若仍有问题请重新创建世界)
- 修复生成猫的种类(原数据包bug)
- 重构优化命令行
EN
- Merge SL and ML version (select a single team to be a single island)
- Add English support, and fix some Chinese names
- Add Death / Kill list display toggle
- Add 2 optional island distance (up to 3)
- Better start detection and prompt
- Add player ready mechanism
- Add fall protection for 5 seconds after entering island
- Luckyblock when entering nether for the first time no longer gives 20x luckyblock.
- Add sound effects for more luckyblock results
- Modify the random number method to new command
/random - Modify initial tree for no longer causes the player to crawl when starting
- Health threshold of Doctor's Apple change from 4 to 10.
- Fixed handheld Doctor's Apple would still consume when it had not been respawn
- Fixed Packed Ice generated during respawn could not be destroyed
- Fixed did not generate trees occasionally after entering island (if there're still problems, please recreate the world)
- Fix the type of cat (original datapack bug)
- Refactory some commands
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Lb4GuFOj:FFneMvJi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Lb4GuFOj:FFneMvJi"
}

