Links
Tags
Creators
Details
0.6.0+1.19.2
Compatibility
Required content
Changes
This is a small update for the 1.19.2 release from 8 months ago to fix a crash. Release notes are the same from that release:
The previous 1.19.2 version was crashing for a lot of people, so I opted to port the mod again to that version, from scratch. Development will continue on 1.19.4 for now.
It contains some new features not yet on 1.19.4:
- Added Dark and Red Matter Armor (Full set bonus not implemented)
Thanks to cheesebobi:
- Added Archangel's Smite
- Added Red and Dark Matter Hammers
Thanks to hexfae:
- Added Repair Talisman
- Added Support for EMI (You can view World Transmutation and Energy Collector recipes using it now)
Release notes from the older 1.19.4 release:
- Added Red Matter Sword, Pickaxe, Shovel, Axe, Hoe; Iron Band, Swiftwolf's Rending Gale (Thanks cheesebobi!)
- Note: Swiftwolf's Rending Gale is not fully functional and you can easily trick it into giving you infinite flight at the moment.
- A LOT of fixes and improvements to every part of the mod
- Mod Menu integration: There is now a Settings button in Mod Menu on Fabricated Exchange's entry
- Yet another redo of the EMC mapper
- Added new command: /fe printmissing
- Brand new icon
- Updated default configuration of many files; to recieve the updated files type
/fe reset (name of the file)
Optional dependencies
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:HwTL49Cn:WwR9rP40"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HwTL49Cn:WwR9rP40"
}



