AnvilCraf: KubeJS
ModLGPL-3.0-only

AnvilCraf: KubeJS

AnvilCraft's KubeJS Compat

155
Downloads
0
Followers
3 months ago
Updated
📦
1
Versions

📖About AnvilCraf: KubeJS

  • 添加铁砧工艺对于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)
})