Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
6.0.5
Release
Primal Magick 6.0.5last year 1,371
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
v6.0.5
- Added Mana Injectors, to let Magitech devices pull mana directly from fonts
- Added Mana Relays, to extend the range of your mana distribution network
- Magitech devices compatible with Mana Injectors now also accept material inputs from hoppers attached to the sides of the block, in addition to the top
- NOTE: Infernal Furnaces cannot currently accept Ignyx fuel via hopper; this will be fixed in a future version
- Greatly decreased the mana regeneration rate of Artificial Mana Fonts
- Greatly increased the mana regeneration rate of Heavenly Mana Fonts
- Rebalanced mana consumption and storage capacity of magitech devices to account for the introduction of mana networking
- Added the Desalinator, for when you need help boiling water
- Changed the prerequisite for Expert Magitech from the Honey Extractor to the Desalinator
- Added an affinity index to the Grimoire, to remind you of all the data you've analyzed
- Changed Scribe's Table vocabulary costs from levels to a flat number of experience points
- Previously studied ancient books in chiseled or carved bookshelves near the Scribe's Table now grant an experience discount when studying vocabulary
- Made item textures for energized gems more distinct from their parents' versions
- Added a warning message for when the player tries to transform the wrong type of bookshelf into a Grimoire
- Fixed various tooltips to refer to mana effectiveness instead of flat discounts
- Fixed Flying Carpet research to only require knowledge of Insight Runes instead of Power Runes
- Removed the Bloodletter from the research and prop requirements for Blood Roses and Emberflowers
- Standardized the breaking times of many devices, to make it less painful to have to move them
- Allowed mana fonts to stack to sixteen
- Fixed a bug allowing Magick Protection to be applied to armor alongside other Protection-style enchants
- Fixed a bug where the contents of Essence Casks would not be analyzed when scanned with the Arcanometer
- Fixed a bug where the Grimoire entries for ritual tool rune enchantments would be prematurely unlocked
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:VlgDBPBy:17snTXcy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VlgDBPBy:17snTXcy"
}


