Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
1.21.1-1.5.1
Release
bibliocraft-1.21.1-1.5.1last year 471
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Additions
- Big books! These are basically the cross-over of fancy signs and book & quills.
- They offer all the formatting options a fancy sign offers.
- They have a larger space than regular books.
- Like regular books, they can be signed, after which they are read-only.
- Again like regular books, they can be copied in a crafting table using one written book and at least one non-written book.
- Can be put into lecterns.
- Pride bookshelves! During pride month (or all year round if you toggle the config option), bookshelves will use pride-themed color patterns.
- This was done due to a semi-recent incident in the greater modding community. If you're gonna complain, complain to them, they spited me into doing this.
Changes
- Stockroom catalogs can now be put into lecterns
- Added ominous bottles to the allowed items for potion shelves
- Compatibility:
- Added a wide range of new compatible items to the bookcase, the cookie jar and the potion shelf
- Wax from Modern Industrialization or Productive Bees is now supported for waxing fancy signs
Fixes
- Fix a dupe bug with fancy crafters
- Fix the remove container button in the stockroom catalog GUI not working
- Fix some minor bugs with the fancy sign GUI
- Minor networking-related cleanups and fixes
Optional dependencies
Supplementary resources
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:eiXYWB7J:TfV6M152"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiXYWB7J:TfV6M152"
}


