搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 3|回复: 0

[模组分享] oωo (owo-lib)-MOD模组

[复制链接]

5257

主题

53

回帖

6522

积分

龙❁妻

Rank: 8Rank: 8

经验
6522 EP
金粒
1172 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 18:47:45 | 显示全部楼层 |阅读模式
oωo (owo-lib)Github |相关wiki |源站链接支持: fabric , quiltA general utility, GUI and config library for modding on Fabric and Quilt

_*_

特点包括:

- [owo-ui](链接),一个功能齐全的声明式UI库,用于以极快的开发速度构建动态、漂亮的屏幕

- [owo-config](链接),一个内置的、可定制的配置系统,构建在owo-ui之上。它提供了许多与[Cloth Config](链接)相同的功能,同时还增加了许多新的便利功能,如服务器-客户端配置同步

- 一个完全自动的[注册系统](链接),旨在尽可能通用。它简单、不啰嗦,适用于基本的注册,但底层的API树是灵活的,也可以用于许多自定义注册解决方案

- [物品组扩展](链接),允许在您的模组组内添加子选项卡,以及一系列其他功能,如自定义按钮、纹理和物品变体处理

- 一个功能齐全的[网络层](链接),具有完全自动的序列化,握手以确保客户端兼容性,以及用于以方向不可知的方式触发参数化粒子事件的内置解决方案

- 客户端粒子辅助工具,可轻松组合多粒子效果

- 丰富的文本翻译,允许您在语言文件中使用Minecraft的文本组件格式,提供带样式的文本,无需任何代码

_*_

owo有两种主要的文档方式:

- 整个代码库中都有丰富、详细的JavaDoc

- 在链接

来自Modrinth所有游戏版本1.21.11.21.61.21.71.21.81.21.51.211.21.41.21.31.21.21.20.51.20.61.20.31.20.41.20.21.201.20.11.19.41.19.31.191.19.11.19.21.18.21.181.18.11.18-pre81.171.17.121w43a所有类型neoforgefabricquilt[1.21.1] oωo - neo - 0.12.15.5-beta.1+1.21owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar下载0.12.15.5-beta.1+1.21#Betaowo-lib-neoforge-0.12.15.5-beta.1+1.21-sources.jar下载0.12.15.5-beta.1+1.21#BetaAttempt fix for issues with equality with DerivedComponentMap which resolves issues with other mods like [Pastel](https://github.com/wisp-forest/owo-lib/issues/395)展开版本: 0.12.15.5-beta.1+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 22,386[1.21.1] oωo - neo - 0.12.15.1-beta.6+1.21owo-lib-neoforge-0.12.15.1-beta.6+1.21.jar下载0.12.15.1-beta.6+1.21#Betaowo-lib-neoforge-0.12.15.1-beta.6+1.21-sources.jar下载0.12.15.1-beta.6+1.21#BetaUpdate attempts to remove dependency on FFAPI to resolve issues, fix missing owo item groups, and pull from upstream 1.21.1, and fix issues with optional serialization issues展开版本: 0.12.15.1-beta.6+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 17,807[1.21.6+] oωo - 0.12.21owo-lib-0.12.21+1.21.6.jar下载0.12.21+1.21.6#Betaowo-lib-0.12.21+1.21.6-sources.jar下载0.12.21+1.21.6#BetaThis release is primarily a port to 1.21.6/7. Due to the massive vanilla refactors around GUI rendering in particular, this is a larger-than-usual update and we expect there will be some bugs and porting mistakes - please report anything you find!## Changes- `OwoBlurRenderer` has been replaced with `BlurQuadElementRenderState` in accordance with the vanilla GUI rendering changes## Removed- `(Block|Entity|Item)RegistryContainer`- `OwoItemSettings`, replaced by interface injection on `Item.Settings`- `DraggableContainer.alwaysOnTop`- `CodecUtils.ofEndec`, replaced by `toCodec`- `ConfigScreen.(registerProvider|getProvider|forEachProvider)`, replaced by `ConfigScreenProviders`展开版本: 0.12.21+1.21.6支持游戏: 1.21.6, 1.21.7, 1.21.8类型:FabricQuiltBeta下载次数: 46,631[1.21.5] oωo - neo - 0.12.21owo-lib-neoforge-0.12.21-beta.1+1.21.5.jar下载0.12.21-beta.1+1.21.5#Betaowo-lib-neoforge-0.12.21-beta.1+1.21.5-sources.jar下载0.12.21-beta.1+1.21.5#BetaInitial port of owolib 0.12.21 for Neoforge展开版本: 0.12.21-beta.1+1.21.5支持游戏: 1.21.5类型:NeoForgeBeta下载次数: 1,236[1.21.5] oωo - 0.12.21owo-lib-0.12.21+1.21.5.jar下载0.12.21+1.21.5#Releaseowo-lib-0.12.21+1.21.5-sources.jar下载0.12.21+1.21.5#Release## Fixes- The blur pipeline now uses a custom vertex shader to avoid a random fog code dependency- `OwoBlurRenderer` now uses the depth buffer in its render pass to fix blur rendering issues on some drivers- owo no longer accidentally overwrites the vanilla `gui_textured` render pipeline展开版本: 0.12.21+1.21.5支持游戏: 1.21.5类型:FabricQuiltRelease下载次数: 138,789[1.21+] oωo - 0.12.15.4+1.21owo-lib-0.12.15.4+1.21.jar下载0.12.15.4+1.21#Releaseowo-lib-0.12.15.4+1.21-sources.jar下载0.12.15.4+1.21#Release## Fixes- Fixed the optional flattening implementation introduced in the last build- Decoding of sequence elements in NBT has been made idempotent展开版本: 0.12.15.4+1.21支持游戏: 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 860,617[1.21.5] oωo - 0.12.20owo-lib-0.12.20+1.21.5.jar下载0.12.20+1.21.5#Betaowo-lib-0.12.20+1.21.5-sources.jar下载0.12.20+1.21.5#Beta## Changes- Updated to 1.21.5- As a consequence of the changes to Minecraft\'s rendering backend, the `GlProgram` API has been removed since it is no longer necessary- As a further consequence of the above change, owo\'s built-in programs have changed API:- `OwoClient.HSV_PROGRAM` has been superseded by `OwoUIPipelines.GUI_HSV`- `OwoClient.BLUR_PROGRAM` has been replaced with the `OwoBlurRenderer`, which uses the same shader and parameters under the hood展开版本: 0.12.20+1.21.5支持游戏: 1.21.5类型:FabricQuiltBeta下载次数: 50,067[1.21+] oωo - 0.12.15.2+1.21owo-lib-0.12.15.2+1.21.jar下载0.12.15.2+1.21#Releaseowo-lib-0.12.15.2+1.21-sources.jar下载0.12.15.2+1.21#Release## Fixes- Backport optional flattening fixes from 0.12.17展开版本: 0.12.15.2+1.21支持游戏: 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 18,753[1.21.1] oωo - neo - 0.12.15.1-beta.3+1.21owo-lib-neoforge-0.12.15.1-beta.3+1.21.jar下载0.12.15.1-beta.3+1.21#Betaowo-lib-neoforge-0.12.15.1-beta.3+1.21-sources.jar下载0.12.15.1-beta.3+1.21#BetaFixes:- Fix issues with errors relating to texture identifier being null- Fix issue involved with ModDataLoader on Connector not being able to get any mod list展开版本: 0.12.15.1-beta.3+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 144,622[1.21.1] oωo - neo - 0.12.15.1-beta.2+1.21owo-lib-neoforge-0.12.15.1-beta.2+1.21.jar下载0.12.15.1-beta.2+1.21#Betaowo-lib-neoforge-0.12.15.1-beta.2+1.21-sources.jar下载0.12.15.1-beta.2+1.21#BetaFixes issues for devs due to improper declaration of Access Widner展开版本: 0.12.15.1-beta.2+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 25,626[1.21.1] oωo - neo - 0.12.15.1-beta.1+1.21owo-lib-neoforge-0.12.15.1-beta.1+1.21.jar下载0.12.15.1-beta.1+1.21#Betaowo-lib-neoforge-0.12.15.1-beta.1+1.21-sources.jar下载0.12.15.1-beta.1+1.21#Beta## Fixes:- Aggressively specialize lists generated by NbtSerializer.Sequence to fix deserialization of types like UUID which expect a specialized NBT array type (#363, Blodhgarm)展开版本: 0.12.15.1-beta.1+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 392[1.21+] oωo - 0.12.15.1+1.21owo-lib-0.12.15.1+1.21.jar下载0.12.15.1+1.21#Releaseowo-lib-0.12.15.1+1.21-sources.jar下载0.12.15.1+1.21#Release## Fixes- Aggressively specialize lists generated by `NbtSerializer.Sequence` to fix deserialization of types like `UUID` which expect a specialized NBT array type (#363, Blodhgarm)展开版本: 0.12.15.1+1.21支持游戏: 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 373,501[1.21.4] oωo - neo - 0.12.19owo-lib-neoforge-0.12.19-beta.2+1.21.4.jar下载0.12.19-beta.2+1.21.4#Betaowo-lib-neoforge-0.12.19-beta.2+1.21.4-sources.jar下载0.12.19-beta.2+1.21.4#BetaDeal with issues involving recent changes to neos reload listeners changes展开版本: 0.12.19-beta.2+1.21.4支持游戏: 1.21.4类型:NeoForgeBeta下载次数: 2,915[1.21.4] oωo - 0.12.20owo-lib-0.12.20+1.21.4.jar下载0.12.20+1.21.4#Releaseowo-lib-0.12.20+1.21.4-sources.jar下载0.12.20+1.21.4#Release## Changes- Tooltip rendering on the owo-ui screen template classes can now be customized by overriding `drawComponentTooltip`## Fixes- owo-ui screens built using the provided template classes no longer stop rendering their tooltip after reinitializing (#314, Blodhgarm)展开版本: 0.12.20+1.21.4支持游戏: 1.21.4类型:FabricQuiltRelease下载次数: 493,943[1.21.4] oωo - neo - 0.12.19owo-lib-neoforge-0.12.19-beta.1+1.21.4.jar下载0.12.19-beta.1+1.21.4#Betaowo-lib-neoforge-0.12.19-beta.1+1.21.4-sources.jar下载0.12.19-beta.1+1.21.4#Beta# Changes- Updated to 1.21.4- The tooltip of the UI managed by an OwoUIAdapter is no longer drawn directly inside the adapter\'s render method. Instead, the separate drawTooltip method must be invoked after rendering, allowing tooltips to be rendered definitively after all main UI# Fixes- owo-ui tooltips in screens with layers should no longer stack with main UI incorrectly- Endec encoding and decoding of optional fields in NBT has been fixed展开版本: 0.12.19-beta.1+1.21.4支持游戏: 1.21.4类型:NeoForgeBeta下载次数: 1,054[1.21.4] oωo - 0.12.19owo-lib-0.12.19+1.21.4.jar下载0.12.19+1.21.4#Betaowo-lib-0.12.19+1.21.4-sources.jar下载0.12.19+1.21.4#Beta## Changes- Updated to 1.21.4- The tooltip of the UI managed by an `OwoUIAdapter` is no longer drawn directly inside the adapter\'s render method. Instead, the separate `drawTooltip` method must be invoked after rendering, allowing tooltips to be rendered definitively after all main UI## Fixes- owo-ui tooltips in screens with layers should no longer stack with main UI incorrectly- Endec encoding and decoding of optional fields in NBT has been fixed展开版本: 0.12.19+1.21.4支持游戏: 1.21.4类型:FabricQuiltBeta下载次数: 82,249[1.21.1] oωo - neo - 0.12.18owo-lib-neoforge-0.12.18-beta.6+1.21.2.jar下载0.12.18-beta.6+1.21.2#Betaowo-lib-neoforge-0.12.18-beta.6+1.21.2-sources.jar下载0.12.18-beta.6+1.21.2#BetaUpdate to fix issues where networking would only register within debug environment.展开版本: 0.12.18-beta.6+1.21.2支持游戏: 1.21.3类型:NeoForgeBeta下载次数: 396[1.21.1] oωo - neo - 0.12.18owo-lib-neoforge-0.12.18-beta.5+1.21.2.jar下载0.12.18-beta.5+1.21.2#Betaowo-lib-neoforge-0.12.18-beta.5+1.21.2-sources.jar下载0.12.18-beta.5+1.21.2#BetaRemoves final bit of renderdoc code展开版本: 0.12.18-beta.5+1.21.2支持游戏: 1.21.3类型:NeoForgeBeta下载次数: 416[1.21.1] oωo - neo - 0.12.15owo-lib-neoforge-0.12.15-beta.12+1.21.jar下载0.12.15-beta.12+1.21#Betaowo-lib-neoforge-0.12.15-beta.12+1.21-sources.jar下载0.12.15-beta.12+1.21#BetaRemoves final bit of renderdoc code展开版本: 0.12.15-beta.12+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 55,136[1.21.1] oωo - neo - 0.12.18owo-lib-neoforge-0.12.18-beta.4+1.21.2.jar下载0.12.18-beta.4+1.21.2#Betaowo-lib-neoforge-0.12.18-beta.4+1.21.2-sources.jar下载0.12.18-beta.4+1.21.2#BetaUpdate to 1.21.3 which brings less of a reliance on FFAPI and disabled RenderDoc utility to use neos RenderNurse within the future展开版本: 0.12.18-beta.4+1.21.2支持游戏: 1.21.3类型:NeoForgeBeta下载次数: 215[1.21.1] oωo - neo - 0.12.15owo-lib-neoforge-0.12.15-beta.11+1.21.jar下载0.12.15-beta.11+1.21#Betaowo-lib-neoforge-0.12.15-beta.11+1.21-sources.jar下载0.12.15-beta.11+1.21#BetaDisable RenderDoc Utils to be replaced with Neos RenderNurse展开版本: 0.12.15-beta.11+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 2,410[1.21.1] oωo - neo - 0.12.15owo-lib-neoforge-0.12.15-beta.10+1.21.jar下载0.12.15-beta.10+1.21#Betaowo-lib-neoforge-0.12.15-beta.10+1.21-sources.jar下载0.12.15-beta.10+1.21#BetaFix issues with config screens being non existant though mod info screen展开版本: 0.12.15-beta.10+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 1,771[1.21.2+] oωo - 0.12.18owo-lib-0.12.18+1.21.2.jar下载0.12.18+1.21.2#Releaseowo-lib-0.12.18+1.21.2-sources.jar下载0.12.18+1.21.2#Release## Fixes- `TextureComponent` rendering now works properly again展开版本: 0.12.18+1.21.2支持游戏: 1.21.2, 1.21.3类型:FabricQuiltRelease下载次数: 54,959[1.21.1] oωo - neo - 0.12.15owo-lib-neoforge-0.12.15-beta.9+1.21.jar下载0.12.15-beta.9+1.21#Betaowo-lib-neoforge-0.12.15-beta.9+1.21-sources.jar下载0.12.15-beta.9+1.21#BetaFix issues where during a ModLoading error, owolib would be blamed for Shader loading issues due to neos continuation of general asset loading展开版本: 0.12.15-beta.9+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 2,799[1.21.2+] oωo - 0.12.17owo-lib-0.12.17+1.21.2.jar下载0.12.17+1.21.2#Betaowo-lib-0.12.17+1.21.2-sources.jar下载0.12.17+1.21.2#Beta## Changes- As a consequence of updating the endec library, the signatures of the `field(...)` methods on `(De)Serializer.Struct` have changed to accomodatethe new optional flattening methodology. If this causes trouble, contact us and we\'ll try to help## Fixes- Optional struct fields should now always encode properly in self-described formats (namely JSON and NBT)展开版本: 0.12.17+1.21.2支持游戏: 1.21.2, 1.21.3类型:FabricQuiltBeta下载次数: 4,563[1.21.1] oωo - neo - 0.12.15owo-lib-neoforge-0.12.15-beta.6+1.21.jar下载0.12.15-beta.6+1.21#Betaowo-lib-neoforge-0.12.15-beta.6+1.21-sources.jar下载0.12.15-beta.6+1.21#BetaUpdate version to be consistent with maven展开版本: 0.12.15-beta.6+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 1,203[1.21.2+] oωo - 0.12.16owo-lib-0.12.16+1.21.2.jar下载0.12.16+1.21.2#Betaowo-lib-0.12.16+1.21.2-sources.jar下载0.12.16+1.21.2#BetaPrimarily, this release constitutes the first port of owo-lib to 1.21.2/3. There were however also a number of other changes:## Additions- `CodecUtils` now offers the `eitherStructEndec(...)` and `xorStructEndec(...)` methods for creating either/xor endecs which conform to the `StructEndec` interface- The endec builder used for serializing owo-config options over the network can now be customized in the `ConfigWrapper` constructor## Changes- As a consequence of the vanilla changes to item and block registration, the `AutoRegistryContainer` API is deprecated for the moment and might be (partially) removed in a future release. We\'re investigating potential alternatives- Which owo-ui components are used for the exclusion areas provided to REI and EMI can now be customized by overriding `BaseOwoHandledScreen#componentsForExclusionAreas()`## Fixes- `BaseOwoHandledScreen#enableSlot(Slot)` no longer incorrectly disables the slot展开版本: 0.12.16+1.21.2支持游戏: 1.21.2, 1.21.3类型:FabricQuiltBeta下载次数: 10,229[1.21.1] oωo - neo - 0.12.15owo-lib-neoforge-0.12.15-beta.5+1.21.jar下载0.12.15-beta.5+1.21#Betaowo-lib-neoforge-0.12.15-beta.5+1.21-sources.jar下载0.12.15-beta.5+1.21#BetaFixes issues with Concurrent Modification Exception with FFAPI networking展开版本: 0.12.15-beta.5+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 191[1.21.1] oωo - neo - 0.12.15owo-lib-neoforge-0.12.15-beta.4+1.21.jar下载0.12.15-beta.4+1.21#Betaowo-lib-neoforge-0.12.15-beta.4+1.21-sources.jar下载0.12.15-beta.4+1.21#BetaInitial Release of owo for Neoforge. Yippie!展开版本: 0.12.15-beta.4+1.21支持游戏: 1.21.1类型:NeoForgeBeta下载次数: 261[1.21+] oωo - 0.12.15owo-lib-0.12.15+1.21.jar下载0.12.15+1.21#Releaseowo-lib-0.12.15+1.21-sources.jar下载0.12.15+1.21#Release## Changes / FixesThis release fundamentally changes the implementation used for Endec/Codec interop. Instead of always using EDM as the intermediary format, the framework will now try to determine if a format-appropriate `(De)Serializer`/`DynamicOps` implementation is available and use it if so. This means that the serialized representation of all data structures should now be both consistent and preserved correctly when in complex nested scenarios, something we hope will alleviate an entire class of bugs. Most of these are related to serialized EDM which turns out unrepresentable in NBT, but other formats might have been affected too展开版本: 0.12.15+1.21支持游戏: 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 1,673,240[1.21+] oωo - 0.12.14owo-lib-0.12.14+1.21.jar下载0.12.14+1.21#Releaseowo-lib-0.12.14+1.21-sources.jar下载0.12.14+1.21#Release## Additions- `CursorStyle` now includes the whole range of standard cursors implemented by GLFW (#296, chyzman)## Fixes- Scissor coordinates are now clamped before passing them to OpenGL in the `ScissorStack` utility - this fixes a bunch of edge-cases with mods like Ok Boomer- Using a cursor style which is unsupported by the host OS no longer causes a crash when trying to dispose the screen (#301)展开版本: 0.12.14+1.21支持游戏: 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 185,042[1.21+] oωo - 0.12.13owo-lib-0.12.13+1.21.jar下载0.12.13+1.21#Releaseowo-lib-0.12.13+1.21-sources.jar下载0.12.13+1.21#Release## Fixes- Modifying the message of a `CheckboxComponent` now functions correctly again- The experimental derived components API, which breaks stack equality in 0.12.12, should now work without crashes and without that bug (#298)展开版本: 0.12.13+1.21支持游戏: 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 9,868[1.21+] oωo - 0.12.12owo-lib-0.12.12+1.21.jar下载0.12.12+1.21#Releaseowo-lib-0.12.12+1.21-sources.jar下载0.12.12+1.21#Release## Additions- An experimental API for deriving item stack components based on the user-provided components has been added (check `OwoItem#deriveStackComponents`). The current implementation only re-derives components when `Item#postProcessComponents` gets invoked and is subject to change## Changes- Config screen providers are now registered through the new `ConfigScreenProviders` class to avoid classloading issues (the old methods on `ConfigScreen` remain but are deprecated for removal). Along with this change, the config screen generated by a provider no longer needs to extend owo\'s `ConfigScreen`## Fixes- The `SyncedProperty` and screen handler messages APIs now properly pass registry context when serializing over the network- Recipe-specific remainders, which were not properly ported to 1.21, work again展开版本: 0.12.12+1.21支持游戏: 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 50,365[1.21] oωo - 0.12.11owo-lib-0.12.11+1.21.jar下载0.12.11+1.21#Releaseowo-lib-0.12.11+1.21-sources.jar下载0.12.11+1.21#Release## Additions- Minecraft\'s `ComponentType`s can now have both their codec and packet codec populated by calling `.endec(...)`- A new overload for `CodecUtils.toEndec` along with `CodecUtils.toEndecWithRegistries` allow creating endecs from both a codec *and* packetcodec (where the latter one uses a packetcodec of `RegistryByteBuf`)- The new `Surface.panorama(...)` allows using Minecraft\'s main menu panorama as an owo-ui surface- `Sizing.Random`## Changes- The `OwoItemSettings`-specific methods are now interface-injected onto all item settings and the previous class deprecated- `EndecRecipeSerializer` is no longer abstract, making subclassing unnecessary in most cases## Fixes- A number of changes were made to the endec library and owo\'s `EdmOps` to alleviate most (hopefully all) problems related to codec <-> endec interop when NBT is involved (Blodhgarm)- Wrapper item groups (which broke during the port 1.21) now work again- `MinecraftEndecs.PACKET_BYTE_BUF` no longer moves the reader index when encoding a buffer- A rare crash that could occur when causing input on a screen which failed loading its UI model has been fixed (#263, Zailer43)- Pressing ctrl+delete in a text field in owo-ui debug mode no longer crashes (#264, Zailer43)- `Color.ofDye`, which was improperly ported, now produces correct colors again (#273, Blodhgarm)- `OverlayContainer` no longer mounts its children incorrectly if it has a non-zero position (#278, kikugie)展开版本: 0.12.11+1.21支持游戏: 1.21, 1.21.1类型:FabricQuiltRelease下载次数: 204,107[1.21] oωo - 0.12.10owo-lib-0.12.10+1.21.jar下载0.12.10+1.21#Betaowo-lib-0.12.10+1.21-sources.jar下载0.12.10+1.21#BetaThis build is primarily a port of [0.12.9](https://modrinth.com/mod/owo-lib/version/0.12.9+1.20.5) to 1.21. This mandated a few other changes:### Endec changesThe `Endec` API is no longer built into owo-lib. Instead, owo now uses and ships the standalone [endec](https://github.com/wisp-forest/endec) library. This entails four major changes:- Endecs for Minecraft\'s types are no longer found on `BuiltInEndecs` but instead on `MinecraftEndecs`- DFU interop (namely, converting between codecs and endecs) is now handled through `CodecUtils.toCodec/toEndec` and related functions- A number of package changes, primarily `io.wispforest.owo.serialization` -> `io.wispforest.endec`- All JSON-related implementations are now named after the JSON library they use. In consequence, the previous `JsonSerializer` is now `GsonSerializer` and so on### Further Fixes- `EdmOps` no longer uses `null` as its empty value, fixing a number of edge cases with particular types of DFU codecs when doing interop- owo\'s `ScreenHandler` extensions don\'t require a `HandledScreen` anymore and now also support other screens which implement `ScreenHandlerProvider展开版本: 0.12.10+1.21支持游戏: 1.21类型:FabricQuiltBeta下载次数: 270,697[1.20.5+] oωo - 0.12.9owo-lib-0.12.9+1.20.5.jar下载0.12.9+1.20.5#Releaseowo-lib-0.12.9+1.20.5-sources.jar下载0.12.9+1.20.5#Release### Additions- `SpriteComponent` now supports sprites in the GUI atlas- `SpriteComponent` can now enable blending, using the same API as `TextureComponent`### Changes- When hovering selectable areas in a `ColorPickerComponent`, the curses now uses the `MOVE` style- The owo-config screen has been updated to Minecraft\'s new design language for option screens- owo-ui errors which occur during the game\'s initial loading phase are now logged verbosely to hopefully aid in discovering how they are caused### Fixes- owo-lib now works with (and requires) Fabric API 0.100.0+- The owo-config search field now also searches when pressing the numpad\'s enter key展开版本: 0.12.9+1.20.5支持游戏: 1.20.5, 1.20.6类型:FabricQuiltRelease下载次数: 23,987[1.20.5+] oωo - 0.12.8owo-lib-0.12.8+1.20.5.jar下载0.12.8+1.20.5#Betaowo-lib-0.12.8+1.20.5-sources.jar下载0.12.8+1.20.5#Beta### Fixes- Joining a singleplayer world in an instance where no owo networking features are used no longer fails on the first attempt (#230)展开版本: 0.12.8+1.20.5支持游戏: 1.20.5, 1.20.6类型:FabricQuiltBeta下载次数: 10,849[1.20.5+] oωo - 0.12.7owo-lib-0.12.7+1.20.5.jar下载0.12.7+1.20.5#Betaowo-lib-0.12.7+1.20.5-sources.jar下载0.12.7+1.20.5#BetaThis build fixes a crash (#229) that would occur either on boot or when joining a server (depending on other context) with 0.12.6 for 1.20.5展开版本: 0.12.7+1.20.5支持游戏: 1.20.5, 1.20.6类型:FabricQuiltBeta下载次数: 737[1.20.5] oωo - 0.12.6owo-lib-0.12.6+1.20.5.jar下载0.12.6+1.20.5#Betaowo-lib-0.12.6+1.20.5-sources.jar下载0.12.6+1.20.5#BetaThis release is primarily a (preliminary, hence beta) port of 0.12.6. However, prompted by the game\'s networking changes and further reliance on attaching registry references to serialization infrastructure, there have been major internal reworks to **both the Networking API and Endec**. The majority of these changes are **transparent to users**, with the exception of the occasional requirement to pass a `SerializationContext` into Endec methods (the documentation will be updated accordingly).展开版本: 0.12.6+1.20.5支持游戏: 1.20.5类型:FabricQuiltBeta下载次数: 318[1.20.3+] oωo - 0.12.6owo-lib-0.12.6+1.20.3.jar下载0.12.6+1.20.3#Releaseowo-lib-0.12.6+1.20.3-sources.jar下载0.12.6+1.20.3#Release## Additions- The new `Endec#flatFieldOf` function creates special struct fields which enable merging the fields of a `StructEndec` into another one through `StructEndecBuilder.of`## Fixes- Optionals now get serialized properly by the EdmSerializer- The `EXPAND` sizing method now works correctly in presence of a non-zero `gap` when used inside a `FlowLayout` (#219)展开版本: 0.12.6+1.20.3支持游戏: 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 197,636[1.20.3+] oωo - 0.12.5owo-lib-0.12.5+1.20.3.jar下载0.12.5+1.20.3#Releaseowo-lib-0.12.5+1.20.3-sources.jar下载0.12.5+1.20.3#Release## Additions- `EdmElement` instances which hold a `MAP` type can now be represented as an `EdmMap` (which, importantly, implements `MapCarrier` and can thus be used with `KeyedEndec`) using `EdmElement#asMap` (#209, Blodhgarm)- The components of a record used for owo networking (or, more specifically, for which an instance of `RecordEndec` is made) can now be annotated `@NullableComponent` to support null serialization (#216, Blodhgarm)## Fixes- When text with a click event of type `OPEN_URL` is clicked in an owo-ui label component, the resulting link confirmation screen now properly returns to the screen with label on it after the link has been confirmed/rejected by the user (#214)- The error message logged when an owo UI model hot reload fails no longer has mismatched format specifiers- Hud addition/removal requests are now processed in invocation order at the beginning of every frame rendered while in a world (this solves weird ordering problems with addition/removal and fixes requests not being processed while the Hud is hidden) (#213)展开版本: 0.12.5+1.20.3支持游戏: 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 61,388[1.20.3+] oωo - 0.12.4owo-lib-0.12.4+1.20.3.jar下载0.12.4+1.20.3#Releaseowo-lib-0.12.4+1.20.3-sources.jar下载0.12.4+1.20.3#Release## Additions- The line spacing applied to text rendered by owo-ui\'s label component is now configurable## Fixes- The previously broken `BlockHitResult` endec now encodes correctly and has been made publicly available as `BuiltInEndecs.BLOCK_HIT_RESULT`展开版本: 0.12.4+1.20.3支持游戏: 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 6,882[1.20.3+] oωo - 0.12.3owo-lib-0.12.3+1.20.3.jar下载0.12.3+1.20.3#Releaseowo-lib-0.12.3+1.20.3-sources.jar下载0.12.3+1.20.3#Release## Fixes- Tooltips of stacked sibling components now render properly again- A label which does not have an owo-ui tooltip but contains text with a hover event now renders that hover event again展开版本: 0.12.3+1.20.3支持游戏: 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 32,559[1.20.3+] oωo - 0.12.2owo-lib-0.12.2+1.20.3.jar下载0.12.2+1.20.3#Betaowo-lib-0.12.2+1.20.3-sources.jar下载0.12.2+1.20.3#Beta## Fixes- EdmIo now writes the type of each element in a sequence individually, since in general not all elements will have the same type - making some sequences that are valid at runtime unserializable展开版本: 0.12.2+1.20.3支持游戏: 1.20.3, 1.20.4类型:FabricQuiltBeta下载次数: 666[1.20.3+] oωo - 0.12.1owo-lib-0.12.1+1.20.3.jar下载0.12.1+1.20.3#Betaowo-lib-0.12.1+1.20.3-sources.jar下载0.12.1+1.20.3#Beta## AdditionsA new sizing method joins the owo-ui framework - `Sizing.expand`. It works mostly the same as `Sizing.fill` (and indeed identically in a few cases) with the important difference that it applies after all other sizing types and only takes into account the space that remains after all other components have been inflated according to their sizing.Along with this, the new `Components.spacer` can be used to, for example, easily push two components to opposite ends of their parent## Changes- The `OverlayContainer` no longer closes itself when its child is clicked inbounds but doesn\'t consume the event. Further, it prevents the screen from closing when ESC is pressed and instead only closes itself *and* it consumes all scroll events to avoid scrolling through the overlay(#199)- owo-ui component trees inside one of the screen implementations provided by owo (`BaseOwoScreen` and `BaseOwoHandledScreen`) can now process and consume ESC keypresses## Fixes- Only the most specific tooltip at a given mouse pointer location is now rendered by an owo-ui tree, fixing overlapping tooltips in the config screen (#95) and preventing tooltips from showing on components that are hidden by an overlay (like a color picker)- `EntityComponent.RenderablePlayerEntity` now correctly loads skins again- `BaseComponent.hovered` is now only set to `true` when the component is not obscured by another one (#199)- When moving around the handles of a color picker, which one is affected no longer depends on the cursor position but only on which one was clicked展开版本: 0.12.1+1.20.3支持游戏: 1.20.3, 1.20.4类型:FabricQuiltBeta下载次数: 1,163[1.20.3+] oωo - 0.12.0owo-lib-0.12.0+1.20.3.jar下载0.12.0+1.20.3#Betaowo-lib-0.12.0+1.20.3-sources.jar下载0.12.0+1.20.3#Beta## AdditionsThe major addition this time around is the Endec serialization framework, an interoperable alternative to Mojang\'s own Codec. As outlined in the changes section, this supersedes a bunch of older owo APIs as well - notably networking. To get started with endec, check out the newly written documentation: Changes- `NbtKey` and all associated API has been removed entirely in favor of the new, Endec-based and functionally extremely similar `KeyedEndec` used in conjunction with `MapCarrier` (which is interface-injected onto the same classes as `NbtCarrier` used to be)- `PacketBufSerializer` has been removed in its entirety and all dependent API updated to use Endecs instead. For writing data directly to a network buffer like the old API used to allow, use the equivalent Endec (potentially obtained from the `ReflectiveEndecBuilder`) together with the interface-injected `PacketByteBuf#write(Endec, Object)` and `PacketByteBuf#read(Endec)`- As a consequence of the update to 1.20.3+, the custom text API has been simplified. Because the vanilla changes make them redundant, `CustomTextContent` along with `CustomTextContentSerializer` no longer exist - instead, simply implement the vanilla `TextContent` interface, create a `TextContent.Type` with the appropriate codec and register said type in the `CustomTextRegistry` as before## Fixes- `ScissorStack` now clamps the width/height passed to `glScissor` to prevent causing OpenGL errors in contexts with funky transformations- All buffers in the draw context used for layers are now forcefully flushed before the layer is rendered to stop tooltips going missing due to scissoring in the layer- Forcefully flush all buffers after drawing an owo-ui tooltip (similar issues as above)---Finally, the following previously deprecated API elements have been removed:- `BaseParentComponent#mountChild`, use the new two-argument version instead to prevent unnecessary inflations- `ParentComponent#collectChildren`, replaced by the more appropriately named but functionally identical `ParentComponent#collectDescendants`- `OwoItemGroup#setSelectedTab`, `OwoItemGroup#getSelectedTab` and `OwoItemGroup#getSelectedTabIndex` - use the new equivalents which are aware that multiple tabs can be selected- `NinePatchRenderer` and `OwoNinePatchRenderers`, long-replaced by `NinePatchTexture` and `OwoNinePatchTextures`展开版本: 0.12.0+1.20.3支持游戏: 1.20.3, 1.20.4类型:FabricQuiltBeta下载次数: 17,670[1.20.2] oωo - 0.11.4owo-lib-0.11.4+1.20.2.jar下载0.11.4+1.20.2#Releaseowo-lib-0.11.4+1.20.2-sources.jar下载0.11.4+1.20.2#Release### Fixes- Having `librenderdoc` available system-wide on Linux no longer causes a JVM crash due to a bug in JNA which we now circumvent (#197)展开版本: 0.11.4+1.20.2支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 71,563[1.20.2] oωo - 0.11.3owo-lib-0.11.3+1.20.2.jar下载0.11.3+1.20.2#Beta### Additions- Multiple tabs can now be selected simultaneously in a single OwoItemGroup (this behavior can be disabled for each group individually if not desired)- The new `panelWithInset(...)` surface allows building interfaces in the style of the Social Interactions screen- Sizing with different methods (for instance, content and fixed sizing) can now be animated between (there are no immediate API changes as a result of this, merely one less runtime warning and a new feature)- The base point (for layout calculations) and visual position (for rendering and interaction) of an owo-ui cmponent are now two separate concepts (this again comes without any breaking API changes, merely two new methods that should be called in the appropriate places)- Items can now automatically have their usage statistic tracked by owo through setting `OwoItemSettings#trackUsageStat()`- [Experimental] Screens can now implement the `DisposableScreen` interface if they need to be notified when the player actually closes all screens (that is, returns to the game) instead of immediately when navigating to a different screen (which might then later navigate back to the first screen)### Changes- Methods on owo-ui components which accept a collection of components now use upper-bounded generics instead of an explicit type to allow more specific collections at the call site- `Sizing.fill()` can now be called with zero arguments to indicate 100% fill- `UIParsing.registerFactory(...)` can *and should* now be called with an indentifier instead of a plain string for the element name- `ParentComponent#childById(...)` is no longer @Nullable, as it is generally expected to return a component in its most common use-case (querying the constituents of a UI model)### Fixes- Trimmed armor in an ItemComponent now renders properly (#152, Zailer43)- Explicitly positioned owo-ui components are no longer inflated twice for each single layout pass展开版本: 0.11.3+1.20.2支持游戏: 1.20.2类型:FabricQuiltBeta下载次数: 52,309[1.20.1] oωo - 0.11.2owo-lib-0.11.2+1.20.jar下载0.11.2+1.20#Release### Fixes- Component stacking is now properly undone to prevent messing with the global z-offset (#142)- owo-ui HUD components are now rendered with a z-offset of 100 by default to prevent overdraw by the chat overlay (#143)- The EULA reader now properly works in conjunction with YesCheat (#138)展开版本: 0.11.2+1.20支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 7,638,807[1.20.1] oωo - 0.11.1owo-lib-0.11.1+1.20.jar下载0.11.1+1.20#Release## Fixes- The `ltr-text-flow` algorithm for flow layouts no longer miscalculates its columns in some situations (#137)- Clearing the text field of a color config option no longer crashes the game (#128)- The owo-config annotation processor should now generate type interfaces in a deterministic order every time its ran (#139)## Changes- `OwoUIDrawContext.of(...)` now inherits the matrix- and scissor-stacks of the source context - this is more intuitive given how the method is named and used & fixes a few transform-related problems in owo-ui- The `ReiUIAdapter` now flushes the draw buffer when its finished rendering to prevent mysteriously empty tooltips- Item insertion order when transferring container->player inventory using `ScreenUtils.handleSlotTransfer(...)` has been reversed to match vanilla behavior## Additions- A set of new interface-injected methods on `DrawContext` enable easy, fluent matrix-stack manipulation directly on the associated draw context (#136, Blodhgarm)- owo-ui now also provides exclusion zones to EMI (#103, Abbie5)- `ItemOps.decrementPlayerHandItem(...)` and `.emptyAwareDecrement(...)` gained new overloads which accept a count instead of always decrementing by 1 (#141, chyzman)展开版本: 0.11.1+1.20支持游戏: 1.20, 1.20.1类型:FabricQuiltRelease下载次数: 156,265[1.20+] oωo - 0.11.0owo-lib-0.11.0+1.20.jar下载0.11.0+1.20#Beta## Additions### Cross-referencing in UI modelsWhen instantiating templates in a UI model, you can use the new `<template-name>@<ui-model-id>` syntax to reference a template from a different UI model. This allows much greater flexibility than before in modularizing and re-using templates across different screens.Along with this change, the `<components>` element in UI model definitions is no longer required.### UI- The `blur()` surface now supports parsing from UI models- `BaseOwo*Screen` implementations now provide the `component(...)` shorthand for `this.adapter.rootComponent.childById(...)`- Layers can now align their components relative to Minecraft\'s handled screen coordinates using `alignComponentToHandledScreenCoordinates(...)` on the instance- `Surface.PANEL_INSET` was added, which renders an inset area to be used inside `Surface.PANEL` - this looks very similar to the vanilla recipe book panel- Two new components, `smallCheckbox(...)` and `slimSlider(...)`, were added - they function mostly identically to the already existing counterparts, but (as the name implies) take up less space and offer more customizability- `TextAreaComponent`, a third new component, is an extension of vanilla\'s new `EditBoxWidget` for general-purpose use and optimized to play nicely within an owo-ui context- `ItemComponent` offers a new property, `setTooltipFromStack`, which always keeps the component\'s tooltip in sync with the item stack it\'s displaying- The height of each line a `LabelComponent` can now be configured using the new `lineHeight` property, which allows properly supporting non-standard fonts- Components can now be placed at fixed percentage across their parent without respecting the components own size using `Positioning.across()`- `StackLayout` respects much the same layout rules as `FlowLayout`, but doesn\'t place components next to each other - instead it places them on top of each other, thus creating a stack of components- `Containers.ltrTextFlow(...)` creates a new type of FlowLayout, which works just like `Components.horizontalFlow(...)` but wraps when it exceeds its own width - just like how left-to-right text is laid out in a document- Block, item, and entity components now support NBT (and in the case of blocks, block state data) when being parsed from a UI model### ConfigServer-sided retrieval of a client\'s config options has been made more ergonomic. For this purpose, the generated config wrapper now exposes the key of each individual option through the `.keys` object. Further, `ConfigSynchronizer.getClientOptions` received a new override which directly accepts the config wrapper, enabling the following API:```javavar optionValue = ConfigSynchronizer.getClientOptions(player, MyMod.CONFIG).get(MyMod.CONFIG.keys.someOption);```### Misc- owo-sentinel now lists the mod which included it in addition to all mods that depend on owo, in an effort to reduce confusion when mod authors don\'t declare their dependency (BasiqueEvangelist, #123)- `AutoRegistryContainer` provides two new convenience functions:- `.register(...)`, which is simply an alias for `FieldRegistrationHandler.register(...)`- `.conform(...)`, which forcefully casts a `Class<?>` to a `Class<T>` for implementing `getTargetFieldType()` for parametrized classes## Changes### UI- `HUD` now processes removal requests before add requests, allowing HUD components to be properly reloaded within the same frame- When the inspector draws slot indices in a handled screen, it now uses `H:` to denote the slot index in the handler and `I:` to indicate that slot\'s index into its respective inventory- The `file(...)` UI model data source is now deprecated in favor of a new, configurable hot reload system which is only active in development. This way, you cannot accidentally ship your mod with the file data source enabled, causing it to crash in production- `NinePatchRenderer` was renamed to `NinePatchTexture` and reworked to function in a data-driven manner. No old functionality has been removed yet, it was however deprecated. More details on how to use the new implementation will be added to the documentation shortly## Fixes### UI- `ItemComponent`s once again use correct lighting on side-lit models *and* apply lighting properly when non-side-lit models are scaled down- `LabelComponent` now properly fetches the text style under the cursor when determining which hover and click events to execute- `TextFieldWidget` and `EditBoxWidget` now have their `tick()` function called when wrapped by owo-ui, making their cursors blink properly- `ScrollContainer.scrollTo(...)` now works properly on horizontal containers and has a new overload for directly specifying the target scroll offset without supplying a component### Config- owo-config screen providers are now once again properly listed in Mod Menu### Misc- `ParticleSystemController`s no longer forcefully require handshaking when merely mentioned, fixing optional handshaking (BasiqueEvangelist, #123)- By utilizing new API within Roughly Enough Items, handled screens built with owo-ui now properly layer with the REI overlay - there should be no more over- and underdraw---Finally, the following previously deprecated API elements have been removed:- `VerticalFlowLayout` and `HorizontalFlowLayout`, which have been replaced by instantiating `FlowLayout` with the respective Algorithm- `OptionComponent` and `OptionComponents.createSlider`, which were replaced by `OptionValueProvider` and `OptionComponents.createRangeControls` respectivel- `SliderComponent#onChanged`, replaced by the respective event stream展开版本: 0.11.0+1.20支持游戏: 1.20, 1.20.1类型:FabricQuiltBeta下载次数: 131,044[1.19.4] oωo - 0.10.6owo-lib-0.10.6+1.19.4.jar下载0.10.6+1.19.4#ReleaseContinuing the spirit of the last two releases, this build brings another very important fix - this time to config synchronization. The previous implementation had a bug where all synced options would be lost upon death of the player, which caused crashes specifically in conjunction with [YIGD](https://modrinth.com/mod/yigd) and [Numismatic Overhaul](https://modrinth.com/mod/numismatic-overhaul)This should ideally be the last build that backports fixes from the 0.11 prereleases and therefor the last release for 1.19.4 before we move onto 1.20展开版本: 0.10.6+1.19.4支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 32,515[1.19.4] oωo - 0.10.5owo-lib-0.10.5+1.19.4.jar下载0.10.5+1.19.4#ReleaseJust like [0.10.4](https://modrinth.com/mod/owo-lib/version/0.10.4+1.19.4), this is another round of small fixes:- Fabric API fixed their implementation of the screen render event, leading to owo\'s workaround now breaking rendering of owo-ui layers- Lighting orientation on owo-ui item components was fixed, as proposed in #119展开版本: 0.10.5+1.19.4支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 796[1.19.4] oωo - 0.10.4owo-lib-0.10.4+1.19.4.jar下载0.10.4+1.19.4#ReleaseSimilarly to [0.10.3](https://modrinth.com/mod/owo-lib/version/0.10.3+1.19.4), this build contains more changes to the core shader loading system.The immediate effect of this is proper compatibility with the QSL implementation of Fabric\'s Core Shader API, although it should also make such incompatibilities much more unlikely to occur in the future展开版本: 0.10.4+1.19.4支持游戏: 1.19.4类型:FabricQuiltRelease下载次数: 1,838[1.19.4] oωo - 0.10.3owo-lib-0.10.3+1.19.4.jar下载0.10.3+1.19.4#BetaThis build is indentical feature-wise to [0.10.3 for 1.19.3](https://modrinth.com/mod/owo-lib/version/0.10.3+1.19.3)展开版本: 0.10.3+1.19.4支持游戏: 1.19.4类型:FabricQuiltBeta下载次数: 33,951[1.19.3] oωo - 0.10.3owo-lib-0.10.3+1.19.3.jar下载0.10.3+1.19.3#ReleaseThis release primarily fixes compatibility with Fabric API\'s latest core shader registry addition. As such, Fabric API >=0.76.0 is now required.Along with this, parsing order in owo-ui\'s `text-box` has been corrected to set `max-length` before reading `text` (#110)展开版本: 0.10.3+1.19.3支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 15,785[1.19.3] oωo - 0.10.2owo-lib-0.10.2+1.19.3.jar下载0.10.2+1.19.3#Release### ChangesThe vertical and horizontal layout algorithms that were previously implemented in the respective subclasses of `FlowLayout` have been factored out into two implementations of the new `Algorithm` interface. The subclasses are temporarily preserved for backwards-compatibility but are deprecated and will be removed in the next major version.Ideally you should already migrate your code to use the generic `FlowLayout` class to prepare for the move### Fixes- The injections into `ShaderProgram` are no longer required, which should fix compatibility with Satin on Quilt (#83)- Entity name tags are now rendered by default again, whereas before they would only appear after seeing an owo-ui entity component for the first time (#84)- Vanilla text fields (and thereby owo text boxes) are once again `GreedyInputComponent`s- Yet another situation in which a scroll container could achieve a scroll value of `NaN` has been resolved展开版本: 0.10.2+1.19.3支持游戏: 1.19.3类型:FabricQuiltRelease下载次数: 4,324[1.19.3] oωo - 0.10.1owo-lib-0.10.1+1.19.3.jar下载0.10.1+1.19.3#BetaThis build fixes a crash that would occur when Satin is installed alongside owo by allowing Satin\'s shader identifier fixin to take precedence of owo\'s very similar implementation展开版本: 0.10.1+1.19.3支持游戏: 1.19.3类型:FabricQuiltBeta下载次数: 3,190[1.19.3] oωo - 0.10.0owo-lib-0.10.0+1.19.3.jar下载0.10.0+1.19.3#Beta## Additions### UI- The new `ColorPickerComponent` presents an easy-to-use, self-contained way to choose a color. It visually presents a standard HSV picker, with a hue (and optionally alpha) slider and picker for value and saturation. The picker itself shows neither a color preview nor hex field - these can easily be added externally via the color selection event stream supplied by the picker- UI overlays like popup dialogs can now be easily realized via the new `OverlayContainer`, accessible via `Containers.overlay(...)`. This component, when added to some parent (in most cases the root), renders an overlay covering the entire parent and places its child in the center. By default, it automatically closes itself when a click event is received outside the child- `ItemComponent` features the new `tooltipFromItem` utility method, which can be used to gather the full tooltip of an item stack, including extra tooltip data- Rendering of nametags in `EntityComponent` can now be toggled on a per-component basis- The new `openAsContextMenu` function on `DropdownComponent` enables easy integration of context menus into any screen- Animations on component properties now provide the `finished()` event stream which emits every time the animation finishes a full run in either direction- `RenderEffectWrapper`, accessible via `Containers.renderEffect` offers a hassle-free way to apply arbitrary rendering effects to its children. Check out the [component\'s javadoc](https://github.com/wisp-forest/owo-lib/blob/1.19.3/src/main/java/io/wispforest/owo/ui/container/RenderEffectWrapper.java) for a more complete overview### Config- owo-ui\'s `Color` type is now supported in configs. This means it will be properly serialized as a string representing the color in `#AARRGGBB` format and displayed that way in the config screen. With this also comes an optional color picker, allowing your users to easily pick a color (optionally with alpha as well)- The Jankson serializer instance used by any given config wrapper can now be customized through the new, optional constructor parameter. This enables non-standard serialization of existing types and also allows serializing completely custom types- The `@RangeConstraint` annotation has gained the new `decimalPlaces` parameter which controls how many decimal places are shown when this option is edited as a slider### RenderingThe `Drawer` class has gained a few new rendering functions to fill in missing functionality:- **drawCircle** and **drawRing** can be used to draw either a filled circle or ring with specific inner and outer radius respectively- **drawLine** draws an arbitrary line as a quad instead of using OpenGL\'s line mode, which allows more correct control over thicknessAdditionally, the new `GlProgram` class and corresponding infrastructure enables usage of custom core shaders from mod namespaces. Two default programs are provided, although they are not currently part of stable public API:- **OwoClient.BLUR_PROGRAM** applies an approximate gaussian blur to the area it draws over- **OwoClient.HSV_PROGRAM** works much the same as the standard position-color program, but accepts the color attribute in HSVA format instead of RGBA## Changes### UI- The HSV interface of `Color` has been improved: Constructing a color with a hue of 1 no longer causes it to become yellow instead of red and the new `hsv()` getter can be used to convert from RGB to HSV easily- The REI exclusion zone provider now gathers the components directly from the UI adapter instead of simply assuming that it\'s available as the first drawable child of the screen - this should fix some edge cases in which the exclusion zones were broken due to a different widget somehow being inserted into the screen before the UI adapter- The `RenderablePlayerEntity` inner class of `EntityComponent` is now publically accessible - this makes it easier to call methods on such entities and allows easily extending the class if so desired- `DropdownComponent.requiresHover` has been renamed to `closeWhenNotHovered` to more clearly communicate its purpose. The entire dropdown system has been slightly overhauled in general to be more visually pleasing and easier to use### Config- `OptionComponentFactory.Result` now features two type parameters to more cleanly carry information about the contained components- All numeric, range-constrained config options can now be edited with either a slider *or* text field, at the discretion of the user## Fixes### UI- Sprite components with ticked sprites should now properly animate with Sodium\'s \"Only animate visible textures\" option enabled (BasiqueEvangelist, #78)- When cycling UI component focus with the Tab key, the first component no longer get skipped and the children of a grid layout are no longer focused in reverse order (#77)- Fire and the nametags of entities are now properly aligned in `EntityComponent`- Buttons and checkboxes in dropdown can now be properly clicked on the entire width of the dropdown- Layers now handle event parameters in a different way that works around a memory present in Fabric API\'s event system. This previously caused owo screen instances to be leaked, which is no longer the case (#81)### Misc- Items from `OwoItemGroup` sub-tabs which are not the first one are now properly indexed for search in the creative inventory- owo-sentinel now one again has full functionality when running on the Quilt Loader展开版本: 0.10.0+1.19.3支持游戏: 1.19.3类型:FabricQuiltBeta下载次数: 184[1.19] oωo - 0.9.3owo-lib-0.9.3+1.19.jar下载0.9.3+1.19#BetaRefer to 0.9.3+1.19.3展开版本: 0.9.3+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltBeta下载次数: 571,534[1.19.3] oωo - 0.9.3owo-lib-0.9.3+1.19.3.jar下载0.9.3+1.19.3#BetaThis build primarily constitutes the first public release for 1.19.3. It also fixes a bug introduced in 0.9 which caused text field event listeners to break in production.展开版本: 0.9.3+1.19.3支持游戏: 1.19.3类型:FabricQuiltBeta下载次数: 9,432[1.19] oωo - 0.9.2owo-lib-0.9.2+1.19.jar下载0.9.2+1.19#BetaThis build reverts a change made to the Item Group API when porting to 1.19.3 which caused the creative tabs of mods which use an owo Item Group without owo item settings to be empty. This affected primarily Conjuring (for which a separate update was released) and Numismatic Overhaul展开版本: 0.9.2+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltBeta下载次数: 994[1.19] oωo - 0.9.1owo-lib-0.9.1+1.19.jar下载0.9.1+1.19#BetaThis build fixes an NPE that would occur when config search focuses an option inside 2+ collapsed containers展开版本: 0.9.1+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltBeta下载次数: 1,220[1.19] oωo - 0.9.0owo-lib-0.9.0+1.19.jar下载0.9.0+1.19#Beta## Additions### UI- Cursor styling functionality from `OwoUIAdapter` is now available globally via the new **CursorAdapter** abstraction, which also provides the implementation for owo-ui- The new **configure** method on `Component` enables inline configuration of component properties which don\'t return the component itself. Due to limitations with Java\'s generic parameters, it is required to manually specify the type of component you\'re configuring when calling this method, like so: `Components.label(...).<LabelComponent>configure(label -> label.mouseDown().subscribe(...))`. <br> Additionally, any state change events emitted during execution of such a configuration closure are delayed until the closure has completed - this enables large performance improvements when configuring multiple properties of a mounted component, including adding/removing children, as everything is consolidated into a single layout pass- The flow layout has gained the new **gap** property, which adds the specified amount of dead space between each child- Collapsible containers now expose the `onToggled` event stream as well as their current state- All components can now easily look up the root component in their respective tree using the new `root()` method- Text box max length can now be defined in XML with the `max-length` element- The new **popFramesAndDraw** method on `ScissorStack`, allows escaping up to the given amount of clipping frames and execute the supplied draw call- owo-ui colors can now generate a hex color string via the **asHexString** method- Entity components can now have an additional **dynamic transform** applied before rendering the entity- `Components#textBox(...)` no longer creates and returns a `TextFieldWidget`, instead it creates a **TextBoxComponent**. This is owo-ui\'s extension of the vanilla text field, which properly sizes itself if the background is disabled and provides the **onChanged** event stream. This stream only emits events when the text in the box *actually changes*, unlike the vanilla change listener### Config- The config screen now includes a search bar which allows searching through all options and sections by name and value. This search function acts like search in a text editor - you enter your query, then press enter, after which you can inspect all matches individually by pressing enter again- The new client-side `/owo-config` command can open all config screens for which a provider is registered, even when modmenu is not installed- `Set<T>` is now a supported type for config options### UI - LayersBuilt on top of owo-ui, a new system called **Layers** has been introduced. This generic API allows adding, or layering if you will, owo-ui components onto arbitrary existing screens. It comes with a helper system that allows easily locating existing vanilla widgets on the screen, as well as the option to align your own components relative to them### Screen Handler Properties and MessagesThe new `createProperty` along with `addServerboundMessage` and `addClientboundMessage` methods injected into `ScreenHandler` allow for a significant simplification of screen networking. Everything owo can serialize by default is supported out of the box for properties, which automatically get synchronized to the client, and for messages the same rules apply as for standard packets in an `OwoNetChannel`. As always, if a serializer is missing you can add your own via `PacketBufSerializer.register(...)`This system should completely eliminate the need for externally defined networking, everything can be done directly inside the screen handler## Changes### ItemGroup API- Existing item groups can now be extended with additional sub-tabs and buttons via mod data- The name of a sub-tab is now displayed after the name of the item group, given that the tab does not have the new `primary` attribute- Each sub-tab can now declare its contained items more rigorously, as they now define a callback which gets executed to populate the group- [1.19.3 only] `OwoItemGroup`s now define their icon in terms of an owo `Icon`, meaning you are no longer restricted to just item stacks### UI- Sliders have been migrated to use event streams just like other input events and gained the new `slideEnd` event stream which gets invoked when the user releases the slider handle- `apply_ContentSizing` in `BaseComponent` has been replaced by `determnine_ContentSizing` which now returns the content size instead of applying it directlyMoreover, the layout algorithm has received a major optimization that improves layout times in complex screens **by up to 560%**### Config- Additionally to the existing method, enum config options can now be translated on a per-config instead of a per-option level- When adding a new entry to a list config option while it isn\'t expanded, the list now opens itself and focuses the new entry (#68)- The previously private mechanism for registering config screen providers used by the `@Modmenu` annotation has been made public as `ConfigScreen#registerProvider`. This means that any potential custom config screen implementations can now be easily registered without needing an additional dependency on modmenu### Misc- The `owo.forceDisableDebug` system property is now deprecated and superseded by simply setting `owo.debug` to `false`## Fixes### UI- Scrollbars can no longer exceed the size of the container- When dragging the scrollbar in a precisely filled scroll container, the content no longer becomes invisible- All button renderers now properly draw with depth testing enabled- Text boxes, more specifically `TextFieldWidget`, now properly respond to focus events- The UI Interaction sound event is no longer added to the respective registry, which means that client-side mods which use owo no longer cause registry sync to fail (#72)- Animations on parent components no longer update twice per frame### Config- Section headers applied to `@Nest` options now show up properly- The config screen no longer attempts to apply constraints placed on `List` config options to that lists elements (#69)- owo is inherently funny### Misc- owo no longer crashes when run on a dev server### Removed deprecated elements- `TexturedButtonComponent`, superseded by `ButtonComponent.Renderer#texture(...)`- All methods in `Components` which returned `ButtonWidget`, superseded by `ButtonComponent`- `ScreenUtils#generateSlotGrid` and `ScreenUtils#generatePlayerSlots`, superseded by `SlotGenerator`- `ScrollContainer.scrollbarColor`, superseded by `ScrollContainer.Scrollbar#color(...)`展开版本: 0.9.0+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltBeta下载次数: 718[1.19+] oωo - 0.8.5owo-lib-0.8.5+1.19.jar下载0.8.5+1.19#Release### Changes- The slot management methods on `BaseOwoHandledScreen` now have overloads which directly accept a slot instance instead of just and ID- The Z-Offset of the inspector can now be customized in OwoUIAdapter- The new ReiUIAdapter#wrap(WidgetWithBounds) allows embedding most if not all of REI\'s existing Widgets in an owo-ui-based REI display category### Fixes- Mouse coordinates are now passed with proper offsets when propagating mouse events to the focused component展开版本: 0.8.5+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltRelease下载次数: 44,868[1.19+] oωo - 0.8.4owo-lib-0.8.4+1.19.jar下载0.8.4+1.19#Release### Changes- Texture components have a new property  - `blend`. When this is enabled, OpenGL alpha blending is properly set up and you can use translucent textures- All synced config options are now synced in `INFORM_SERVER` fashion even when playing singleplayer### Fixes- The client-only `renderdoc` command is no longer registered on the server, allowing you to start servers with owo in debug mode again- The `visible-area` declaration in the UI Model XML schema no longer requires all values to be specified- The intersection comparisons used for mouse events and component visibility checks no longer over-account by one pixel- String config options can now contain backslashes (#59)展开版本: 0.8.4+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltRelease下载次数: 251[1.19+] oωo - 0.8.3owo-lib-0.8.3+1.19.jar下载0.8.3+1.19#Release## Changes### Component customization- Button rendering can now be completely customized, with a new flat renderer available among the defaults. This also means `TexturedButtonComponent` is now deprecated and superseded by the `texture` button renderer- Scrollbar rendering is now fully customizable as well. By default, this includes the two types of vanilla scrollbar used in game menus and the creative inventory screen as well as the default flat owo-ui scrollbar. Scroll containers can now also define an increment by which they are scrolled and the length of the scrollbar can be set to a fixed value- owo-ui now features the `NinePatchRenderer` utility, which can draw a nine-patch style texture in both tiled and stretched mode with next to no performance impact. This is used to enable the new scrollbar rendering and also allows buttons to scale to arbitrary sizes, contrary to the vanilla implementation. As it is also used to draw the panel surface, performance on all screens that use panels should be improved### RenderDoc integrationWhen RenderDoc is injected into a game instance with owo installed, you can now take advantage of comprehensive bindings to RenderDoc API. In-game this enables the new `/renderdoc` client command which opens a screen that lets you configure the RenderDoc overlay as well as take captures and launch the Replay UI. Additionally, when in an owo screen, CTRL+ALT+R can create a capture of only the draw calls relevant to screen - check out the docs over at https://docs.wispforest.io/owo/renderdoc/## Fixes### owo-ui- Scroll containers now properly account for their child\'s margins and mount it with the current scroll position already applied- Named text colors no longer need to be intentionally misspelled to get parsed properly- The inspector can no longer go offscreen- Vanilla widgets now properly propagate the focus events- Component visiblity is now checked with the model view transform applied- Labels no longer cause unnecessary state updates- Tooltips now properly respect overflow clipping and component visibility- Checkboxes now properly emit all checked/unchecked events### Other- `@Nest` config entries can now have the same name as their class (#52)- sentinel now always runs in console-mode on macOS (#51)展开版本: 0.8.3+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltRelease下载次数: 432[1.19+] oωo - 0.8.2owo-lib-0.8.2+1.19.jar下载0.8.2+1.19#Beta### Changes- The biggest change in this release is the addition of the SlotComponent, a simple wrapper for handled screen slots. You can obtain the instance for a given slot via the `slotAsComponent(int)` method on `BaseOwoHandledScreen`. It will then always move the linked slot to where the component gets placed by the layout and apply clipping properly- Config wrappers now create the full file path of a config - this allows properly grouping multiple configs in a directory### Fixes- The Modrinth item group icon now matches current branding- Status effects in the creative inventory now properly shift when there are item group buttons in the way- Pressing tab in an owo item group with buttons or tabs no longer renders a tooltip whereever the cursor is展开版本: 0.8.2+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltBeta下载次数: 21,328[1.19+] oωo - 0.8.1owo-lib-0.8.1+1.19.jar下载0.8.1+1.19#Beta## Fixes- The config Annotation Processor no longer crashes when you have a config model without any nested objects展开版本: 0.8.1+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltBeta下载次数: 708[1.19+] oωo - 0.8.0owo-lib-0.8.0+1.19.jar下载0.8.0+1.19#Beta### The 0.8 UpdateThis release marks the first public beta of owo-lib 0.8, the UI and Config update. As that name suggests the primary new features in this release are the owo-ui GUI framework and the owo-config configuration and screen generation library. You can find their respective documentation here:- owo-ui: https://docs.wispforest.io/owo/ui/- owo-config: https://docs.wispforest.io/owo/config/Both of these additions are highly complex and introduce potential bugs. There has been extensive testing to try and ensure a smooth start, but of course we cannot guarantee that everything has been squashed. So while we consider it more than safe enough to use, keep this in mind and please report any bugs you may find.### Other changesThere have also been a number of smaller refactors and new deprecations across the entire library, notably ScreenUtils#generatePlayerSlots has been deprecated and replaced with the more flexible and powerful SlotGenerator utility. owo-sentinel has finally been fixed to work properly in 1.19 environments and the rich translations feature is now fully compatible with Server Translations API.Another small new feature, courtesy of [Blodhgarm](https://github.com/Dragon-Seeker), is the Recipe-specific Remainders API which, as the name suggests, enables recipe remainders to be defined and applied on a per-recipe level instead of globally.### Deprecated APIsAs this is a large release, the majority if not all previously deprecated APIs have been stripped and/or partly refactored. The majority of mods should be fine, although if you haven\'t updated in a while there\'s potential you need to fix some things.展开版本: 0.8.0+1.19支持游戏: 1.19, 1.19.1, 1.19.2类型:FabricQuiltBeta下载次数: 840[1.18.2] oωo - 0.7.2owo-lib-0.7.2-no-cme+1.18.jar下载0.7.2-no-cme+1.18#Beta## Changes- Refer to changelog for [0.7.3+1.19](https://modrinth.com/mod/owo-lib/version/0.7.3+1.19)## Fixes- CME during oregen should be fixed展开版本: 0.7.2-no-cme+1.18支持游戏: 1.18.2类型:FabricBeta下载次数: 20,455[1.19] oωo - 0.7.3owo-lib-0.7.3+1.19.jar下载0.7.3+1.19#Release## Changes- /heal and /damage now report the effective HP change- Argument order in VectorSerializer now matches convention, store and storef have been renamed to put and putf- sentinel is now intialized in a mixin plugin- owo.text has been added - an experimental, currently undocumented API for making custom TextContent types## Fixes- Copenhagen now uses a ThreadLocal map to avoid concurrency issues in worldgen- WorldOps.teleportToDimension no longer swaps yaw and pitch展开版本: 0.7.3+1.19支持游戏: 1.19类型:FabricRelease下载次数: 2,445[1.18.2] oωo - 0.7.2owo-lib-0.7.2+1.18.jar下载0.7.2+1.18#ReleaseAllow using custom stack generators with owo item groups展开版本: 0.7.2+1.18支持游戏: 1.18.2类型:FabricRelease下载次数: 13,520[1.18.2] oωo - 0.7.1owo-lib-0.7.1+1.18.jar下载0.7.1+1.18#ReleaseNbtKey API for basic NBT serialization duties like in Item implementations and improved debug commands展开版本: 0.7.1+1.18支持游戏: 1.18.2类型:FabricRelease下载次数: 1,883[1.18.2] oωo - 0.7.0owo-lib-0.7.0+1.18.jar下载0.7.0+1.18#ReleaseHeadless environment support for sentinel, updated TagInjector framework, fix compatibility with Quilt Loader, add RegistryAccess, allow ClientParticles to randomize velocity on only one axis, deprecate @ElementType and @MapTypes, relocate RegistryHelper creation, add deferred packet and particle system handlers, add dispatched and polymorphic packet serializer framework, freeze particle systems展开版本: 0.7.0+1.18支持游戏: 1.18.2类型:FabricRelease下载次数: 780[1.18.2] oωo - 0.6.0owo-lib-0.6.0+1.18.jar下载0.6.0+1.18#ReleaseOptional channels, automatic generics extraction, removed deprecated ServerParticles and field processing api展开版本: 0.6.0+1.18支持游戏: 1.18.2类型:FabricRelease下载次数: 1,241[1.18.2] owo - 0.5.4owo-lib-0.5.4+1.18.jar下载0.5.4+1.18#ReleaseFirst public release for 1.18.2展开版本: 0.5.4+1.18支持游戏: 1.18.2类型:FabricRelease下载次数: 304[1.18+] oωo - 0.5.2owo-lib-0.5.2+1.18.jar下载0.5.2+1.18#ReleaseUpdate to loom 0.11, add default serializers for ChunkPos and ParticleEffect, add \'query_poi\' debug command, make text field injection trert didgts as word characters展开版本: 0.5.2+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 2,687[1.18+] oωo - 0.5.1owo-lib-0.5.1+1.18.jar下载0.5.1+1.18#ReleaseFix handshake stalling the client when the server is incompatible, freeze channels after mod init, rename particle system exectute method to spawn, fix namespace of enum argument type展开版本: 0.5.1+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 642[1.18+] oωo - 0.5.0owo-lib-0.5.0+1.18.jar下载0.5.0+1.18#ReleaseAdd handshake support to avoid joining incompatible servers, add offline data api, add new particle api, fix primitive array serialization展开版本: 0.5.0+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 243[1.18+] oωo - 0.4.0owo-lib-0.4.0+1.18.jar下载0.4.0+1.18#ReleaseAdded networking API, some additions to ReflectionUtils展开版本: 0.4.0+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 141[1.18+] oωo - 0.3.14owo-lib-0.3.14+1.18.jar下载0.3.14+1.18#ReleaseFix crash caused by an action registered via the RegistryHelper registering a new entry into its registry, make KawaiiUtil part of the public API展开版本: 0.3.14+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 183[1.18+] oωo - 0.3.13owo-lib-0.3.13+1.18.jar下载0.3.13+1.18#ReleaseAPI change in FieldProcessingSubject and its dependents - all methods that got passed ID and value now also get passed the field object展开版本: 0.3.13+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 106[1.18+] oωo - 0.3.12owo-lib-0.3.12+1.18.jar下载0.3.12+1.18#ReleaseFix compat crash on servers if \"OperatingSystem\" was classloaded展开版本: 0.3.12+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 124[1.18+] oωo - 0.3.11owo-lib-0.3.11+1.18.jar下载0.3.11+1.18#ReleaseFix crashing servers through item group init, allow agreeing to the eula in the server console展开版本: 0.3.11+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 111[1.18+] oωo - 0.3.10owo-lib-0.3.10+1.18.jar下载0.3.10+1.18#ReleaseFix crash when using auto registry on a class with null fields, add /logger debug command for changing the global logging level at runtime, make opening links and files be handled off-thread to avoid stalling the client, make it possible for owo item groups to display only one tab, use the slider from the custom texture展开版本: 0.3.10+1.18支持游戏: 1.18, 1.18.1类型:FabricRelease下载次数: 121[1.18] oωo - 0.3.8owo-lib-0.3.8+1.18.jar下载0.3.8+1.18#ReleasePort to 1.18 proper, fix hard-requiring REI in dev展开版本: 0.3.8+1.18支持游戏: 1.18类型:FabricRelease下载次数: 252[1.18-pre8] oωo - 0.3.7owo-lib-0.3.7+1.18.jar下载0.3.7+1.18#ReleaseFix TagInjector affecting all tag types展开版本: 0.3.7+1.18支持游戏: 1.18-pre8类型:FabricRelease下载次数: 102[1.18-pre8] oωo - 0.3.6owo-lib-0.3.6+1.18.jar下载0.3.6+1.18#ReleaseAdded TagInjector util展开版本: 0.3.6+1.18支持游戏: 1.18-pre8类型:FabricRelease下载次数: 108[1.18-pre8] oωo - 0.3.5owo-lib-0.3.5+1.18.jar下载0.3.5+1.18#ReleaseI had to fix so many stupid mistakes while porting it\'s actually amazing展开版本: 0.3.5+1.18支持游戏: 1.18-pre8类型:FabricRelease下载次数: 109[1.17+] oωo - 0.3.2owo-lib-0.3.2+1.17.jar下载0.3.2+1.17#ReleaseAdded teleport util展开版本: 0.3.2+1.17支持游戏: 1.17, 1.17.1类型:FabricRelease下载次数: 1,869[21w43a] oωo - 0.3.0owo-0.3.0+1.18.jar下载0.3.0+1.18#AlphaFirst 1.18 port展开版本: 0.3.0+1.18支持游戏: 21w43a类型:FabricAlpha下载次数: 297[1.17+] oωo - 0.3.1owo-0.3.1.jar下载0.3.1#ReleaseAdded animated texture support for tab icons, added support for loading mod data from \"moddata\"展开版本: 0.3.1支持游戏: 1.17, 1.17.1类型:FabricRelease下载次数: 134[1.17+] oωo - 0.3.0owo-0.3.0.jar下载0.3.0#Releaseowo-0.3.0-dev.jar下载0.3.0#Releaseowo-0.3.0-sources-dev.jar下载0.3.0#Releaseowo-0.3.0-sources.jar下载0.3.0#ReleaseMid-sized feature update with breaking changes, for changelog see https://github.com/glisco03/owo-lib/releases/tag/0.3.0-fixed-rei展开版本: 0.3.0支持游戏: 1.17, 1.17.1类型:FabricRelease下载次数: 360[1.17+] oωo - 0.2.1owo-0.2.1.jar下载0.2.1#ReleaseDon\'t break when someone tries to use json groups展开版本: 0.2.1支持游戏: 1.17, 1.17.1类型:FabricRelease下载次数: 104[1.17+] oωo 0.2.0owo-0.2.0.jar下载0.2.0#Betaowo-0.2.0-dev.jar下载0.2.0#Betaowo-0.2.0-sources-dev.jar下载0.2.0#Betaowo-0.2.0-sources.jar下载0.2.0#Beta展开版本: 0.2.0支持游戏: 1.17, 1.17.1类型:FabricBeta下载次数: 1,121全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
oωo
楼主 2025-8-10 18:47:45 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-1-16 03:17 , Processed in 0.287326 second(s), 124 queries .

快速回复 返回顶部 返回列表