木炭燃烧桶原版配方
配方文件路径:Java/media/scripts/generated/entities/blacksmith/craftRecipes
module Base
{
craftRecipe MakeWoodCharcoal
{
time = 20,
timedAction = Making_With_Kiln,
Tags = WoodCharcoal,
inputs
{
item 2 [Base.Log;3:Base.LargeBranch;6:Base.Plank] flags[IsExclusive;AllowDestroyedItem],
}
outputs
{
item 12 Base.CharcoalCrafted,
}
}
}
timedAction = Making_With_Kiln 制作动画/交互逻辑。角色会执行“使用炭窑(Kiln)”的动作。
Tags = WoodCharcoal 配方标签。用于 UI 检索或与其他系统联动时的标记。
2026/5/21大约 2 分钟