All versions
1.1.0.1
Release
Your Log Saw Something Last Night 1.1.0.13 years ago 1,228
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Changes
1.1.0.1
- Update to minecraft 1.20.1
1.1.0.0
- Added logging for players using items on air
- Added logging for players interacting with entities
- Added logging for players killing entities
- Block interact event now logs the player's interaction hand and held item
- Reworked format of config file. Old configs will be partially reset when the game is loaded, if you have custom regex filters then you may want to make a backup copy of your config before updating.
- Logging rules are now specified per event type instead of globally.
- Logging rules are now checked in the order specified (top to bottom).
- Now uses SLF4J instead of Log4J (consistent with vanilla/forge).
- Block positions are now logged as
pos={x=X,y=Y,z=Z}instead ofpos=BlockPos{x=X, y=Y, z=Z} - Blocks are now logged as
block={namespace:id}instead ofblock=Block{namespace:id}
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:PYRN0y5M:hL92ajUv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PYRN0y5M:hL92ajUv"
}

