Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 3 weeks ago
All versions
mc1.19.4-v3.11.1
Release
TweakerMore v3.11.1 for mc1.19.43 years ago 382
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Fabric
Supported environments
Client-side
Changes
News
- Added mc tweak
shulkerItemContentHintandshulkerItemContentHintScale- Renders a small item at the corner if the shulker box contains only 1 type of item
- Renders 3 dots at the corner if the shulker box contains >1 types of item
- Added feature
infoViewBeaconand related options- Related options:
infoViewBeaconRenderStrategy,infoViewBeaconTargetStrategy - It works in all environments cuz the server sends full nbt data of beacon block entities
- Related options:
- Added mod tweak
mlShulkerBoxPreviewSupportEnderChest- Using
serverDataSyncerfor multiplayer server
- Using



Changes
- Safer config saving logic in mc <1.17 with "save to temp then rename" operation where malilib doesn't support that
- Better TweakerMore option reference in option comments
Patches
v3.11.1
- (mc1.19.4 only) Fixed crash with malilib 0.15.4 in mc1.19.4
- Now it requires malilib >= 0.15.4 in mc1.19.4
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:GBeCx05I:KVXKZ67o"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GBeCx05I:KVXKZ67o"
}

