一些废话:
这个mod早就想搬了……但是一直没时间,所以放到了索引贴里……怎么都没人注意到呢?郁闷 |
mod类型:
原版增强
工具武器
截图欣赏:
mod详解
基础武器/工具(剑、斧、锄、镐)都可以在铁砧上进行功能升级 默认功能及升级材料分别是 剑+羽毛=AOE: 对攻击目标附近的部分生物同时造成伤害 斧+火把=放置:右键放置该工具在快捷栏上右边的物品 斧+煤炭=3*1:挖掘时同时破坏垂直方向上的三个方块 锄+种子=裁剪3*3范围内的高草 镐+煤炭=3*1:挖掘时同时破坏垂直方向上的三个方块 镐+火把=放置:右键放置该工具在快捷栏上右边的物品 (镐+煤炭)+煤炭=3x3:同时挖掘3*3范围内的方块 注意:只要是以(剑、斧、锄、镐)形式加入的工具就可以升级,就是说mod添加的工具也没问题 |
下载地址:
请去原帖下载,支持作者http://www.curse.com/mc-mods/minecraft/224591-toolutilities 如果真的无法从源地址下载,可以用这个分流 http://pan.baidu.com/s/1dDSskj3 顺带一提,这是源代码 https://github.com/wyldmods/ToolUtilities |
汉化:
2016-1-26 16:41 上传
点击文件名下载附件
将zh_CN.txt改名为zh_CN.lang 然后以压缩包形式打开jar文件,把zh_CN.lang拖入ToolUtilities-MC1.7.10-0.0.1-16.jar\assets\toolutilities\lang 顺便说一下……汉化很简单 http://www.mcbbs.net/thread-453429-1-1.html |
定制性:
# Configuration file areamining { # Item required for 1x3 AoE Mining1*3范围挖掘的升级材料 S:1x3Item=minecraft:coal # Number of levels required for 3x3 Mining3*3范围挖掘的升级所需经验 I:1x9XPRequired=30 # Unlocalized name of tools for blacklisting (Comma separated)禁止获得1*3范围挖掘功能的工具名称 S:3x1blacklist= # Item required for 3x3 AoE Mining3*3范围挖掘的升级材料 S:3x3Item=minecraft:coal # Unlocalized name of tools for blacklisting (Comma separated)禁止获得3*3范围挖掘功能的工具名称 S:3x3blacklist= # Enable 1x3 mining upgrade是否开放1*3范围挖掘功能 B:Enable1x3=true # Enable 3x3 mining ugprade是否开放3*3范围挖掘功能 B:Enable3x3=true # Number of levels required for 1x3 Mining1*3范围挖掘的升级所需经验 I:areaXPRequired=30 # When AOE blocks are broken, should they play a sound and make particles联携破坏的方块是否播放音效和显示粒子效果 B:noisyBlock=true # Speed multipler applied to 3x1 tools. To make them mine slower (or faster I guess) [range: 0.01 ~ 5.0, default: 0.4]获得1*3范围挖掘功能的物品挖掘速度调整 S:speedMult3x1=0.4 # Speed multipler applied to 3x3 tools. To make them mine slower (or faster I guess) [range: 0.01 ~ 5.0, default: 0.2]获得3*3范围挖掘功能的物品挖掘速度调整 S:speedMult3x3=0.2 } featuresallowed { B:allow3x1Axe=true B:allow3x1Pick=true B:allow3x1Shovel=true B:allow3x3Hoe=true B:allow3x3Pick=true B:allow3x3Shovel=true 3*3范围挖掘功能是否在特定种类的工具起效 B:allowPlace=true 是否允许右键放置功能(斧、镐)起效 B:allowSwordAOE=true 是否允许AOE功能(剑)起效 } hoearea { # Unlocalized name of tools for blacklisting (Comma separated)禁止获得3*3范围剪裁功能的工具名称 S:blacklist= # Item required for Hoe to cut grass in a 3x3 3*3范围剪裁功能的升级材料 S:hoeAreaItem=minecraft:wheat_seeds # Number of levels required for Hoe to cut grass in 3x3 3*3范围剪裁功能的所需等级 I:hoeAreaXPRequired=10 } modules {通用机械相关? B:mekanism=true # Allow Mekanism Paxels to receive upgrades B:mekanismPaxel=true } rightclick { # Enable Right Click Placing B:Enable=true # Item required for Right Click Placing S:Item=minecraft:torch # Number of levels required for Right Click Placing I:XPRequired=10 # Blacklisted items for Right Click Placing S:blacklist= # Unlocalized name of tools for blacklisting (Comma separated) S:toolBlacklist= } swordarea { # Unlocalized name of tools for blacklisting (Comma separated) S:blacklist= # Item required for the sword AOE upgrade S:swordAreaItem=minecraft:feather # XP required for the sword AOE upgrade I:swordAreaXP=10 } |