搜索历史
清空
暂无搜索历史
论坛热搜
1
【MC整合包发布】乌托邦探险之旅3.2
热
3
[1.6.4]上古老物 冒险者传说 by WhiteSword
新
5
[转载]洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
[1.12.2]Jenny — 有趣的模拟女友模组|珍妮模组
热
4
幻虚斗罗V1.5[炫酷魂环][高级魂技][全模型贴图覆盖][超吸金]
6
[1.7.10] [HQM] [Mercury landing]水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 16|回复: 0

[模组分享] TinkerStages (TinkerStages)-MOD模组

[复制链接]

5554

主题

25

回帖

7598

积分

龙❁妻

Rank: 8Rank: 8

经验
7598 EP
金粒
1979 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:40:27 | 显示全部楼层 |阅读模式
TinkerStages (TinkerStages)Github |相关wiki |源站链接支持: forgeThis mod is an addon for the GameStage API. It allows various aspects of Tinkers Construct to be put into custom progression systems.

Tinker Stages hooks into the GameStage API, enabling the integration of Tinkers Construct features into progression stages. These stages are part of the modpack or server\'s progression system, typically assigned to players through commands, quests, advancements, or Command Blocks.

Setup

This mod utilizes for configuration.

General Restrictions

These restrictions apply to entire systems and require a specific stage for access. Multiple stages can be added for the same system.

- *Tool Crafting* - Restricts tool crafting at the Tinker tool station without the required stage. mods.TinkerStages.addGeneralCraftingStage(String stage);
- *Part Replacing* - Prevents tool part replacement at the tool station without the required stage. mods.TinkerStages.addGeneralPartReplacingStage(String stage);
- *Part Building* - Blocks part building in the part builder without the necessary stage. mods.TinkerStages.addGeneralPartBuildingStage(String stage);
- *Applying Modifiers* - Prohibits applying tool modifiers without the specified stage. mods.TinkerStages.addGeneralModifierStage(String stage);

Specific Restrictions

These restrictions apply to specific situations and require different inputs.

- *Tool Type* - Prevents crafting specific tool types at the tool station until a certain stage. mods.TinkerStages.addToolTypeStage(String stage, String toolId);
- *Material Stage* - Blocks the use of specific materials in crafting, part building, and tool usage. mods.TinkerStages.addMaterialStage(String stage, String material);
- *Modifier Stage* - Prevents applying or using specific modifiers until a certain stage. mods.TinkerStages.addModifierStage(String stage, String modifier);

Example Script

//GENERAL RESTRICTIONS
//Prevents all tools unless the stage is unlocked.
mods.TinkerStages.addGeneralCraftingStage(\"one\");

//Prevents all tool swapping unless the stage is unlocked.
mods.TinkerStages.addGeneralPartReplacingStage(\"one\");

//Prevents all part building unless the stage is unlocked.
mods.TinkerStages.addGeneralPartBuildingStage(\"one\");

//Prevents applying any tool modifiers unless the stage is unlocked.
mods.TinkerStages.addGeneralModifierStage(\"one\");

//SPECIFIC RESTRICTIONS
//Prevents crafting pickaxes unless the stage is unlocked.
mods.TinkerStages.addToolTypeStage(\"two\", \"tconstruct:pickaxe\");

//Prevents the material from being used.
mods.TinkerStages.addMaterialStage(\"two\", \"stone\");

//Prevents the modifier from being applied.
mods.TinkerStages.addModifierStage(\"two\", \"mending_moss\");Copy已复制!

来自Modrinth所有游戏版本1.12.21.121.12.1所有类型forgeTinkerStages-1.12.2-2.0.17TinkerStages-1.12.2-2.0.17.jar下载2.0.17#Alpha<ul><li>Fixed weird FG issue. - Tyler Hancock</li></ul>展开版本: 2.0.17支持游戏: 1.12.2类型:ForgeAlpha下载次数: 1,555TinkerStages-1.12.2-2.0.16TinkerStages-1.12.2-2.0.16.jar下载2.0.16#Alpha<ul><li>Merge pull request #11 from jriwanek/master - Tyler Hancock</li><li>Update Mappings to stable_39 - Jasmine Iwanek</li><li>Update CurseGradle to 1.1.0 - Jasmine Iwanek</li><li>Update Gradle to 4.9 - Jasmine Iwanek</li></ul>展开版本: 2.0.16支持游戏: 1.12.2类型:ForgeAlpha下载次数: 64TinkerStages-1.12.2-2.0.15TinkerStages-1.12.2-2.0.15.jar下载2.0.15#Release<ul><li>Updated to GameStages 2.0 - Tyler Hancock</li></ul>展开版本: 2.0.15支持游戏: 1.12.2类型:ForgeRelease下载次数: 183TinkerStages-1.12.2-1.0.14TinkerStages-1.12.2-1.0.14.jar下载1.0.14#Alpha<ul><li>Removed bookshelf as a dependency on curse. - Tyler Hancock</li></ul>展开版本: 1.0.14支持游戏: 1.12.2类型:ForgeAlpha下载次数: 72TinkerStages-1.12.2-1.0.13TinkerStages-1.12.2-1.0.13.jar下载1.0.13#Release<ul><li>Updated to 1.12.2 - Tyler Hancock</li></ul>展开版本: 1.0.13支持游戏: 1.12.2类型:ForgeRelease下载次数: 68TinkerStages-1.12.1-1.0.12TinkerStages-1.12.1-1.0.12.jar下载1.0.12#Release<ul><li>Fixed jar signing bug. - Tyler Hancock</li></ul>展开版本: 1.0.12支持游戏: 1.12, 1.12.1类型:ForgeRelease下载次数: 82TinkerStages-1.12.1-1.0.11TinkerStages-1.12.1-1.0.11.jar下载1.0.11#Release<ul><li>Added jar signing. - Tyler Hancock</li><li>Fixed mod meta info. - Tyler Hancock</li></ul>展开版本: 1.0.11支持游戏: 1.12, 1.12.1类型:ForgeRelease下载次数: 60TinkerStages-1.12.1-1.0.10TinkerStages-1.12.1-1.0.10.jar下载1.0.10#Release<ul><li>Fixed players being able to use tools they don\'t own. - Tyler Hancock</li></ul>展开版本: 1.0.10支持游戏: 1.12, 1.12.1类型:ForgeRelease下载次数: 56TinkerStages-1.12.1-1.0.9TinkerStages-1.12.1-1.0.9.jar下载1.0.9#Alpha<ul><li>Cleanup and formatting. - Tyler Hancock</li><li>Added material restriction to tool crafting. - Tyler Hancock</li><li>Fixed some bugs with checking if a player actually has a stage. - Tyler Hancock</li><li>Updated tinkers construct build version. - Tyler Hancock</li></ul>展开版本: 1.0.9支持游戏: 1.12, 1.12.1类型:ForgeAlpha下载次数: 59TinkerStages-1.12.1-1.0.8TinkerStages-1.12.1-1.0.8.jar下载1.0.8#Alpha<ul><li>Added command for dumping the info. - Tyler Hancock</li><li>Updated tcon - Tyler Hancock</li></ul>展开版本: 1.0.8支持游戏: 1.12, 1.12.1类型:ForgeAlpha下载次数: 68TinkerStages-1.12.1-1.0.7TinkerStages-1.12.1-1.0.7.jar下载1.0.7#Alpha<ul><li>Fixed dependencies and load order issues. - Tyler Hancock</li><li>Updated tcon and mantle deps. - Tyler Hancock</li></ul>展开版本: 1.0.7支持游戏: 1.12, 1.12.1类型:ForgeAlpha下载次数: 56TinkerStages-1.12.1-1.0.6TinkerStages-1.12.1-1.0.6.jar下载1.0.6#Alpha<ul><li>Fixed gradle issue caused by no curse api key. - Tyler Hancock</li></ul>展开版本: 1.0.6支持游戏: 1.12, 1.12.1类型:ForgeAlpha下载次数: 62TinkerStages-1.12.1-1.0.5TinkerStages-1.12.1-1.0.5.jar下载1.0.5#Alpha<ul><li>Fixes required Bookshelf version. - Tyler Hancock</li></ul>展开版本: 1.0.5支持游戏: 1.12, 1.12.1类型:ForgeAlpha下载次数: 68TinkerStages-1.12.1-1.0.4TinkerStages-1.12.1-1.0.4.jar下载1.0.4#Alpha<ul><li>Updated the gradle wrapper to 4.1 - Tyler Hancock</li></ul>展开版本: 1.0.4支持游戏: 1.12, 1.12.1类型:ForgeAlpha下载次数: 65TinkerStages-1.12.1-1.0.3TinkerStages-1.12.1-1.0.3.jar下载1.0.3#Release展开版本: 1.0.3支持游戏: 1.12, 1.12.1类型:ForgeRelease下载次数: 69TinkerStages-1.0.2TinkerStages-1.0.2.jar下载1.0.2#Release展开版本: 1.0.2支持游戏: 1.12, 1.12.1类型:ForgeRelease下载次数: 73全部版本

markdown_parsed

文章类型:收录

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

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

使用道具 举报

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

本版积分规则



介绍

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

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

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

官方

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

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

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

新会员

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

GMT+8, 2025-9-25 10:29 , Processed in 0.276604 second(s), 53 queries .

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