如题,用CoT模组制作的自定义镐子设定为钻石级挖掘能力,但是挖掘除了钻石级方块以外的所有方块的速度都特别慢并且显示为低于该方块最低挖掘等级,zs文件中的代码如下

#loader contenttweaker

import mods.contenttweaker.item.ItemBuilder;

import mods.contenttweaker.item.tool.ItemBuilderTool;

import crafttweaker.api.food.MCFood;

//导入备用模块

new ItemBuilder()

.withMaxDamage(600)

.withType()

.withAttackDamage(4.0F)

.withAttackSpeed(-2.7F)

.withDurabilityCostAttack(2)

.withDurabilityCostMining(1)

.withToolType(, 5, 5.5f)

.build("sun_pickaxe");

求大佬解答

我来回答