Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 9 months ago
All versions
19.0.0-alpha
Alpha
torchmaster-19.0.0-alpha4 years ago 105
Compatibility
Minecraft: Java Edition
1.19
Platform
Forge
Supported environments
Client and server
Changes
v19.0.0-alpha
- Initial port to MC 1.19
v18.1.0
- Allow the Mega Torch to block Village Sieges. This feature will be moved to a dedicated block in a future release.
- Upgrade to Minecraft 1.18.2
v18.0.5
- Fix a typo in the axe harvesting tags file
v18.0.4
- Promote Mod to Release
- Adjust block sounds to reflect their materials more closely
- Add harvest tool for each block (Axe: Megatorch, Pickaxe: Feral Flare Lantern, Dread Lamp)
- Fix breaking particales for Feral Flare Lantern
- Added locations for:
- PT_BR, PT_PT by vimino@github
- FR_FR by dracnis@github
v18.0.3-beta
- Fix feral flare lantern not being able to remove light blocks after the chunk unloaded (i.e. world restart)
v18.0.2-beta
- Feral Flare Lantern can now place light blocks at y < 0 in non-superflat worlds (this one slipped through, sorry!)
v18.0.1-beta
- Feral Flare Lantern can now place light blocks at y < 0
- Add support for the DoSpecialSpawn event
- Piglins spawning from Nether Portals should now be blocked
v18.0.0-beta
initial release for Minecraft 1.18
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:SuwQNxRE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Tl8ESrhX:SuwQNxRE"
}
