Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last week
All versions
v1.38.0
Release
Immersive Weapons - v1.38.0last week 47
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
This update adds some new content and fixes some bugs.
Feature Changes / Additions
- Tesla has been entirely reworked
- New textures
- New recipes
- New acquisition process
- Abandoned Factory structure has been redesigned
- Now also contains lorebooks explaining how to obtain Tesla
- Added a Supercharged potion
- Thorns-like effect when brewing Tesla Nuggets with Awkward potions
Bugfixes
- Fixed crashes when using a Neoforge version greater than 26.1.2.69-beta
- Fixed a bug where the Dragon's Breath Bow GLM pointed to the wrong item
- Added missing baby armor textures
Optional dependencies
Any compatible version
Supplementary resources
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:qzEr1s2V"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QZFdnUQ5:qzEr1s2V"
}

