Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 weeks ago
All versions
v1.39.0
Release
Immersive Weapons - v1.39.03 weeks ago 417
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
This major update ports to MC 26.2.
Feature Changes / Additions
- IW sulfur has been consolidated with Vanilla's concept
- IW sulfur ores, and potassium nitrate ore, has been removed
- Surface springs naturally generate "Mineral Deposit" blocks when geysers activate
- When creating a continuous geyser via lava, the generation rate is reduced
- "Mineral Deposit" when mined drops sulfur dust and potassium nitrate in small amounts
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| immersiveweapons-26.2-1.39.0-sources.jar | Unknown | 6.39 MiB |
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:QZFdnUQ5:Wtuzzhpz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QZFdnUQ5:Wtuzzhpz"
}




