Creators
Details
1.4
Compatibility
Changes
Bugfixes:
-
Fixed bug causing writing desks to permanently stop working if the player saved and reloaded the game with books left inside.
-
Fixed bug causing writing desks to fail to drop books when destroyed from the left side.
-
Fixed bug causing book player screens to render on the wrong side when the block faces north or south.
-
Fixed bug causing book player screens to be invisible from behind.
-
Fixed broken book player menu slider controls.
-
Fixed bug causing printing tables to delete biome encyclopedias if books were inserted incorrectly or if the wrong catalyst item was used. Now, if the wrong items are inserted it will eject ineligible items and re-process the remaining items to check if they could be used for an alternative recipe.
-
Fixed /mystcraft isolateWorldgen command for servers.
New features:
-
Adjust book player hologram placement with horizontal and vertical offsets!
-
Book player holograms now emit light when the backlight is enabled.
-
Book player holograms can now be rotated.
-
Added floor and ceiling book player block oreintations, allowing players to place holograms on floors and ceilings to make things like rugs or skylights.
-
Swapped and updated textures for picture books, coloring books, and biome encyclopedias to make them more intuitive.
-
Made it so using a linking book or rewinding book will teleport entities within a 6 block radius
-
Changed camera item to require paper instead of picture books.
-
Added inline previews to picture books
-
Added bookbag item with 18 storage slots.
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:PxYGeIhV:QhVAmOFf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PxYGeIhV:QhVAmOFf"
}

