All versions
20.1.6
Release
torchmaster-20.1.62 years ago 70.4K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
v20.1.6
- COMPAT: Improve compatibility with CarryOn: Mobs should no longer despawn when dropped inside the working volume of a torch or lamp
v20.1.5
- COMPAT: Improve Compatibility with other Mods which spawn additional entities in a group
v20.1.4
- Add missing creative tab title
v20.1.3
- Fix Mega Torch and Dread Lamp not working since v20.1.2 - sorry about that >.<
v20.1.2
- Improve blocking behavior for Mega Torch and Dread Lamp. Intentional Spawns (like Spawn Eggs, bucket placements, breeding) should no longer be blocked
v20.1.1
- Improve compatibility with Modded Spawners (i.e. EnderIO Spawners should no longer be blocked)
- Improve Village Siege Blocking
v20.1.0
- Initial Port to Minecraft 1.20.1
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:Tl8ESrhX:xNEQid1X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Tl8ESrhX:xNEQid1X"
}
