1.2+mod
Compatibility
Changes
MythQuest 1.2 ~ Reaper Update
General Additions
Added a new boss named Reaper Boss
Added a new boss item named Boss Papyrus only obtained on summoning boss
Updated the scroll system balance
Other Additions
New Craft Message ~ Craft Message has been revamped for summoning bosses, on crafting a boss with diamond and wither skeleton skull a new message can be seen
Bugfixes
fixed bugs in load.mcfunction
gave better formatting to the guidebook
RCD for scrolls was updated
Fixed a critical bug where the crafting recipes for diamonds was altered heavily and dirt could craft diamonds. (Bug A03)
Known Bugs
Piglin Bartering is overpowered (Bug A01)
We are working to address this, we have tried to combat the issue but due to some technical difficulties the issue still prevails though to a lesser extent.
Critical Bugfix
Fixed Bug A03 [mentioned above]
Fixed a critical bug where the guidebook would not be issued to any player. (Bug A02)
Any player with version 1.1, please update to 1.1.21 or higher to fix this bug.
Any Player with older versions are requested to move to version 1.2 or higher
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:9daSQ9Yq:AwRDUZl5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9daSQ9Yq:AwRDUZl5"
}

