Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
All versions
0.0.1.7-2
Release
0.0.1.7-22 months ago 13
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v0.0.1.7-2 | commit 5e8a198
- Killing a player with a Floating Turret projectile now broadcasts a random joke message to all online players. PvP kills have 5 variants, passive turret kills have 3 variants.
- 浮游砲彈擊殺玩家時,會向全伺服器廣播隨機搞笑訊息。PvP 擊殺有 5 種台詞,自走砲擊殺有 3 種。
- Fixed: charging sound (beacon ambient) now correctly stops on release instead of playing for an extra 2 seconds.
- 修正:蓄力音效(烽火台嗡嗡聲)現在放開後會立即停止,不再多播 2 秒。
- Extra equipment slot backgrounds are now correctly rendered in the Extra Equipment screen.
- 額外裝備欄位的格子背景現在能在額外裝備介面中正確顯示。
- Floating Turret now fires a traveling energy bolt on right-click. The bolt travels at 1.5 blocks/tick and disappears on hit or after 48 blocks.
- 浮游砲右鍵攻擊發射飛行能量彈,以每 tick 1.5 格的速度飛行,命中或超過 48 格後消失。
- Floating Turret energy bolt is rendered as a glowing blue orb (three-layer billboard with additive blending). Charged bolts grow larger and shift color toward white.
- 浮游砲能量彈以三層發光藍球渲染(加法混合 billboard),蓄力彈尺寸更大並向白色偏移。
- Dual-wielding two Floating Turrets enables a charged shot: hold right-click to charge (up to 2 seconds), release to fire. Damage scales from 16 to 24 based on charge ratio, and the bolt explodes in a small radius on block impact. Mana and durability are consumed from both hands.
- 雙持兩把浮游砲可蓄力攻擊:長按右鍵最多 2 秒蓄力,放開發射。傷害依蓄力比例從 16 到 24,命中方塊時觸發小範圍爆炸。魔力和耐久由兩手各自扣除。
- Floating Turret mana capacity increased from 500 to 15000.
- 浮游砲魔力上限從 500 提升至 15000。
- First-person floating turret now tracks the player's look direction including pitch: looking up raises the turret, looking down lowers it, matching vanilla item behavior.
- 第一人稱浮游砲現在跟蹤玩家完整視角(含仰角):抬頭砲往上、低頭砲往下,與原版物品持握行為一致。
- First-person floating turret is now positioned closer (less forward offset) and further to the main hand side.
- 第一人稱浮游砲位置調整:減少前方偏移,增加主手方向的側偏距離。
- Floating Turret hand-held display now respects the player's dominant hand setting; left-handed players see the main turret on the left side.
- 浮游砲手持顯示現在支援玩家慣用手設定,左撇子玩家的主手浮游砲會顯示在左側。
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:x9pJj8Sv:TrspUp8C"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:x9pJj8Sv:TrspUp8C"
}

