Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 9 months ago
All versions
21.9.3-alpha
Alpha
Torchmaster 21.9.3-alpha9 months ago 1,652
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platform
NeoForge
Supported environments
Client and server
Changes
v21.9.3-alpha
- Include owo-lib in fabric dependency definition to improve install experience
v21.9.2-alpha
- Fix Crash on pillager spawn #267
v21.9.1-alpha
- fix crash on world join for fabric
v21.9.0-alpha
- initial port to 1.21.9 + 1.21.10
v21.5.4
- Allow Torchmaster to block Pillager Patrols from Spawning (Fabric + Neoforge)
- Fix missing translation strings (Fabric + Neoforge)
v21.5.2
- Allow Torchmaster to block Phantoms from Spawning via Minecrafts Insomnia Based Spawning System (Fabric + Neoforge)
v21.5.1
- Fix Feral Flare Lantern misremembering invisible light positions on world save/load
v21.5.0
- Upgrade to MC 1.21.5 (Fabric + Neoforge)
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:nDYbysiB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Tl8ESrhX:nDYbysiB"
}
