Tags
Creators
Details
All versions
1.9+mod
Release
[Mod] Release v1.910 months ago 628.9K
Compatibility
Minecraft: Java Edition
1.21–1.21.9
1.20.x
1.19.x
1.18.x
1.17.x
Platforms
Fabric
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Required content
Changes
- Added support for Minecraft 1.21.9 🥉
- Added Copper Torches and Copper Lanterns to light level 15 items
- Updated to work with the new pack.mcmeta syntax
- Expanded the search area for dynamic light placement
This fixes dynamic lights not searching for space under their eye level, and generally improves the checking order including short-circuiting opportunities - Improved piston detection to search for slime or honey blocks in corners and behind other blocks
This resolves an issue when using Gnembon's Gold Farm (closes #75) - Fixed Curios slot parsing issues (closes #76)
- Added Firefly Bushes to light level 3 items
- Added mod support for TerraFirmaCraft (closes #72), Bone Torch, and Aquatic Torches (closes #38)
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:7YjclEGc:Yyh6uR59"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7YjclEGc:Yyh6uR59"
}



