|
围巾(Scarves)Github |相关wiki |源站链接支持: fabric , quilt舒适的动态模拟布料饰品
围巾是一种饰品,可以让玩家身后留下模拟布料般飘逸、柔软的轨迹。
开始之初
为了开始制作围巾,您需要制作一条围巾和一个围巾订书机,然后使用订书机将羊毛块或其他物品连接到左侧和/或右侧围巾尾部。
又或者,您可以直接从创意模式菜单中偷取一个现成的彩虹围巾。这里没有围巾警察。
理论长度
围巾的理论长度限制为“不会让服务器崩溃的任何长度”。围巾可以长达数个区块。再次强调,这里没有围巾警察。
截图:
来自Modrinth所有游戏版本1.21.11.21.21.21.31.21.41.20.41.201.20.11.19.2所有类型fabricquiltScarves 1.4.6+1.21.1scarves-1.4.6+1.21.1.jar下载1.4.6+1.21.1#Release- Slight optimization to do less work and create fewer objects inside of each frame.展开版本: 1.4.6+1.21.1支持游戏: 1.21.1, 1.21.2, 1.21.3类型:FabricRelease下载次数: 2,256Scarves 1.4.5+1.21.1scarves-1.4.5+1.21.1.jar下载1.4.5+1.21.1#ReleaseNo new code in this release, just a new included version of StaticData to fix a bug with staticdata packs in Windows.展开版本: 1.4.5+1.21.1支持游戏: 1.21.1, 1.21.2, 1.21.3类型:FabricRelease下载次数: 579Scarves 1.4.4+1.21.1scarves-1.4.4+1.21.1.jar下载1.4.4+1.21.1#Release## Data Driving... Now With Sodium!### BugfixesThe main reason for this release is to fix a pretty bad bug where scarves fail to position correctly when Sodium is present. A lot of math is \"factored out\" by Sodium, resulting in efficient reuse of pre-computed values, but this prevents me from grabbing some data directly off the models. If Sodium is detected, the missing data is estimated. It\'s not perfect, but it\'s actually pretty darn close considering what is lost.**Known bugs in this system:** Elytra flight, especially in third person, has poor scarf adhesion. This has always been a problem case because the player doesn\'t lean from the same pivot that they do when swimming or crouching.### Compatibility UpdatesThis release also cuts two mixins by moving some information from code to data. Bees and foxes are implemented internally using the same system mods can use to add their own support for scarves.To add support, you need to do two things:- Add or set aside whatever slot that scarves should sit in. By convention, most entities use the \"head/left_scarf\" trinket slot.- Include static data in the `scarves/slot_configs` path. (as in, `src/main/resources/staticdata/scarves/slot_configs/whatever.json`). You don\'t need to depend on staticdata, just have the json in your mod jar. Check the Scarves source for examples, or ask me for details!**Known bugs in this system:** Tameable entities that prioritize sitting over item use, such as cats and wolves, will prevent the scarf item from pinning to them automatically. Additionally, highly animated entities may visually \"bug out\" or flicker if scarves are pinned to a modelpart like \"body\" instead of \"\". Minecraft\'s animations appear to rely on stateful behavior in the entity model. Pin to the entity root if possible, it\'s faster!展开版本: 1.4.4+1.21.1支持游戏: 1.21.1, 1.21.2, 1.21.3, 1.21.4类型:FabricRelease下载次数: 440Scarves 1.4.3+1.21.1scarves-1.4.3+1.21.1.jar下载1.4.3+1.21.1#ReleaseThis release is a patch to guard against malformed JREs that are shipped without the required RandomGenerators.展开版本: 1.4.3+1.21.1支持游戏: 1.21.1, 1.21.2, 1.21.3, 1.21.4类型:FabricRelease下载次数: 513Scarves 1.4.2+1.21.1scarves-1.4.2+1.21.1.jar下载1.4.2+1.21.1#ReleaseThis release fixes a component registration bug where Scarves would crash if Polymer was present.展开版本: 1.4.2+1.21.1支持游戏: 1.21.1, 1.21.2, 1.21.3, 1.21.4类型:FabricRelease下载次数: 71Scarves 1.4.1+1.21.1scarves-1.4.1+1.21.1.jar下载1.4.1+1.21.1#ReleaseThis is a minor update- Fixes a fatal error when trying to equip the Scarf Stapler as equipment.展开版本: 1.4.1+1.21.1支持游戏: 1.21.1, 1.21.2, 1.21.3, 1.21.4类型:FabricRelease下载次数: 30Scarves 1.4.0+1.21.1scarves-1.4.0+1.21.1.jar下载1.4.0+1.21.1#ReleaseIn honor of the upcoming \"Play With Friends\" Minecraft update, I thought I\'d make my own.In this version, it\'s easier than ever to define new Fabric Squares, provide or process pre-rolled scarf design layouts, and even define new Scarf-Haver entities. Scarves have been split into two slots with one individual tail each, so you can pair up two pride flags more easily. A lot of work went in under the hood to expand scarf eligibility to new friends.- Update to 1.21.1- Componentize ScarfDesign and FabricSquare, so any item can count as a fabric square or a scarf design with no registration.- Staticdata now sneaks default components onto the targeted items- Moved scarf slot from body to head, and split into left and right slot. Each scarf has only one tail now.- Scarf Stapler and Scarf Serger interfaces rearranged to acommodate all these changes- The way scarves are pinned to entities has totally changed.- Bee scarves. Fox scarves. Rightclick a friend with a scarf to place it in their scarf slot. If they\'re already wearing a scarf, it\'ll swap them. Support for more animals is coming!展开版本: 1.4.0+1.21.1支持游戏: 1.21.1, 1.21.2, 1.21.3, 1.21.4类型:FabricRelease下载次数: 62Scarves 1.3.3+1.20.4scarves-1.3.3+1.20.4.jar下载1.3.3+1.20.4#ReleaseFixed static data loading for modded blocks and items. 1.3.2 required them to exist before Scarves\' modInitializer. This is no longer the case.This version is a recommended upgrade for anyone who wants to customize the staple-able items.## Known issues- Something broke in 1.20.4 with stapling scarves to each other. I\'m still investigating this, and will release a specific fix version for that too.展开版本: 1.3.3+1.20.4支持游戏: 1.20.4类型:FabricRelease下载次数: 923Scarves 1.3.2+1.20.4scarves-1.3.2.jar下载1.3.2+1.20.4#Release- Updated to 1.20.4- Scarves now show their colors in the GUI- Scarves now reads static data to import new fabric squares- All builtins now come from static data展开版本: 1.3.2+1.20.4支持游戏: 1.20.4类型:FabricRelease下载次数: 86Scarves 1.3.0scarves-1.3.0.jar下载1.3.0#ReleaseThis release is a significant improvement on 1.2.x.- Fixed a bug causing scarves to jitter in tick-deprived environments such as when performance-enhancing mods are installed.- Marked several more blocks as eligible to be fabric squares- Finished implementing the scarf serger展开版本: 1.3.0支持游戏: 1.20, 1.20.1类型:FabricRelease下载次数: 12,691Scarves 1.2.2+1.20scarves-1.2.2.jar下载1.2.2+1.20#ReleaseUpdates the mod to 1.20.Features are identical to the 1.2 version shown at Modfest.展开版本: 1.2.2+1.20支持游戏: 1.20类型:FabricQuiltRelease下载次数: 4011.2scarves-1.2.0.jar下载1.2#Release- Doubled the gravity on scarves. Then doubled it again.- Added the ability to staple scarves to the ends of other scarves- Cap the maximum length for scarf stapling, for modfest- Added slot icons to the Scarf Stapler- Added a scarf trinket slot to the Scarf Stapler so that you can work on the scarf you\'re wearing- Chopped down creative mode scarves to short one-sided scarves for ease of stapling- Attach scarves better during elytra flight and swimming- Handle vertical scarves better; slope squares so they don\'t lose so much volume as they tilt- Respond to wind if wind is provided- Smooth all tick-based movement using frame deltaTime and lerps展开版本: 1.2支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 5,8931.1.0scarves-1.1.0.jar下载1.1.0#Release- Fixed missing icon on creative tab- Prevented Scarf Stapler from consuming items when no scarf is in the middle slot- Added a \"scarves\" entrypoint so that mods can register fabric square items without creating a hard dependency展开版本: 1.1.0支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 2081.0.0scarves-1.0.0.jar下载1.0.0#ReleaseFirst standalone scarves release!展开版本: 1.0.0支持游戏: 1.19.2类型:FabricQuiltRelease下载次数: 186全部版本
markdown_parsed
文章类型:收录
layui.use([\'form\'], function(){
var form = layui.form;
});
围巾(Scarves)-MOD模组 |
楼主
2025-8-10 19:11:30
回复(0)
收起回复
|