Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated last month
All versions
v4.2.3-1.19.2-Fabric
Release
[FABRIC] [1.19.2] MagnumTorch-v4.2.33 years ago 201.8K
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.2.3-1.19.2] - 2023-07-30
Fixed
- Reworked how entity spawns are prevented on Fabric to match Forge in an effort to prevent a potential memory leak issue
[v4.2.2-1.19.2] - 2023-05-13
Changed
- Back-ported the latest version from 1.19.3, overhauling how entity spawns are prevented
[v4.2.1-1.19.2] - 2023-01-18
Added
- Magnum torches are now found in a new creative mode tab
Changed
- Added additional checks to ensure the server config file is loaded already when it is used, so no errors are logged anymore
- Some minor internal refactoring
[v4.2.0-1.19.2] - 2022-08-21
- Compiled for Minecraft 1.19.2
[v4.1.0-1.19.1] - 2022-07-30
- Compiled for Minecraft 1.19.1
- Updated to Puzzles Lib v4.1.0
[v4.0.1-1.19] - 2022-07-13
- Fully compatible with Forge 41.0.98+ which is also now required
[v4.0.0-1.19] - 2022-07-11
- Ported to Minecraft 1.19
- Split into multi-loader project
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:jorDmSKv:GFyG7nKa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jorDmSKv:GFyG7nKa"
}

