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

[模组分享] 道具阶段 (Item Stages)-MOD模组

[复制链接]

5159

主题

5

回帖

6143

积分

龙❁妻

Rank: 8Rank: 8

经验
6143 EP
金粒
929 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 18:07:33 | 显示全部楼层 |阅读模式
道具阶段 (Item Stages)Github |相关wiki |源站链接支持: forge允许将物品限制在特定阶段。

这个模组是 API 的附加内容。它允许将物品和方块放入自定义进度系统中。您应该查看GameStage API模组的描述以获取更多信息。简单来说,阶段是由模组包或服务器设置的进度系统的一部分。通过命令给予玩家阶段,通常由任务模组、进度或甚至是命令方块运行。

设置

这个模组使用 https://www.modrinth.com/mod/crafttweaker]CraftTweaker 进行配置。

此模组添加了一个新的 ZenScript 方法来添加物品阶段限制。您可以使用特定的物品/方块 ID,或者使用矿辞条目。如果使用矿辞,那么所有属于该矿辞的条目都将被限制。mods.ItemStages.addItemStage(String stage, Item/Block/OreDict);

效果

当物品被此模组限制时,将会发生几件事情以阻止玩家使用该物品。

- 持有被限制的物品将立即掉落。(可配置)
- 将物品装备到副手、盔甲或饰品槽中将会使其掉落。(可配置)
- 玩家无法使用鼠标右键或左键点击该物品。(可配置)
- 工具提示将被替换为限制消息。
- 该物品在JEI中将不可见。

示例脚本

// 示例脚本

// 将石头锁定到第一阶段
mods.ItemStages.addItemStage(\"one\", <minecraft:stone>);

// 将所有注册的唱片锁定到第二阶段
mods.ItemStages.addItemStage(\"two\", <ore:record>);

// 将一个模组的所有物品锁定到一个阶段
mods.ItemStages.stageModItems(\"one\", \"minecraft\");

// 将一个液体锁定到一个阶段。这仅影响JEI
mods.ItemStages.stageLiquid(\"nine\", <liquid:water>);Copy已复制!

来自Modrinth所有游戏版本1.20.11.20.31.20.21.19.41.201.18.21.19.21.16.51.12.2所有类型forgeItemStages-Forge-1.20.1-8.0.3ItemStages-Forge-1.20.1-8.0.3.jar下载8.0.3#Release- Fix restrictions created with CraftTweaker scripts not being created on dedicated clients. [(2ceaff5)](https://github.com/Darkhax-Minecraft/ItemStages/commit/2ceaff5)This project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you. Thank you!- lothrazar- Spencer Gilbert- mums spaghetti- Pongo Sapiens- noobanidus- Darkosto展开版本: 8.0.3支持游戏: 1.20.1类型:ForgeRelease下载次数: 47,477ItemStages-Forge-1.20.3-10.0.1ItemStages-Forge-1.20.3-10.0.1.jar下载10.0.1#Release- Port to MC 1.20.3 [(40e8a7c)](https://github.com/Darkhax-Minecraft/ItemStages/commit/40e8a7c)This project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you. Thank you!- lothrazar- Spencer Gilbert- Pongo Sapiens- noobanidus- Darkosto展开版本: 10.0.1支持游戏: 1.20.3类型:ForgeRelease下载次数: 76ItemStages-Forge-1.20.2-9.0.2ItemStages-Forge-1.20.2-9.0.2.jar下载9.0.2#Release- Update build dependencies. [(e0a278b)](https://github.com/Darkhax-Minecraft/ItemStages/commit/e0a278b)This project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you. Thank you!- lothrazar- Spencer Gilbert- Pongo Sapiens- noobanidus- Darkosto展开版本: 9.0.2支持游戏: 1.20.2类型:ForgeRelease下载次数: 106ItemStages-Forge-1.20.2-9.0.1ItemStages-Forge-1.20.2-9.0.1.jar下载9.0.1#Release- Port to MC 1.20.2 [(bbbfb80)](https://github.com/Darkhax-Minecraft/ItemStages/commit/bbbfb80)This project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you. Thank you!- lothrazar- Spencer Gilbert- Pongo Sapiens- noobanidus- Darkosto展开版本: 9.0.1支持游戏: 1.20.2类型:ForgeRelease下载次数: 63ItemStages-Forge-1.20.1-8.0.2ItemStages-Forge-1.20.1-8.0.2.jar下载8.0.2#Release- Add Russian localization. Thanks to TheAnaxMan. [(6bd52a6)](https://github.com/Darkhax-Minecraft/ItemStages/commit/6bd52a6)This project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you. Thank you!- lothrazar- Spencer Gilbert- Pongo Sapiens- noobanidus- Darkosto展开版本: 8.0.2支持游戏: 1.20.1类型:ForgeRelease下载次数: 300ItemStages-Forge-1.20.1-8.0.1ItemStages-Forge-1.20.1-8.0.1.jar下载8.0.1#Release- Port to MC 1.20.1 [(461bd4e)](https://github.com/Darkhax-Minecraft/ItemStages/commit/461bd4e)This project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you. Thank you!- Spencer Gilbert- Pongo Sapiens- Charles Bernal- noobanidus- Darkosto- Borealis German展开版本: 8.0.1支持游戏: 1.20.1类型:ForgeRelease下载次数: 173Item Stages 6.0.1ItemStages-Forge-1.19.4-6.0.1.jar下载6.0.1#Release- Port to MC 1.19.4, thanks to remplerusThis project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you. Thank you!- Spencer Gilbert- Pongo Sapiens- Charles Bernal- Darkosto- Borealis German展开版本: 6.0.1支持游戏: 1.19.4类型:ForgeRelease下载次数: 105ItemStages-Forge-1.20-7.0.1ItemStages-Forge-1.20-7.0.1.jar下载7.0.1#Release- Port to Minecraft 1.20 [(402c13c)](https://github.com/Darkhax-Minecraft/ItemStages/commit/402c13c)This project is made possible by [Patreon](https://www.patreon.com/Darkhax?itemstages) support from players like you. Thank you!- Spencer Gilbert- Pongo Sapiens- Charles Bernal- Darkosto- Borealis German展开版本: 7.0.1支持游戏: 1.20类型:ForgeRelease下载次数: 96ItemStages-Forge-1.18.2-4.0.3ItemStages-Forge-1.18.2-4.0.3.jar下载4.0.3#Release<ul><li>Remove support for Tweedle. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/9292200\" rel=\"nofollow\">(9292200)</a></li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Spencer Gilbert</li><li>Pongo Sapiens</li><li>Darkosto</li><li>Borealis German</li><li>fbigummy</li></ul>展开版本: 4.0.3支持游戏: 1.18.2类型:ForgeRelease下载次数: 167ItemStages-Forge-1.19.2-5.0.2ItemStages-Forge-1.19.2-5.0.2.jar下载5.0.2#Alpha<p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>lothrazar</li><li>Spencer Gilbert</li><li>Pongo Sapiens</li><li>Darkosto</li><li>Borealis German</li></ul>展开版本: 5.0.2支持游戏: 1.19.2类型:ForgeAlpha下载次数: 463ItemStages-Forge-1.18.2-4.0.1ItemStages-Forge-1.18.2-4.0.1.jar下载4.0.1#Beta<ul><li>Initial port to 1.18.2, thanks to remplerus for doing most of the work.</li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>lothrazar</li><li>Spencer Gilbert</li><li>Pongo Sapiens</li><li>Darkosto</li><li>Borealis German</li></ul>展开版本: 4.0.1支持游戏: 1.18.2类型:ForgeBeta下载次数: 78ItemStages-Forge-1.16.5-3.0.9ItemStages-Forge-1.16.5-3.0.9.jar下载3.0.9#Beta<ul><li>Merge branch \'forge-1.16.5\' of <a href=\"https://github.com/Darkhax-Minecraft/ItemStages\" rel=\"nofollow\">https://github.com/Darkhax-Minecraft/ItemStages</a> into forge-1.16.5 <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/3b43d97\" rel=\"nofollow\">(3b43d97)</a></li><li>Add exclusions to createModRestriction <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/605565e\" rel=\"nofollow\">(605565e)</a></li><li>Equipment is now handled separately from inventory. This now uses the preventEquipment method. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/b3ee4cd\" rel=\"nofollow\">(b3ee4cd)</a></li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Rempler</li><li>lothrazar</li><li>arcanearchivesmod</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 3.0.9支持游戏: 1.16.5类型:ForgeBeta下载次数: 2,337ItemStages-Forge-1.16.5-3.0.8ItemStages-Forge-1.16.5-3.0.8.jar下载3.0.8#Alpha<ul><li>Add german localization. Thanks to cerus. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/2a21fbd\" rel=\"nofollow\">(2a21fbd)</a></li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Rempler</li><li>lothrazar</li><li>arcanearchivesmod</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 3.0.8支持游戏: 1.16.5类型:ForgeAlpha下载次数: 78ItemStages-Forge-1.16.5-3.0.7ItemStages-Forge-1.16.5-3.0.7.jar下载3.0.7#Alpha<ul><li>Add french localization. Thanks to Lykrast. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/36a89b5\" rel=\"nofollow\">(36a89b5)</a></li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Rempler</li><li>lothrazar</li><li>arcanearchivesmod</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 3.0.7支持游戏: 1.16.5类型:ForgeAlpha下载次数: 76ItemStages-Forge-1.16.5-3.0.6ItemStages-Forge-1.16.5-3.0.6.jar下载3.0.6#Alpha<ul><li>Added example scripts to CraftTweaker\'s /example command. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/ea8b194\" rel=\"nofollow\">(ea8b194)</a></li><li>Fix restrictions being tested redundantly. #63 <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/934a201\" rel=\"nofollow\">(934a201)</a></li><li>Cache restrictions that prevent holding in inventory separately. #63 <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/83d1932\" rel=\"nofollow\">(83d1932)</a></li><li>Add mod restriction that accepts multiple mod IDs. #63 <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/8fa1dc1\" rel=\"nofollow\">(8fa1dc1)</a></li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Rempler</li><li>lothrazar</li><li>arcanearchivesmod</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 3.0.6支持游戏: 1.16.5类型:ForgeAlpha下载次数: 88ItemStages-Forge-1.16.5-3.0.5ItemStages-Forge-1.16.5-3.0.5.jar下载3.0.5#Alpha<ul><li>Remove stream overhead from Restriction#isRestricted <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/b711c8f\" rel=\"nofollow\">(b711c8f)</a></li><li>Skip inventory checks for empty slots. #63 <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/372c9b2\" rel=\"nofollow\">(372c9b2)</a></li><li>Prevent RestrictionManager from looking up empty/air stacks. #63 <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/9f66af3\" rel=\"nofollow\">(9f66af3)</a></li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Rempler</li><li>lothrazar</li><li>arcanearchivesmod</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 3.0.5支持游戏: 1.16.5类型:ForgeAlpha下载次数: 110ItemStages-Forge-1.16.5-3.0.4ItemStages-Forge-1.16.5-3.0.4.jar下载3.0.4#Alpha<ul><li>Move from cache of an ingredient manager to a fresher copy. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/45605fc\" rel=\"nofollow\">(45605fc)</a></li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Rempler</li><li>arcanearchivesmod</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 3.0.4支持游戏: 1.16.5类型:ForgeAlpha下载次数: 69ItemStages-Forge-1.16.5-3.0.3ItemStages-Forge-1.16.5-3.0.3.jar下载3.0.3#Alpha<ul><li>Compiled against CraftTweaker 7.1.1.400. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/29ede20\" rel=\"nofollow\">(29ede20)</a></li><li>Fix JEI support causing errors under certain multiplayer circumstances. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/50dbfd7\" rel=\"nofollow\">(50dbfd7)</a></li><li>Fix tooltip code causing crashes on the server. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/cb77c83\" rel=\"nofollow\">(cb77c83)</a></li><li>Improve stage restriction registration by moving to CraftTweaker\'s Action system. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/bc9f484\" rel=\"nofollow\">(bc9f484)</a></li><li>Fixed code formatting. <a href=\"https://github.com/Darkhax-Minecraft/ItemStages/commit/aa07247\" rel=\"nofollow\">(aa07247)</a></li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Rempler</li><li>arcanearchivesmod</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 3.0.3支持游戏: 1.16.5类型:ForgeAlpha下载次数: 104ItemStages-Forge-1.16.5-3.0.2ItemStages-Forge-1.16.5-3.0.2.jar下载3.0.2#Alpha<h1>PREVIEW NOTICE</h1><p>This release is considered an alpha preview. Preview versions are meant to be used to collect user feedback on changes and find any critical bugs. If you use this version to build your pack please keep this in mind. There may be breaking changes in future versions or serious bugs that have not been found yet. </p><ul><li>Port to Minecraft 1.16.5</li><li>Migrate to Gradle 7.1.1</li><li>Migrate to ForgeGradle 5.1</li><li>Migrate from MCP mappings to official Mojang one.</li></ul><p>This mod was made possible by <a href=\"https://www.patreon.com/Darkhax?itemstages\" rel=\"nofollow\">Patreon</a> support from players like you. Thank you!</p><ul><li>Rempler</li><li>arcanearchivesmod</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 3.0.2支持游戏: 1.16.5类型:ForgeAlpha下载次数: 81ItemStages-1.12.2-2.0.51ItemStages-1.12.2-2.0.51.jar下载2.0.51#Alpha<ul><li>Update build.gradle (#53) - Jasmine Iwanek</li></ul><p>Huge thanks to my supporters on <a href=\"https://www.patreon.com/Darkhax?MCChangelog?ItemStages\" rel=\"nofollow\">Patreon</a></p><ul><li>NillerMedDild</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 2.0.51支持游戏: 1.12.2类型:ForgeAlpha下载次数: 7,400ItemStages-1.12.2-2.0.50ItemStages-1.12.2-2.0.50.jar下载2.0.50#Alpha<ul><li>Added \"stageLiquidAndBucket\" method. Closes #47 - Tyler Hancock</li></ul><p>Huge thanks to my supporters on <a href=\"https://www.patreon.com/Darkhax?MCChangelog?ItemStages\" rel=\"nofollow\">Patreon</a></p><ul><li>NillerMedDild</li><li>Jonathan McManus</li><li>Varitek</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 2.0.50支持游戏: 1.12.2类型:ForgeAlpha下载次数: 87ItemStages-1.12.2-2.0.49ItemStages-1.12.2-2.0.49.jar下载2.0.49#Release<ul><li>Fixed order of operations for comparing items. Fixes several obscure bugs where things fail to be staged. #45 - Tyler Hancock</li></ul><p>Huge thanks to my supporters on <a href=\"https://www.patreon.com/Darkhax?MCChangelog?ItemStages\" rel=\"nofollow\">Patreon</a></p><ul><li>NillerMedDild</li><li>Jonathan McManus</li><li>Varitek</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 2.0.49支持游戏: 1.12.2类型:ForgeRelease下载次数: 3,786ItemStages-1.12.2-2.0.47ItemStages-1.12.2-2.0.47.jar下载2.0.47#Alpha<ul><li>Added example of new jei category feature to the readme. - Tyler Hancock</li><li>Formatting changes. - Tyler Hancock</li><li>Added a command to dump some of the stages. - Tyler Hancock</li><li>Added JEI Recipe Category hiding. - Tyler Hancock</li><li>Remove deprecated GameStages and Bookshelf code. - Tyler Hancock</li><li>Removed use of deprecated JEI code. - Tyler Hancock</li><li>Updated dependencies. Now requires at least JEI 4.14.4.264, and GameStages 2.0.114. - Tyler Hancock</li><li>Fixed http leak when accessing dependencies in dev environment. - Tyler Hancock</li><li>Moved JEI code to the compat dir. - Tyler Hancock</li></ul><p>Huge thanks to my supporters on <a href=\"https://www.patreon.com/Darkhax?MCChangelog?ItemStages\" rel=\"nofollow\">Patreon</a></p><ul><li>NillerMedDild</li><li>Jonathan McManus</li><li>Tristan McMahon</li><li>Pongo Sapiens</li><li>Darkosto</li></ul>展开版本: 2.0.47支持游戏: 1.12.2类型:ForgeAlpha下载次数: 45ItemStages-1.12.2-2.0.46ItemStages-1.12.2-2.0.46.jar下载2.0.46#Release<ul><li>Moved to new gradle build secrets system, and added thanks to patreons in changelog. - Tyler Hancock</li></ul><p>Huge thanks to my supporters on <a href=\"https://www.patreon.com/Darkhax?MCChangelog?ItemStages\" rel=\"nofollow\">Patreon</a></p><ul><li>Niels Pilgaard Gr�ndahl</li><li>yaibatoken</li><li>Darkosto</li></ul>展开版本: 2.0.46支持游戏: 1.12.2类型:ForgeRelease下载次数: 79ItemStages-1.12.2-2.0.45ItemStages-1.12.2-2.0.45.jar下载2.0.45#Alpha<ul><li>Improved compat with modded tooltips. - Tyler Hancock</li></ul>展开版本: 2.0.45支持游戏: 1.12.2类型:ForgeAlpha下载次数: 40ItemStages-1.12.2-2.0.44ItemStages-1.12.2-2.0.44.jar下载2.0.44#Release<ul><li>Added info about undocumented features. - Tyler Hancock</li><li>Added the ability to restrict info from tooltips. - Tyler Hancock</li><li>Build against JEI itself and not just the API. - Tyler Hancock</li><li>Build against the latest JEI - Tyler Hancock</li></ul>展开版本: 2.0.44支持游戏: 1.12.2类型:ForgeRelease下载次数: 31ItemStages-1.12.2-2.0.43ItemStages-1.12.2-2.0.43.jar下载2.0.43#Alpha<ul><li>refactor: remove un-needed system out (#36) - Kieron Richardson</li></ul>展开版本: 2.0.43支持游戏: 1.12.2类型:ForgeAlpha下载次数: 23ItemStages-1.12.2-2.0.42ItemStages-1.12.2-2.0.42.jar下载2.0.42#Alpha<ul><li>Fixed weird deobf issue with FG. - Tyler Hancock</li><li>Updated gamestage dep - Tyler Hancock</li></ul>展开版本: 2.0.42支持游戏: 1.12.2类型:ForgeAlpha下载次数: 25ItemStages-1.12.2-2.0.41ItemStages-1.12.2-2.0.41.jar下载2.0.41#Alpha<ul><li>Added some more examples to the readme. - Tyler Hancock</li></ul>展开版本: 2.0.41支持游戏: 1.12.2类型:ForgeAlpha下载次数: 20ItemStages-1.12.2-2.0.40ItemStages-1.12.2-2.0.40.jar下载2.0.40#Alpha<ul><li>Updated minimum version of GameStages to 2.0.109. - Tyler Hancock</li><li>Fixed some client/server interaction issues with using items. - Tyler Hancock</li><li>Fixed comparisons with partial NBT not working as expected on tags with sub compounds or tag lists. - Tyler Hancock</li><li>Fixed tooltips not being modified. - Tyler Hancock</li><li>Fixed some files having weird formatting. - Tyler Hancock</li></ul>展开版本: 2.0.40支持游戏: 1.12.2类型:ForgeAlpha下载次数: 16ItemStages-1.12.2-2.0.39ItemStages-1.12.2-2.0.39.jar下载2.0.39#Alpha<ul><li>Updates (#30) - Jasmine Iwanek</li></ul>展开版本: 2.0.39支持游戏: 1.12.2类型:ForgeAlpha下载次数: 25ItemStages-1.12.2-2.0.38ItemStages-1.12.2-2.0.38.jar下载2.0.38#Alpha<ul><li>Update nodecraft logo (#29) - Antoine</li></ul>展开版本: 2.0.38支持游戏: 1.12.2类型:ForgeAlpha下载次数: 28ItemStages-1.12.2-2.0.37ItemStages-1.12.2-2.0.37.jar下载2.0.37#Alpha<ul><li>Update gradle deps. - Tyler Hancock</li><li>Fixed class formatting using eclipse formatting. - Tyler Hancock</li></ul>展开版本: 2.0.37支持游戏: 1.12.2类型:ForgeAlpha下载次数: 24ItemStages-1.12.2-2.0.36ItemStages-1.12.2-2.0.36.jar下载2.0.36#Alpha<ul><li>Fixed client always setting dig speed to 0. - Tyler Hancock</li><li>Updated to build against newest GameStages version. - Tyler Hancock</li></ul>展开版本: 2.0.36支持游戏: 1.12.2类型:ForgeAlpha下载次数: 20ItemStages-1.12.2-2.0.35ItemStages-1.12.2-2.0.35.jar下载2.0.35#Release<ul><li>Updated to GameStages 2.0 - Tyler Hancock</li></ul>展开版本: 2.0.35支持游戏: 1.12.2类型:ForgeRelease下载次数: 22ItemStages-1.12.2-1.0.34ItemStages-1.12.2-1.0.34.jar下载1.0.34#Alpha<ul><li>Slightly improved ram usage. - Tyler Hancock</li><li>Updated dependencies. - Tyler Hancock</li></ul>展开版本: 1.0.34支持游戏: 1.12.2类型:ForgeAlpha下载次数: 33ItemStages-1.12.2-1.0.33ItemStages-1.12.2-1.0.33.jar下载1.0.33#Release<ul><li>Fix serverside crash #14 - Tyler Hancock</li></ul>展开版本: 1.0.33支持游戏: 1.12.2类型:ForgeRelease下载次数: 24ItemStages-1.12.2-1.0.32ItemStages-1.12.2-1.0.32.jar下载1.0.32#Alpha<ul><li>Fixed issue with enchanted tools not being hidden when they should be. - Tyler Hancock</li><li>Fixed stage lookup using backwards order. - Tyler Hancock</li><li>Added auto meta detecting for specific stack entries. - Tyler Hancock</li><li>Tools and wildcard meta is now automatically accounted for. - Tyler Hancock</li><li>Made Stage compare logic a bit more clear. - Tyler Hancock</li><li>Updated all deps - Tyler Hancock</li></ul>展开版本: 1.0.32支持游戏: 1.12.2类型:ForgeAlpha下载次数: 20ItemStages-1.12.2-1.0.31ItemStages-1.12.2-1.0.31.jar下载1.0.31#Alpha<ul><li>Added the ability to specify a specific unknown unfamiliar name. - Tyler Hancock</li><li>Dropped message now uses translations. It\'s also a status message instead of chat. - Tyler Hancock</li><li>Tooltip now uses translations, and has been reworded to make more sense. - Tyler Hancock</li></ul>展开版本: 1.0.31支持游戏: 1.12.2类型:ForgeAlpha下载次数: 21ItemStages-1.12.2-1.0.30ItemStages-1.12.2-1.0.30.jar下载1.0.30#Release<ul><li>Added config option to prevent tooltip changes. Closes #13 - Tyler Hancock</li></ul>展开版本: 1.0.30支持游戏: 1.12.2类型:ForgeRelease下载次数: 23ItemStages-1.12.2-1.0.29ItemStages-1.12.2-1.0.29.jar下载1.0.29#Alpha<ul><li>Split client/server load complete hook. Fixes #12 - Tyler Hancock</li><li>Removed deprecated code. - Tyler Hancock</li></ul>展开版本: 1.0.29支持游戏: 1.12.2类型:ForgeAlpha下载次数: 25ItemStages-1.12.2-1.0.28ItemStages-1.12.2-1.0.28.jar下载1.0.28#Release<ul><li>Add a tooltip to show what stage an item belongs to for Create/advanced - Tyler Hancock</li><li>Formatting. - Tyler Hancock</li><li>Updated minimum bookshelf version. - Tyler Hancock</li><li>Added the ability to hide liquids, now go away darko - Tyler Hancock</li><li>Added a config option to prevent JEI hiding. - Tyler Hancock</li><li>Added a method to stage an entire mod. - Tyler Hancock</li></ul>展开版本: 1.0.28支持游戏: 1.12.2类型:ForgeRelease下载次数: 28ItemStages-1.12.2-1.0.26ItemStages-1.12.2-1.0.26.jar下载1.0.26#Alpha<ul><li>Deduplicated restriction crt action code. - Tyler Hancock</li></ul>展开版本: 1.0.26支持游戏: 1.12.2类型:ForgeAlpha下载次数: 30ItemStages-1.12.2-1.0.25ItemStages-1.12.2-1.0.25.jar下载1.0.25#Alpha<ul><li>Fixed up the isTagEmpty check not using existing methods. - Tyler Hancock</li></ul>展开版本: 1.0.25支持游戏: 1.12.2类型:ForgeAlpha下载次数: 30ItemStages-1.12.2-1.0.24ItemStages-1.12.2-1.0.24.jar下载1.0.24#Release<ul><li>Fixed not being able to use restricted items in creative mode. - Tyler Hancock</li></ul>展开版本: 1.0.24支持游戏: 1.12.2类型:ForgeRelease下载次数: 31ItemStages-1.12.2-1.0.23ItemStages-1.12.2-1.0.23.jar下载1.0.23#Release<ul><li>Players can now not right click or dig with restricted items. - Tyler Hancock</li><li>Added configuration options for holding or wearing restricted items. - Tyler Hancock</li></ul>展开版本: 1.0.23支持游戏: 1.12.2类型:ForgeRelease下载次数: 26ItemStages-1.12.2-1.0.22ItemStages-1.12.2-1.0.22.jar下载1.0.22#Alpha<ul><li>Fixed items being dropped only if you HAVE the stage you need. #8 - Tyler Hancock</li></ul>展开版本: 1.0.22支持游戏: 1.12.2类型:ForgeAlpha下载次数: 32ItemStages-1.12.2-1.0.21ItemStages-1.12.2-1.0.21.jar下载1.0.21#Alpha<ul><li>Improved tooltip and held item performance. - Tyler Hancock</li></ul>展开版本: 1.0.21支持游戏: 1.12.2类型:ForgeAlpha下载次数: 25ItemStages-1.12.2-1.0.20ItemStages-1.12.2-1.0.20.jar下载1.0.20#Release<ul><li>Updated required versions of Bookshelf and GameStages</li><li>Cleaned up how item stages are stored.</li><li>Item stages are now sorted before they\'re used. Technically faster.</li><li>Fixed resource reloading (F3 + T) causing desync with JEI.</li><li>Added the ability to remove stages in ZenScript. </li></ul>展开版本: 1.0.20支持游戏: 1.12.2类型:ForgeRelease下载次数: 40ItemStages-1.12.2-1.0.18ItemStages-1.12.2-1.0.18.jar下载1.0.18#Release<ul><li>Reduced the amount of times JEI syncs when a player dies or connects to a server.</li></ul>展开版本: 1.0.18支持游戏: 1.12.2类型:ForgeRelease下载次数: 35ItemStages-1.12.2-1.0.16ItemStages-1.12.2-1.0.16.jar下载1.0.16#Alpha<ul><li>Fixed issue with items that have variants with and without nbt. Close #3 - Tyler Hancock</li></ul>展开版本: 1.0.16支持游戏: 1.12.2类型:ForgeAlpha下载次数: 28ItemStages-1.12.2-1.0.15ItemStages-1.12.2-1.0.15.jar下载1.0.15#Alpha<ul><li>Added a line break to the restricted tooltip. - Tyler Hancock</li></ul>展开版本: 1.0.15支持游戏: 1.12.2类型:ForgeAlpha下载次数: 28ItemStages-1.12.2-1.0.14ItemStages-1.12.2-1.0.14.jar下载1.0.14#Release展开版本: 1.0.14支持游戏: 1.12.2类型:ForgeRelease下载次数: 24ItemStages-1.12.2-1.0.12ItemStages-1.12.2-1.0.12.jar下载1.0.12#Release<ul><li>Switched to Bookshelf\'s version of getting all item variants. - Tyler Hancock</li><li>Enabled parent access transformers. - Tyler Hancock</li><li>Updated required bookshelf. - Tyler Hancock</li></ul>展开版本: 1.0.12支持游戏: 1.12.2类型:ForgeRelease下载次数: 29ItemStages-1.12.2-1.0.11ItemStages-1.12.2-1.0.11.jar下载1.0.11#Alpha<ul><li>Switched to checking for nbt. - Tyler Hancock</li><li>Updated bookshelf dependency - Tyler Hancock</li></ul>展开版本: 1.0.11支持游戏: 1.12.2类型:ForgeAlpha下载次数: 36ItemStages-1.12.2-1.0.10ItemStages-1.12.2-1.0.10.jar下载1.0.10#Alpha<ul><li>Formatting changes. - Tyler Hancock</li><li>Forced JEI syncing to be on the main thread. - Tyler Hancock</li></ul>展开版本: 1.0.10支持游戏: 1.12.2类型:ForgeAlpha下载次数: 34ItemStages-1.12.2-1.0.9ItemStages-1.12.2-1.0.9.jar下载1.0.9#Alpha<ul><li>Split tooltip into multiple lines. - Tyler Hancock</li></ul>展开版本: 1.0.9支持游戏: 1.12.2类型:ForgeAlpha下载次数: 29ItemStages-1.12.2-1.0.8ItemStages-1.12.2-1.0.8.jar下载1.0.8#Alpha<ul><li>Made entries field lower case. - Tyler Hancock</li><li>Fixed entries not being added. Code was missing. - Tyler Hancock</li><li>Made it so entries can be merged together. - Tyler Hancock</li></ul>展开版本: 1.0.8支持游戏: 1.12.2类型:ForgeAlpha下载次数: 27ItemStages-1.12.2-1.0.7ItemStages-1.12.2-1.0.7.jar下载1.0.7#Release<ul><li>Creative players will no longer drop restricted items. - Tyler Hancock</li><li>Restriction entries can now contain multiple entries. - Tyler Hancock</li><li>Added support for wildcard stuff. #BlameJared - Tyler Hancock</li></ul>展开版本: 1.0.7支持游戏: 1.12.2类型:ForgeRelease下载次数: 33ItemStages-1.12.2-1.0.6ItemStages-1.12.2-1.0.6.jar下载1.0.6#Release<ul><li>Fixed issue with JEI and running on integrated servers. - Tyler Hancock</li><li>Updated dependencies. - Tyler Hancock</li></ul>展开版本: 1.0.6支持游戏: 1.12.2类型:ForgeRelease下载次数: 22ItemStages-1.12.2-1.0.5ItemStages-1.12.2-1.0.5.jar下载1.0.5#Release<ul><li>Formatting. - Tyler Hancock</li><li>Fixed players being able to use restricted items in offhand and armor slots. - Tyler Hancock</li></ul>展开版本: 1.0.5支持游戏: 1.12.2类型:ForgeRelease下载次数: 26ItemStages-1.12.2-1.0.4ItemStages-1.12.2-1.0.4.jar下载1.0.4#Alpha<ul><li>Added debug profiler. - Tyler Hancock</li><li>Removed printline. - Tyler Hancock</li></ul>展开版本: 1.0.4支持游戏: 1.12.2类型:ForgeAlpha下载次数: 36ItemStages-1.12.2-1.0.3ItemStages-1.12.2-1.0.3.jar下载1.0.3#Release<ul><li>Added min JEI version requirement. - Tyler Hancock</li><li>Fixed calling JEI code when JEI is not installed. - Tyler Hancock</li><li>Added entry to readme. - Tyler Hancock</li><li>Added JEI hiding support. - Tyler Hancock</li><li>Added method to get stack. - Tyler Hancock</li></ul>展开版本: 1.0.3支持游戏: 1.12.2类型:ForgeRelease下载次数: 34ItemStages-1.12.2-1.0.2ItemStages-1.12.2-1.0.2.jar下载1.0.2#Release<ul><li>Fixed curse project id. - Tyler Hancock</li></ul>展开版本: 1.0.2支持游戏: 1.12.2类型:ForgeRelease下载次数: 32全部版本

markdown_parsed

文章类型:收录

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

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

使用道具 举报

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

本版积分规则



介绍

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

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

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

官方

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

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

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

新会员

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

GMT+8, 2026-6-20 16:23 , Processed in 0.312937 second(s), 153 queries .

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