Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated last year
All versions
3.0.0.21
Release
Mana and Artifice 3.0.0.212 years ago 915
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Additions
- Added Light Pylon, will light up an area over time
- Added keybinds to cast spells from curio slots
- Added a keybind to open a practitioners pouch in the belt slot
- Added sound effects for when books and practitioner's pouches are opened and closed
- Added freeze pylons, which will freeze standing water to ice and flowing water to snow
- Added Ukranian translation
- The list of swords that count for the Amulet of the Battlemage is now a tag.
Balance
- Spectral Web can no longer be channeled
- Spectral Ladder can no longer be channeled
- All spectral blocks are now waterloggable
- Spell books, Grimoires, and Books of Rote can now be placed into curio slots
- Ritual of the Earthen Steppes now creates a tunnel one block taller
Bug Fixes
- Fixed a data issue with the recipe for spectral workbench
- Improved constructs ability to interact with blocks inside chunks claimed by FTBTeams and the like. This should fix tree chopping.
- Fixed a crashing bug with mage lights and LegacyRandomSource
- Altar of Arcana now gives rote with lite mode enabled
- Fixed an issue with astro blade/bone scythe in offhand with amulet of the battlemage
- Constructs should path a little bit smarter when mining/hunting/adventuring
- Fixed pylon buff re-application issues
- Fixed an issue with enchantment registration that could cause crashes in certain circumstances
- Fixed an issue with conduits not properly restoring certain properties on load. These properties were not properly saved in the first place, so you'll need to break/re-place conduits only. Everything else should be fine.
API:
- A spell effect's tryPlaceBlock method has been updated to have an optional block state manipulator function, called after all validation checks are done
- Added a new CastFromCurio method to ICanContainSpell, with a default implementation provided. Addons shouldn't need to change anything unless you want to make use of this.
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mna-forge-1.20.1-3.0.0.21-api.jar | Unknown | 679.73 KiB |
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:zaRGNexp:agIoqOEV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zaRGNexp:agIoqOEV"
}

