Tags
Creators
Details
All versions
1.19-1.0.2
Release
TaterLib 1.19-1.0.23 years ago 64
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.x
Platforms
Bukkit
BungeeCord
Fabric
Folia
Forge
Paper
Purpur
Spigot
Sponge
Velocity
Waterfall
Supported environments
Server-side
Singleplayer
Changes
- Created a GenericLogger class for better cross compatibility
- Added methods to AbstractEntity
- getX/Y/Z, getDimension, getBiome
- Fixed FabricEntity#getType
- Added explicit Fabric 1.18 and 1.19 support to avoid some cross-version issues
- Fixed
registerCommands that weren't declared static - Added proper version getters for
TemplateFabricPlugin - Ported Sponge to 6, 7, 9, 10, and 11
- Back ported Forge to 1.12.2
- Fixed
SpongeItemStack#getTypeto be unjankified - Added
Positionand*Conversionsutility classes - Added
getPositionandsetSpawntoAbstractPlayer(Sponge still needssetSpawnimplemented) - Updated Forge and Fabric to 1.20.2
- Mainly updates to advancement events (yay optionals)
- Added
getPlayerto everyAbstractPlayerimplementation - Added alternate constructor to
AbstractPlayerimplementations that allows the specification of a player's "Server Name" (used for cross server chat) - Implemented plugin messaging for Bukkit, Bungee, Fabric, Forge, Sponge, and Velocity
- Forge 1.12.2 still needs to be implemented
- Ported Bukkit to 1.15.2, 1.7.10, 1.6.4, 1.2.5, and b1.7.3
Optional dependencies
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:Y4MHkR1a:Wm46ssSA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Y4MHkR1a:Wm46ssSA"
}


