Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
v5.0.0-1.19.3-Fabric
Release
[FABRIC] [1.19.3] TinySkeletons-v5.0.03 years ago 173
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v5.0.0-1.19.3] - 2023-03-27
- Ported to Minecraft 1.19.3
Changed
- Baby skeletons now use their own texture files, which are dynamically copied at runtime from the vanilla originals, so they are still compatible with resource packs changing the normal adult textures
- This also means they can be overridden using a resource pack separately from the adult textures
- Texture location:
tinyskeletons:textures/entity/skeleton/baby_skeleton.png,tinyskeletons:textures/entity/skeleton/baby_wither_skeleton.png,tinyskeletons:textures/entity/skeleton/baby_stray.png - This also fixes compatibility with resource packs the change the adult skeleton texture aspect ratio such as Better Skeletons, the baby skeleton textures will automatically fall back to vanilla
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:A2xcMSUn:FgHvt70I"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:A2xcMSUn:FgHvt70I"
}



