Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
2.2.0+26.1-fabric
Release
2.2.0 for fabric 26.14 months ago 473
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
ToggleVisualize 2.2.0
New Features
- Added toggle displays
- Creative Flight
- Uses the existing elytra gliding key (
flying)
- Uses the existing elytra gliding key (
- Swimming (
swimming) - Crawling (
crawling)
- Creative Flight
- Changed the configuration key for elytra gliding (
gliding) - Implemented tabs in the configuration screen
- Controls
- Items related to control settings
- Player
- Items related to player status
- Controls
Bug Fixes
- Fixed a crash during startup due to a deficiency in pack.mcmeta on NeoForge 26.1
- Fixed an issue where the overlay was rendered in front of the inventory background on Fabric 26.1
新機能
- トグル表示を追加しました
- クリエイティブ飛行
- これまでのエリトラの滑空のキーを使用しています(
flying)
- これまでのエリトラの滑空のキーを使用しています(
- 水泳(
swimming) - ほふく前進(
crawling)
- クリエイティブ飛行
- エリトラの滑空の設定キーを変更しました(
gliding) - 設定画面にタブを実装しました
- 操作
- 操作設定に関連する項目
- プレイヤー
- プレイヤーの状態に関連する項目
- 操作
バグ修正
- NeoForge 26.1にて、pack.mcmetaの不備による起動時のクラッシュを修正
- Fabric 26.1にて、インベントリの背景より前にオーバーレイが描画される不具合を修正
Optional dependencies
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:brJIdf61:KbmMdzGA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:brJIdf61:KbmMdzGA"
}




