English
Switch Theme
1.21 (Latest)
1.20.1 (Core Path)
Version Hub
1.19.2
1.18.2
Documentation
Framework
Topic Guides
Authoring Tools
Core Sections
Community
使用切石机合成。
语句:event.recipes.minecraft.stonecutting(输出物品栈,原料);
例子:铁矿石 -> 生铁
ServerEvents.recipes(event => { event.recipes.minecraft.stonecutting('minecraft:raw_iron', Ingredient.of('minecraft:iron_ore')) })
暂无。