All versions
1.0-fixed
Release
SmartBooks 1.0-fixedlast month 42
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
[1.0.0] - Initial Release
Minecraft Version: 1.20.1 Loaders: Fabric & Forge
English 🇬🇧
✨ Features & Additions:
- Initial Release of SmartBooks!
- Smart Book Item: Added a new item to create fully customizable books in-game.
- Modern Canvas Editor: Added a drag-and-drop interface for moving, resizing, and rotating text and image elements.
- Rich Text Support: Added fonts, formatting options (bold, italic, underline, strikethrough), text alignment, and text color selection.
- Custom Images: Added support to insert images via URL or local file upload, with adjustable opacity, rounded corners, and borders.
- Page Backgrounds: Added customizable page backgrounds (parchment, lined, grid, or custom colors).
- Templates: Added 10+ ready-to-use templates including Comic, Magazine, Guide, Encyclopedia, and Quest Log.
- Multiplayer Sync: Added full client-server synchronization for seamless multiplayer usage.
- Sign & Lock: Added the ability to sign books, locking them from further editing.
Türkçe 🇹🇷
✨ Özellikler ve Yenilikler:
- SmartBooks İlk Sürümü Yayınlandı!
- Smart Book Eşyası: Oyun içinde tamamen özelleştirilebilir kitaplar oluşturmak için yeni bir eşya eklendi.
- Modern Tuval Editörü: Metin ve resimleri taşıyabileceğiniz, boyutlandırabileceğiniz ve döndürebileceğiniz modern bir arayüz eklendi.
- Gelişmiş Metin Desteği: Fontlar, biçimlendirme seçenekleri (kalın, italik, altı çizili, üstü çizili), metin hizalama ve renk seçimi eklendi.
- Özel Resimler: URL veya yerel dosya yüklemesi ile resim ekleme desteği getirildi (opaklık, köşe yuvarlama ve kenarlık ayarları dahil).
- Sayfa Arka Planları: Özelleştirilebilir sayfa arka planları eklendi (parşömen, çizgili, kareli veya özel renkler).
- Şablonlar: Çizgi roman, dergi, rehber, ansiklopedi ve görev günlüğü gibi 10'dan fazla hazır şablon eklendi.
- Çok Oyunculu (Multiplayer) Uyumu: Çok oyunculu sunucular için tam istemci-sunucu senkronizasyonu sağlandı.
- İmzalama ve Kilitleme: Kitapları imzalayarak düzenlemeye kapatma özelliği eklendi.
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:bUq0aT9d:U3v6SfxR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bUq0aT9d:U3v6SfxR"
}

