Tags
Creators
Details
forge-1.20.1-3.0.0-beta.1
Compatibility
Changes
Add minecart entity skin support
Add boat entity skin support
Add horse entity skin support
Add fishing rod skin type
Add block bench rotation texture support
Add block type skin block bench model support
Add bow block bench model support
Add advanced document and import/export support
Add animated texture support
Add block bench model support
Add wardrobe support of the non living entity
Refactor the data pack system
Refactor the armature system
NOTE:
This first beta version of advanced skin, advanced skin allows your import the block bench model into aw, or using part type to build you complex skin.
In currently advanced skin can't upload to GSL at now, will be restored after advanced skin have stable version
we hope some improvement/bug feedback of the new version.
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:y4JF3gXL:wVDfwLKG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:y4JF3gXL:wVDfwLKG"
}

