这个模组是 GameStages API 的附加内容。它允许将物品和方块放入自定义进度系统中。您应该查看GameStage API模组的描述以获取更多信息。简单来说,阶段是由模组包或服务器设置的进度系统的一部分。通过命令给予玩家阶段,通常由任务模组、进度或甚至是命令方块运行。
设置
这个模组使用 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>);
已复制!
来自Modrinth
ItemStages-Forge-1.20.1-8.0.3
ItemStages-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
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
类型: Forge
Release
下载次数: 38,253
ItemStages-Forge-1.20.3-10.0.1
ItemStages-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
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
类型: Forge
Release
下载次数: 73
ItemStages-Forge-1.20.2-9.0.2
ItemStages-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
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
类型: Forge
Release
下载次数: 104
ItemStages-Forge-1.20.2-9.0.1
ItemStages-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
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
类型: Forge
Release
下载次数: 62
ItemStages-Forge-1.20.1-8.0.2
ItemStages-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
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
类型: Forge
Release
下载次数: 297
ItemStages-Forge-1.20.1-8.0.1
ItemStages-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
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
类型: Forge
Release
下载次数: 171
Item Stages 6.0.1
ItemStages-Forge-1.19.4-6.0.1.jar下载6.0.1#Release
- Port to MC 1.19.4, thanks to remplerus
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
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
展开
版本: 6.0.1
支持游戏: 1.19.4
类型: Forge
Release
下载次数: 103
ItemStages-Forge-1.20-7.0.1
ItemStages-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
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
类型: Forge
Release
下载次数: 94
ItemStages-Forge-1.18.2-4.0.3
ItemStages-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>
<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
类型: Forge
Release
下载次数: 161
ItemStages-Forge-1.19.2-5.0.2
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 445
ItemStages-Forge-1.18.2-4.0.1
ItemStages-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>
<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
类型: Forge
Beta
下载次数: 76
ItemStages-Forge-1.16.5-3.0.9
ItemStages-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>
<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
类型: Forge
Beta
下载次数: 2,094
ItemStages-Forge-1.16.5-3.0.8
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 77
ItemStages-Forge-1.16.5-3.0.7
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 74
ItemStages-Forge-1.16.5-3.0.6
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 87
ItemStages-Forge-1.16.5-3.0.5
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 107
ItemStages-Forge-1.16.5-3.0.4
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 67
ItemStages-Forge-1.16.5-3.0.3
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 102
ItemStages-Forge-1.16.5-3.0.2
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 79
ItemStages-1.12.2-2.0.51
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 5,698
ItemStages-1.12.2-2.0.50
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 73
ItemStages-1.12.2-2.0.49
ItemStages-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>
<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
类型: Forge
Release
下载次数: 2,963
ItemStages-1.12.2-2.0.47
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 44
ItemStages-1.12.2-2.0.46
ItemStages-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>
<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
类型: Forge
Release
下载次数: 72
ItemStages-1.12.2-2.0.45
ItemStages-1.12.2-2.0.45.jar下载2.0.45#Alpha
<ul>
<li>Improved compat with modded tooltips. - Tyler Hancock</li>
</ul>
<li>Improved compat with modded tooltips. - Tyler Hancock</li>
</ul>
展开
版本: 2.0.45
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 38
ItemStages-1.12.2-2.0.44
ItemStages-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>
<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
类型: Forge
Release
下载次数: 31
ItemStages-1.12.2-2.0.43
ItemStages-1.12.2-2.0.43.jar下载2.0.43#Alpha
<ul>
<li>refactor: remove un-needed system out (#36) - Kieron Richardson</li>
</ul>
<li>refactor: remove un-needed system out (#36) - Kieron Richardson</li>
</ul>
展开
版本: 2.0.43
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 21
ItemStages-1.12.2-2.0.42
ItemStages-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>
<li>Fixed weird deobf issue with FG. - Tyler Hancock</li>
<li>Updated gamestage dep - Tyler Hancock</li>
</ul>
展开
版本: 2.0.42
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 24
ItemStages-1.12.2-2.0.41
ItemStages-1.12.2-2.0.41.jar下载2.0.41#Alpha
<ul>
<li>Added some more examples to the readme. - Tyler Hancock</li>
</ul>
<li>Added some more examples to the readme. - Tyler Hancock</li>
</ul>
展开
版本: 2.0.41
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 20
ItemStages-1.12.2-2.0.40
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 16
ItemStages-1.12.2-2.0.39
ItemStages-1.12.2-2.0.39.jar下载2.0.39#Alpha
<ul>
<li>Updates (#30) - Jasmine Iwanek</li>
</ul>
<li>Updates (#30) - Jasmine Iwanek</li>
</ul>
展开
版本: 2.0.39
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 24
ItemStages-1.12.2-2.0.38
ItemStages-1.12.2-2.0.38.jar下载2.0.38#Alpha
<ul>
<li>Update nodecraft logo (#29) - Antoine</li>
</ul>
<li>Update nodecraft logo (#29) - Antoine</li>
</ul>
展开
版本: 2.0.38
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 28
ItemStages-1.12.2-2.0.37
ItemStages-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>
<li>Update gradle deps. - Tyler Hancock</li>
<li>Fixed class formatting using eclipse formatting. - Tyler Hancock</li>
</ul>
展开
版本: 2.0.37
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 24
ItemStages-1.12.2-2.0.36
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 20
ItemStages-1.12.2-2.0.35
ItemStages-1.12.2-2.0.35.jar下载2.0.35#Release
<ul>
<li>Updated to GameStages 2.0 - Tyler Hancock</li>
</ul>
<li>Updated to GameStages 2.0 - Tyler Hancock</li>
</ul>
展开
版本: 2.0.35
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 22
ItemStages-1.12.2-1.0.34
ItemStages-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>
<li>Slightly improved ram usage. - Tyler Hancock</li>
<li>Updated dependencies. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.34
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 32
ItemStages-1.12.2-1.0.33
ItemStages-1.12.2-1.0.33.jar下载1.0.33#Release
<ul>
<li>Fix serverside crash #14 - Tyler Hancock</li>
</ul>
<li>Fix serverside crash #14 - Tyler Hancock</li>
</ul>
展开
版本: 1.0.33
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 22
ItemStages-1.12.2-1.0.32
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 19
ItemStages-1.12.2-1.0.31
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 20
ItemStages-1.12.2-1.0.30
ItemStages-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>
<li>Added config option to prevent tooltip changes. Closes #13 - Tyler Hancock</li>
</ul>
展开
版本: 1.0.30
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 23
ItemStages-1.12.2-1.0.29
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 24
ItemStages-1.12.2-1.0.28
ItemStages-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>
<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
类型: Forge
Release
下载次数: 28
ItemStages-1.12.2-1.0.26
ItemStages-1.12.2-1.0.26.jar下载1.0.26#Alpha
<ul>
<li>Deduplicated restriction crt action code. - Tyler Hancock</li>
</ul>
<li>Deduplicated restriction crt action code. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.26
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 30
ItemStages-1.12.2-1.0.25
ItemStages-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>
<li>Fixed up the isTagEmpty check not using existing methods. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.25
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 29
ItemStages-1.12.2-1.0.24
ItemStages-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>
<li>Fixed not being able to use restricted items in creative mode. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.24
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 30
ItemStages-1.12.2-1.0.23
ItemStages-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>
<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
类型: Forge
Release
下载次数: 26
ItemStages-1.12.2-1.0.22
ItemStages-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>
<li>Fixed items being dropped only if you HAVE the stage you need. #8 - Tyler Hancock</li>
</ul>
展开
版本: 1.0.22
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 32
ItemStages-1.12.2-1.0.21
ItemStages-1.12.2-1.0.21.jar下载1.0.21#Alpha
<ul>
<li>Improved tooltip and held item performance. - Tyler Hancock</li>
</ul>
<li>Improved tooltip and held item performance. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.21
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 25
ItemStages-1.12.2-1.0.20
ItemStages-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>
<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
类型: Forge
Release
下载次数: 34
ItemStages-1.12.2-1.0.18
ItemStages-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>
<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
类型: Forge
Release
下载次数: 34
ItemStages-1.12.2-1.0.16
ItemStages-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>
<li>Fixed issue with items that have variants with and without nbt. Close #3 - Tyler Hancock</li>
</ul>
展开
版本: 1.0.16
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 28
ItemStages-1.12.2-1.0.15
ItemStages-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>
<li>Added a line break to the restricted tooltip. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.15
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 28
ItemStages-1.12.2-1.0.14
ItemStages-1.12.2-1.0.14.jar下载1.0.14#Release
展开
版本: 1.0.14
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 24
ItemStages-1.12.2-1.0.12
ItemStages-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>
<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
类型: Forge
Release
下载次数: 29
ItemStages-1.12.2-1.0.11
ItemStages-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>
<li>Switched to checking for nbt. - Tyler Hancock</li>
<li>Updated bookshelf dependency - Tyler Hancock</li>
</ul>
展开
版本: 1.0.11
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 36
ItemStages-1.12.2-1.0.10
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 32
ItemStages-1.12.2-1.0.9
ItemStages-1.12.2-1.0.9.jar下载1.0.9#Alpha
<ul>
<li>Split tooltip into multiple lines. - Tyler Hancock</li>
</ul>
<li>Split tooltip into multiple lines. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.9
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 28
ItemStages-1.12.2-1.0.8
ItemStages-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>
<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
类型: Forge
Alpha
下载次数: 27
ItemStages-1.12.2-1.0.7
ItemStages-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>
<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
类型: Forge
Release
下载次数: 31
ItemStages-1.12.2-1.0.6
ItemStages-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>
<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
类型: Forge
Release
下载次数: 22
ItemStages-1.12.2-1.0.5
ItemStages-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>
<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
类型: Forge
Release
下载次数: 26
ItemStages-1.12.2-1.0.4
ItemStages-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>
<li>Added debug profiler. - Tyler Hancock</li>
<li>Removed printline. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.4
支持游戏: 1.12.2
类型: Forge
Alpha
下载次数: 35
ItemStages-1.12.2-1.0.3
ItemStages-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>
<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
类型: Forge
Release
下载次数: 34
ItemStages-1.12.2-1.0.2
ItemStages-1.12.2-1.0.2.jar下载1.0.2#Release
<ul>
<li>Fixed curse project id. - Tyler Hancock</li>
</ul>
<li>Fixed curse project id. - Tyler Hancock</li>
</ul>
展开
版本: 1.0.2
支持游戏: 1.12.2
类型: Forge
Release
下载次数: 32
收录