2.4.0
Compatibility
Changes
Yuushya Modelling 2.4.0 Changelog
Version: Java 1.21.1 Neoforge and 1.20 Forge
New Features
1.20 Forge Support
This update brings the 1.20 Forge version up to date, specifically incorporating content from version 2.3.0 that was previously exclusive to 1.21, such as Item Blocks, Chibis, etc.
Text Block
Now, you can use the [Text Block] to input text and apply most block modeling functions to the text, such as color, rotation, scaling, translation, etc. Additionally, basic rich text formatting is also supported, like bold, italic, etc.
History List Item
The [History List] item can open a list of destroyed blocks, helping to recover modeling works accidentally broken in Creative mode.
Optimizations and Fixes
- Layers of Item Blocks can now switch between Item Mode and Block Mode. Layers in Block Mode support blockstate modification.
- Optimized performance issues that might be caused by sorting.
- Fixed a NaN issue when layer size is 0.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| yuushya_modelling-1.21.1-neoforge-2.4.0.jar | Unknown | 668.79 KiB |
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:RxVV6ldg:W0KGDcri"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RxVV6ldg:W0KGDcri"
}

