Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
Updated 2 months ago
All versions
v5.0.1-1.19.3-Forge
Release
[FORGE] [1.19.3] EasyMagic-v5.0.13 years ago 1,709
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Forge
Supported environments
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v5.0.1-1.19.3] - 2023-03-28
Changed
- Updated to Puzzles Lib v5.0.19
[v5.0.0-1.19.3] - 2023-03-21
- Ported to Minecraft 1.19.3
Added
- Enchanting table supports chiseled bookshelves, for every 3 contained books one level of enchanting power is added to the table
- Books are counted from all chiseled bookshelves, there must not be at least 3 books in every single one
- Chiseled bookshelves must be facing the enchanting table to contribute their books
- Chiseled bookshelves show a tooltip for the book you are looking at
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:9hx3AbJM:mLAtBvPu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9hx3AbJM:mLAtBvPu"
}


