2024年10月24日 (星期四)
→注册IRecipe
+7
→注册IRecipe
+426
→实战:自己实现IRecipe接口
+308
→default String getGroup()
+340
→default boolean isDynamic()
+243
→default NonNullList getIngredients()
−30
→default NonNullList getIngredients()
+392
→ItemStack getCraftingResult(InventoryCrafting inv)
+165
→IRecipe接口中的方法
+268
→boolean matches(InventoryCrafting inv, World worldIn)
+264
→boolean matches(InventoryCrafting inv, World worldIn)
+6
→default NonNullList getRemainingItems(InventoryCrafting inv)
+420
→boolean matches(InventoryCrafting inv, World worldIn)
→ItemStack getRecipeOutput()
+221
→boolean canFit(int width, int height)
+728
→ItemStack getCraftingResult(InventoryCrafting inv)
+364
→boolean matches(InventoryCrafting inv, World worldIn)
+1,170
→boolean matches(InventoryCrafting inv, World worldIn)
+541
无编辑摘要
+446
创建页面,内容为“几乎所有1.12.2的模组开发教程都会介绍新的自定义工作台配方(广义)的添加方法——只需要在<code>resources/assets/modid/recipes</code>路径下撰写一些.json文件就好了。实际上这说明这块内容确实很简单——因为大部分教程别说讲到方块实体了,能讲到附魔、药水效果这种比物品、方块稍微难一点的东西就算是谢天谢地了。毕竟照着规定的格式写.json文件谁…”
+1,084