Twilight Tweaks 为暮色森林添加了魔改功能,支持 CraftTweaker。
例子(添加拆解台的配方):
import crafttweaker.item.IIngredient;
val appleInput = <minecraft:apple> * 3;
val carrotOutput = [[<minecraft:carrot>, <minecraft:carrot>, <minecraft:carrot>],
[<minecraft:carrot>, <minecraft:carrot>, <minecraft:carrot>],
[<minecraft:carrot>, <minecraft:carrot>, <minecraft:carrot>]] as IIngredient[][];
mods.twilighttweaks.uncrafting.addRecipe(false, 2, carrotOutput, appleInput);
且可在其配置文件 twilighttweaks/twilighttweaks.cfg 中的 The command that the spawner should run 一项中更改终焉城堡最终 BOSS 的刷怪笼所刷出的生物。还可以更改使用转换粉转换的生物。