Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 months ago
All versions
1.21.1-1.6.1
Release
bibliocraft-1.21.1-1.6.1last year 10.4K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Additions
bibliocraft:printing_table_cloning_blacklistenchantment tag that does exactly what the name says (#33)
Changes
- Printing table cloning involving enchantments now uses the separate
bibliocraft:printing_table_cloning_with_enchantmentsrecipe type - Fancy Lanterns can now be unlit and lit, similar to candles (#35)
- Fancy Lamps can now be toggled off and on using redstone, similar to reverse redstone lamps (#35)
Fixes
- Fix storage mods such as AE2 or Refined Storage inserting items into Bibliocraft blocks that are not normally placeable there (#26)
- Fix a crash caused by fancy clocks ticking while a chunk is being unloaded (#31)
- Fix compatibility config being located inside the cosmetics config instead of on the same level (#32)
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:GRZXFuZu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eiXYWB7J:GRZXFuZu"
}


