All versions
2.0.2
Release
Flat Lights 2.0.29 months ago 300
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
[2.0.2+1.20.1] - 2025-11-04
Added
- General keybind for cycling modes of tools (No longer able to SNEAK+RIGHT-CLICK to toggle modes)
- Particle effects when firing arrows for the Pulsing Arrows enchantment to better visualize the splash damage
- Fragmentation chestplate enchantment which puts a cap on how much damage the wearer can take in a single hit (Level cap of 4)
- Tooltip for Regenerating Dye Vial indicating that it is not consumed when used as an ingredient in the crafting table
- Dye tag recipes for wool, carpet, concrete powder, terracotta, stained glass and glass panes, beds, and candles so that regenerating dyes can be used
Changed
- Tweaked name scheme of Reusable Dyes to Regenerating Dye Vials
- Loot tables now only target vanilla structures, but do also include mineshafts as opposed to before which attempted to target all chest-like containers (but often bugged out when involving other mods)
- Wording for some enchantment descriptions should now be more clear
- Lowered chance of finding Motivational Chairs in generated loot from 40% -> 30%
Fixed
- Null pointer and empty map return value crashes stemming from some curio related functions
- Crash related to Supplementaries arrow pickup and certain projectiles from tools
- Crash related to unchecked armor slot item types for the
DamageReductionevent - Crash caused by
xpDropMultiplierevent when triggering with a null attacker source e.g./killcommand
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:776Rk8NW:a9Uf6l1G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:776Rk8NW:a9Uf6l1G"
}

