
Unfocused
An API for blur's cross-platform mods
Обновлён 14 июня 2026 г. · опубликован 13 января 2025 г.
Unfocused is a straightforward library mod created to ease the creation of blur's Minecraft Mods.
This adds a series of helpers for succinctly registering Blocks and Items, managing events, adding mod compatibility, managing resource and data packs, and more.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 0.3.3-1.21.1-fabric | Релиз | 1.21.1 | fabric | 14 июня 2026 г. | Скачать (389 КБ) |
| 0.3.3-1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 14 июня 2026 г. | Скачать (425 КБ) |
| 0.3.3-26.1.1-fabric | Релиз | 26.1.1 | fabric | 12 мая 2026 г. | Скачать (387 КБ) |
| 0.3.2-26.1.1-fabric | Релиз | 26.1.1 | fabric | 3 мая 2026 г. | Скачать (387 КБ) |
| 0.3.1-26.1.1-fabric | Релиз | 26.1.1 | fabric | 3 мая 2026 г. | Скачать (387 КБ) |
| 0.3.0-26.1.1-fabric | Релиз | 26.1.1 | fabric | 2 мая 2026 г. | Скачать (387 КБ) |
| 0.3.2-1.21.1-fabric | Релиз | 1.21.1 | fabric | 18 апреля 2026 г. | Скачать (385 КБ) |
| 0.3.2-1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 18 апреля 2026 г. | Скачать (422 КБ) |
| 0.3.1-1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 10 апреля 2026 г. | Скачать (422 КБ) |
| 0.3.1-1.21.1-fabric | Релиз | 1.21.1 | fabric | 10 апреля 2026 г. | Скачать (385 КБ) |
| 0.3.0-1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 8 апреля 2026 г. | Скачать (421 КБ) |
| 0.3.0-1.21.1-fabric | Релиз | 1.21.1 | fabric | 8 апреля 2026 г. | Скачать (384 КБ) |
| 0.2.5-1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 10 марта 2026 г. | Скачать (340 КБ) |
| 0.2.5-1.21.1-fabric | Релиз | 1.21.1 | fabric | 10 марта 2026 г. | Скачать (304 КБ) |
| 0.2.4-1.21.1-fabric | Релиз | 1.21.1 | fabric | 4 марта 2026 г. | Скачать (304 КБ) |
Показаны последние 15 из 85 версий.
Ченджлог
0.3.3-26.1.1-fabricРелиз26.1.1 · 12 мая 2026 г.
Check packs when loading markdown files
Remove debug
Add debug
0.3.2-26.1.1-fabricРелиз26.1.1 · 3 мая 2026 г.
Update KClassCodec
Move item property ID registration into registerItem
Finish initial update to 26.1
Remove Trades Migrate graphical elements to extract symbols Update references to outdated symbols Add placeholder implementations of component bindings for RegistrySupplier Comment out protected access in tab builder
Initiate migration to 26.1.1
Fail easy by default on simple data loaders
Clean up comments from default zip
Fail easy on simple data loaders by default
Clean up NeoForge impl
Clean up Fabric impl
Fix brown
Reimplement component style helper Move gui elements into textured pipeline Remove Environment annotations Fix Neoforge events
Get 1.21.11 building
Begin migrating to 1.21.11
0.3.0-26.1.1-fabricРелиз26.1.1 · 2 мая 2026 г.
Finish initial update to 26.1
Remove Trades Migrate graphical elements to extract symbols Update references to outdated symbols Add placeholder implementations of component bindings for RegistrySupplier Comment out protected access in tab builder
Initiate migration to 26.1.1
Clean up comments from default zip
Fail easy on simple data loaders by default
Clean up NeoForge impl
Clean up Fabric impl
Fix brown
Reimplement component style helper Move gui elements into textured pipeline Remove Environment annotations Fix Neoforge events
Get 1.21.11 building
Begin migrating to 1.21.11
0.3.2-1.21.1-fabricРелиз1.21.1 · 18 апреля 2026 г.
Fail easy by default on simple data loaders
0.3.2-1.21.1-neoforgeРелиз1.21.1 · 18 апреля 2026 г.
Fail easy by default on simple data loaders
0.3.1-1.21.1-neoforgeРелиз1.21.1 · 10 апреля 2026 г.
Use classloader resourcemanager when loading localized markdown
Remove leading slash to try to fix resource loading on neoforge
Add custom page handlers to Markdown Widget
0.3.1-1.21.1-fabricРелиз1.21.1 · 10 апреля 2026 г.
Use classloader resourcemanager when loading localized markdown
Remove leading slash to try to fix resource loading on neoforge
Add custom page handlers to Markdown Widget
0.3.0-1.21.1-neoforgeРелиз1.21.1 · 8 апреля 2026 г.
Stop double-rendering widgets to avoid scissor stack bleed
Add title packets to the markdown parser/widget
Add optional back button to UnfocusedBookScreen
Fail easy when failing to load markdown files
Update gradle and kotlin
Render tooltips in UnfocusedScreens
Add placeholder strings to textfields
Add scroll bar Use default screen properties for sizing on book screen for better EMI/JEI compat
Add black box renderable for text entry placeholders
Lower hook render priority on neo
Add ClientGuiRenderEvent
Add cmd:// links to run minecraft commands in approved windows
Add profession and poi registration
Change NeoForge MobSpawnEvent hook
Change NeoForge MobSpawnEvent hook
Prevent crash on backspace
Separate client-only classes into client init
Add text entry widget
Change rule tick offset to reduce start-of-second overload
Add MobSpawnEvent
Switch snapshot versioning to alleviate loom caching issues
Add placeholders for helper widgets
Refactor itemCache to prevent collision on items with the same ID
Move itemCache to allow GC
Add placeholder parsing for item component data
Fix list parsing in MarkdownFormatter
Add item rendering to markdown widget
Add en_pt test book
Streamline LocalizedMarkdownReader flow
Add book renderer Rework widget/renderable structure somewhat
Finish basic markdown screen
Clean up markdown page bits
Add framework for Markdown pages
Комментарии
Загружаем…