1.0.4
Compatibility
Changes
English Version 1.0.4 adds two new mobs and reworks the Thunder Speedboat patrol mechanic. New mob: the Goblin Captain. A heavy goblin officer with 40 health and 9 melee damage, fighting with a fast blade and a 4-block reach. It drops gold and salmon, and killing three captains in total summons a Thunder Speedboat reinforcement. New mob: the Orc Sailor. A dual-mode marine infantry with 50 health. It closes in with its blade for 6 melee damage, and when the enemy is 6 to 24 blocks away it switches to a slow-firing gun that launches bullet projectiles dealing 6 damage each. It drops gunpowder and cooked salmon. Reworked: the Thunder Speedboat patrol. Speedboats no longer appear on a fixed timer. They now have a 2 percent chance per day to spawn on wide water, only during the day, and they no longer trigger a WAAAGH!. Rafts are now summoned exclusively by Speedboats instead of spawning on their own. A new coastal patrol brings a Goblin Captain and two Orc Sailors to the shore every 240 seconds during the day, wandering for a few minutes and attacking players on sight. 中文 1.0.4 版本新增两个生物,并重做了雷电快艇巡逻机制。 新增生物:地精船长。重装地精军官,40 血量、9 点近战伤害,挥舞快刀、攻击距离 4 格。掉落黄金与鲑鱼;累计击杀 3 个地精船长会召唤雷电快艇增援。 新增生物:兽人水手。双模式海洋步兵,50 血量。近身时挥刀造成 6 点近战伤害;敌人距离 6~24 格时切换慢速枪械,发射实体子弹,每发 6 点伤害。掉落火药与烤鲑鱼。 重做:雷电快艇巡逻。快艇不再按固定计时器出现,改为每天 2% 概率在宽敞水域刷新,且只在白天出现,触发时不再发动 WAAAGH!。木筏不再独立生成,只由快艇召唤。新增岸边巡逻:白天每 240 秒在岸边刷新一队——1 个地精船长 + 2 个兽人水手,游荡数分钟,发现玩家即发起攻击。
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:t3fD7znK:rdn1RBO6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:t3fD7znK:rdn1RBO6"
}

