Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
4.0.7
Release
Primal Magick 4.0.73 years ago 11.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
v4.0.7
- Added Earthshatter Hammer and Dissolution Chamber recipes for Rock Salt and Ancient Debris
- Gave Phantom Membranes some moon affinity
- Fixed tooltip Z-order issue with Runecarving Table screen
- Fixed tooltip Z-order issue with Research Table screen
- Changed research projects to use the Forge milk tag instead of just the milk bucket
- Added new theorycrafting project to the pool
- Made research projects refund container items, such as empty milk buckets
- Increased base processing speed of most magitech devices
- Increased total mana capacity of the Dissolution Chamber
- Fixed a multiplayer display bug in the menu of the Mana Nexus
- Fixed a bug preventing ops from granting research via debug command in multiplayer
- Fixed a display bug with long player names on the Dream Journal
- Made Flying Carpet drop in world upon taking sufficient damage instead of being destroyed
- Fixed a rare client crash that could occur when initializing the arcane recipe book
- Eliminated toast spam when granting research via debug command
- Added Creative Grimoire, for creative players who don't want to fiddle with debug commands
- Made Endermen take additional damage from Sea spells; they remain immune to ranged attacks
- Fixed a bug where the Bounty enchantment could recursively multiply bonus loot
- Improved the Bounty enchantment to increase yields of all members of the vanilla crops block tag
- Added a command to help debug from where items are sourcing their affinities
- Added Guillotine enchantment, to help you get a head
- Added a Cryotreatment recipe to turn magma cream into slime balls
- Fixed a bug where Consecration fields caused suffocation
- Added Shear spell payload, to help you keep things neatly trimmed
- Added theory gain preview to the Research Table
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:ejI7XInS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VlgDBPBy:ejI7XInS"
}

