Links
Tags
Creators
Details
Licensed Apache-2.0
Published 2 weeks ago
Updated 3 days ago
All versions
0.1.28
Release
totem-vanilla-tweaks 0.1.28last week 8
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Changes
- Move Observer View into the separate TotemObserver mod. Install TotemObserver to continue using
/observeuiand read-only screen observation. - Keep container sorting, lectern/bookshelf behavior, concrete hardening, furnace/hopper experience and skeleton tweaks in TotemVanillaTweaks.
- Validate the gameplay release with unit tests, server/client GameTests and built-artifact production runtime checks.
更新
- Observer View 已拆分為獨立 TotemObserver 模組;需要
/observeui與唯讀畫面觀察功能時,請另行安裝 TotemObserver。 - 容器整理、講台/書櫃、混凝土硬化、熔爐/漏斗經驗與骷髏調整仍由 TotemVanillaTweaks 提供。
- 發布驗證涵蓋單元測試、伺服器/客戶端 GameTests 與正式 JAR runtime 檢查。
Minecraft 26.2 / Fabric. Requires Fabric API and TotemCore >=0.7.18 <0.8.0.
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:mEcpkZT2:ptufz1YY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mEcpkZT2:ptufz1YY"
}

