Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated last year
All versions
3.0.0.10
Release
Mana and Artifice 3.0.0.102 years ago 1,120
Uploaded by
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 templates and copy/paste to the Patterning Prism for simple lodestar tasks
- Added a new projectile model for water projectiles
- Added a new model for the mana crystal
Bug Fixes
- Fixed constructs swimming in puddles
- Updated the gui for the inscription table to show paper instead of vellum for material predictions
- Fixed mana crystal's upside down rendering
- Fixed a bug where potions were usable by the undead.
- Environmental soaked status no longer applies to players in spectator mode.
- Fixed a crashing bug when using enchant particles with the particle emitter/aura
- Fixed a dupe bug with M&A flowers and flower pots
- Gave constructs back their groove mix
- Fixed council structures having broken conduits and adjusted the blocks within them
API
- Moved the cached config values themselves into the API - these should now be easily accessible to addon makers
- Changed several config lists to use HashSet instead of List for better performance
Config
- Warding candle blacklist and whitelist now support limited wildcards. "<modid>:" will block all mobs within that modid, and "." will block everything. The config value now defaults to ".*" to line up with the expected default functionality.
- Clarified the config documentation.
Balance
- Splash can no longer affect blocks in an AoE - only the first block targeted will be affected, successful or not.
- Updated eldrin conduit recipes to require the corresponding lesser conduit instead of a mote of that type
Optional dependencies
Any compatible version
Any compatible version
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:wQyVUpFP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zaRGNexp:wQyVUpFP"
}

