0.1.3.5
Compatibility
Changes
Forge Backport progress
What's new?
- few UI buttons didn't work correct
- all teleportations now based on command (u shouldn't feel difference)
What's next?
i guess now EnderBook finished - i didn't find any another bugs so it works correct. when I'll have more free time I'll start to add another books - OverworldBook, NetherBook and BookOfTheEnd. But it will have few differences - this books will be stored saved points inside themselves, so you will able even share your saved points by dropping a book to another player. I also want to change it this way on NeoForge version, but I need to make point-transfer from old system to new (to prevent players from losing their saves)
thanks for attention and thanks for playing with it! if you'll find another bug, please, report
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:xkmLpqQb:nw9jCohR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xkmLpqQb:nw9jCohR"
}

