Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Links
Creators
Details
Licensed LGPL-3.0-only
Published 2 days ago
Updated last week
- 添加铁砧工艺对于KubeJS的兼容,在安装KubeJS与本模组时,可以使用如下格式添加铁砧工艺所提供的配方
- Added compatibility for anvil crafting recipes with KubeJS. When installing KubeJS and this mod, you can use the following format to add recipes provided by the anvil crafting system.
ServerEvents.recipes(event => {
event.recipes.anvilcraft.item_crush()
.requires("minecraft:iron_ingot")
.result("minecraft:iron_nugget", 3)
})
- 更具体的使用方法可以前往铁砧工艺文档站进行查看
- For more detailed usage methods, please visit the AnvilCraft Documentation Site to check.



