
Mystcraft: Ages
ArchivedMystcraft: Ages is a modern rewrite and reimagining of the original Mystcraft mod.
0.0.2
Compatibility
Required content
Changes
Alpha 2
This is an alpha release, the mod is nowhere near complete and some bugs may exist. If you do find any bugs please report them on the bug tracker
Developer Notes
I hate entities. Also this update isn't on :curseforge: yet because it won't let me sign in.
Changelog
- Linking Books [MA26] They no longer directly teleport you, they will summon a Book entity on the ground
- Book Entities [MA26] These are entities (wow) that are books (wow!!). They replace the teleportation function that the previous iteration of Linking Books has, to see the contained book, Crouch + Interact, to teleport just Interact. THERE IS CURRENTLY NO WAY TO PICK THEM UP
- Writing Stand Recipes [MA31] The recipes in the writing stand have been updated, now requireing an additional item. Unlinked Books require an enderpearl.
- Book Receptacle [MA21] The book now renders correctly. I'm so cool.
Optional dependencies
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:pve3iD9g:aOs8Zwah"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pve3iD9g:aOs8Zwah"
}
