Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
4.0.6
Release
Primal Magick 4.0.63 years ago 2,382
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
v4.0.6
- Fixed a client crash that could sometimes occur with the arcane recipe book
- Increased affinities for bamboo blocks and their byproducts
- Increased Void affinity for chorus fruit
- Allowed Earthshatter Hammer and Dissolution Chamber to work with deepslate
- Added more Stonemelding recipes
- Fixed a bug with Mana Nexus research prerequisites
- Made Treefolk attempt to find land instead of swimming all day
- Fixed typos in the scan entry for Humming Artifacts
- Reduced break time of Ritual Bells
- Reduced the requirements for Expert, Master, and Supreme Ritual Magick research
- Added the Arcane Workbench as a JEI catalyst for vanilla crafting
- Added the Infernal Furnace as a JEI catalyst for vanilla smelting
- Fixed a bug causing Sunlamps to break when attached to phasing blocks such as Moonwood Logs
- Made runescribed enchantment results consistent in the face of conflicting combinations
- Fixed an error preventing granting users all scan research via debug command
- Added Hydromelons, a refreshing crop rich in Sea essence
- Added Blood Roses, a gothic decoration rich in Blood essence
- Added Emberflowers, a bright decoration rich in Infernal essence
- Added ability to make torches in bulk using Ignyx
- Various internal refactoring
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:WDKhUMFA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VlgDBPBy:WDKhUMFA"
}

