如题,安装了Ender Tweaker,不知道末影接口附魔器的魔改代码应该填什么,能举个实际例子吗
mods.enderio.Enchanter.removeRecipe(IEnchantmentDefinition output);
mods.enderio.Enchanter.removeRecipe(IEnchantmentDefinition output);
举个例子,移除保护
mods.enderio.Enchanter.removeRecipe(<enchantment:minecraft:protection>);
mods.enderio.Enchanter.removeRecipe(<enchantment:minecraft:protection>);
无敌三脚猫 发表于 2022-3-13 21:43
举个例子,移除保护
mods.enderio.Enchanter.removeRecipe();
怎么获取括号中的这种ID
村民黄金 发表于 2022-3-13 21:47
怎么获取括号中的这种ID
比如你想移除锋利,就去https://minecraft.fandom.com/zh/wiki/%E9%99%84%E9%AD%94查到sharpness,然后写<enchantment:minecraft:sharpness>
无敌三脚猫 发表于 2022-3-13 21:51
比如你想移除锋利,就去https://minecraft.fandom.com/zh/wiki/%E9%99%84%E9%AD%94查到sharpness,然后写 ...
有更好的方法,已经找到了,用/mt enchantment即可获得包括模组在内的所有附魔的命名空间ID