Tags
Creators
Details
All versions
1.1.1
Release
TurretCraft炮台 1.1.16 months ago 742
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Changes
# TurretCraft v1.1.1 - Release Notes (diff vs v1.1.0)
English
Added
- New quick-fill hotkey in Turret GUI: press R to move upgrade materials from player inventory into the 6 upgrade slots.
Changed/Improved
- Breaking a turret now keeps its upgrade level on the dropped turret item (level is preserved via NBT copy).
- Upgrade materials are no longer refunded when a turret is broken (prevents infinite farming).
- Quick-fill now maps to the correct upgrade slot order.
简体中文
新增
- 炮塔 GUI 新增快捷键:按 R 可将背包中的升级材料自动填入 6 个升级槽。
修改/优化
- 拆除炮塔后,掉落的炮塔物品保留升级等级(通过 NBT 复制保留等级)。
- 拆除炮塔不再返还升级材料(防止无限刷材料)。
- 快捷填充修正为正确的升级槽位顺序。
繁體中文
新增
- 砲塔 GUI 新增快捷鍵:按 R 可將背包中的升級材料自動填入 6 個升級槽。
修改/優化
- 拆除砲塔後,掉落的砲塔物品保留升級等級(透過 NBT 複製保留等級)。
- 拆除砲塔不再返還升級材料(防止無限刷材料)。
- 快捷填充修正為正確的升級槽位順序。
日本語
追加
- タレット GUI にクイックフィルのホットキーを追加:R キーでインベントリ内のアップグレード素材を 6 つのスロットに自動投入。
変更/改善
- タレット破壊時、ドロップするタレットがアップグレードレベルを保持(NBT コピーで保持)。
- タレット破壊時の素材返却を廃止(無限増殖防止)。
- クイックフィルが正しいアップグレードスロット順に対応。
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:8BreCMPu:UnrJYz3l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8BreCMPu:UnrJYz3l"
}

