Links
Tags
Creators
Details
Licensed ARR
Published 3 years ago
All versions
1.21.1-2.0.0-fabric
Release
tenshilib-1.21.1-2.0.0-fabric.jarlast year 353
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Changes
TenshiLib 2.0.0
- Added all changes from 1.18 branch v 1.9.0+
- Big refactoring of the codebase
- Mods using past versions will NOT WORK using this!
- Removed json config system. (Use some config mod now like forge config api port)
- Implement bedrock geo model files
- Models are now defined via json files and thus changeable via resource pack
- Updated animation file parsing
- Now supports particle and sound keyframes
- Serverside animated action now datadriven
- Removed animated goal attack system and replaced it with brains using Smart Brain Lib
- Fabric registration is now deferred
- Added CommonSetupEvent on fabric mimicking neo's
For past versions see: https://github.com/Flemmli97/TenshiLib/blob/1.21/Changelog.md
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:P2rffivS:uTgy65Rx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P2rffivS:uTgy65Rx"
}

