Tags
Creators
Details
Licensed MIT
Published 10 months ago
Updated 9 months ago
All versions
0.5.0
Release
Magia Naturalis v0.5.09 months ago 25.7K
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
Breaking Changes
- research ids have changed
Features
- add void sickle recipe to sickle research
- play sound when using the Construction Focus
- change golem bell interaction with Evil Trunks from right click to left click and invert sneaking behavior
- don't display inventory tooltip for Evil Trunk spawner items with empty inventories
- tweak Research Log tooltip
Bug Fixes
- add missing Void Sickle recipe
- add missing research and recipe for the Revenant Focus
- fix demonic trunk lid rotation when hit
- fix Evil Trunks not dropping items when they die
- fix client crash when trying to open the gui of a evil Trunk on the server
- fix crash with Quicksilver Stone
- fix missing thaumanomicon tab icon
- fix opening of Arcane Chest GUIs not properly canceling block placement on the client side
- fix client sided crash when opening Silverwood Arcane Chests on servers
- fix Arcane Chest not syncing its owner name to clients
- fix Spectacles using incorrect translation key for aura nodes
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:v5vva897:62mPVFeu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:v5vva897:62mPVFeu"
}

