Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 4 hours ago
All versions
1.6.5+mc1.20.1
Release
1.6.5+mc1.20.14 hours ago 20
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
- Fixed the issue that the default text size in the texture presets is 8 and 4 instead of 6 and 3.
- Fixed the issue that the tooltips of presets show their names instead of their IDs in the
/mishanguc:signpreset listcommand. - Fixed the issue of incorrect focus in the sign edit screen in 26.1.2 when adding and removing text lines.
- Further optimized the implementation of Color Tool, Text Copy Tool, and Carrying Tool. The validation logic now runs on the client. When validation fails, it neither swings the player's hand nor sends a request to the server. The server still performs the validation.
- Adjusted how Growth Tool handles slimes, magma cubes, and sulfur cubes. Each use now increases or decreases their size by 1 instead of doubling or halving it, and their size can be set to at most 8. Sulfur cubes are set to their baby form only when their size is set to 1.
- Improved the rendering of entity outlines for Data Tag Tool, Carrying Tool, and Force Placing Tool when targeting entities. Now, when an entity moves, its rendered outline follows the movement smoothly.
- Fixed the issue of incorrect translation args in overlay messages when obtaining blocks and overriding obtained entities using Carrying Tool.
- Fixed the issue when catching and placing blocks with block entities, the block entity data may not be loaded or the data is loaded but overridden by irrelevant item components.
- Fixed the issue of Column Building Tool were not correctly using block entity data when holding a block with block entity data on the offhand.
- Now, when holding a block with block entity data (such as a banner with patterns, a sign with texts on, a custom-colored block with a specified color), or holding a Carrying Tool with a block caught, and using Force Placing Tool, Fast Building Tool or Column Building Tool on the mainhand, the block entity data of the block on the offhand is normally used.
- Please note: if the block on the offhand is a custom-colored block with an automatic color (such as ones fetched in the creative inventory), the blocks placed with the tools above may not be colored correctly.
- Column Building Tool may have slight changes.
- Now under circumstances where the player has no access to Force Placing Tool, trying to use Force Placing Tool on the mainhand will not use the item on the offhand, and will also not trigger regular block mining.
- For 26.2 versions:
- The sulfur cube archetype for full light blocks is
regular. - The sulfur cube archetype for road blocks is
slow_bouncy. - Custom colored blocks (except transparent, translucent and incomplete blocks) have the same sulfur cube archetype as their base blocks.
- When the custom colored block is put into a sulfur cube, the color will be identical as in the inventory. If the color is not specified, it varies with time. If color is set, the color is used.
- The sulfur cube archetype for full light blocks is
- For some changes, please see the update log of 1.6.4, 1.6.3 and relevant beta versions.
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:rItLmRo4:O2gqVaaH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rItLmRo4:O2gqVaaH"
}
