AnvilCraf: KubeJS

AnvilCraft's KubeJS Compat

726

Quick challenge

How far can you run before the mobs catch you?

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. ```javascript 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.

ADS