MCBBS Wiki欢迎您共同参与编辑!在参与编辑之前请先阅读Wiki方针。
如果在编辑的过程中遇到了什么问题,可以去讨论板提问。
为了您能够无阻碍地参与编辑 未验证/绑定过邮箱的用户,请尽快绑定/验证。
MCBBS Wiki GitHub群组已上线!
您可以在回声洞中发表吐槽!
服务器状态监控。点击进入
本站由MCBBS用户自行搭建,与MCBBS及东银河系漫游指南(北京)科技有限公司没有从属关系。点此了解 MCBBS Wiki 不是什么>>
MashKJo的用户贡献
跳到导航
跳到搜索
2024年10月24日 (星期四)
- 15:442024年10月24日 (四) 15:44 差异 历史 +7 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →注册IRecipe 当前
- 15:362024年10月24日 (四) 15:36 差异 历史 +426 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →注册IRecipe
- 15:222024年10月24日 (四) 15:22 差异 历史 +308 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →实战:自己实现IRecipe接口
- 15:152024年10月24日 (四) 15:15 差异 历史 +340 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →default String getGroup()
- 15:092024年10月24日 (四) 15:09 差异 历史 +243 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →default boolean isDynamic()
- 15:052024年10月24日 (四) 15:05 差异 历史 −30 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →default NonNullList getIngredients()
- 15:042024年10月24日 (四) 15:04 差异 历史 +392 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →default NonNullList getIngredients()
- 14:592024年10月24日 (四) 14:59 差异 历史 +165 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →ItemStack getCraftingResult(InventoryCrafting inv)
- 14:562024年10月24日 (四) 14:56 差异 历史 +268 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →IRecipe接口中的方法
- 14:542024年10月24日 (四) 14:54 差异 历史 +264 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →boolean matches(InventoryCrafting inv, World worldIn)
- 14:512024年10月24日 (四) 14:51 差异 历史 +6 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →boolean matches(InventoryCrafting inv, World worldIn)
- 14:492024年10月24日 (四) 14:49 差异 历史 +420 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →default NonNullList getRemainingItems(InventoryCrafting inv)
- 14:432024年10月24日 (四) 14:43 差异 历史 0 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →boolean matches(InventoryCrafting inv, World worldIn)
- 14:422024年10月24日 (四) 14:42 差异 历史 +221 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →ItemStack getRecipeOutput()
- 14:382024年10月24日 (四) 14:38 差异 历史 +728 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →boolean canFit(int width, int height)
- 14:322024年10月24日 (四) 14:32 差异 历史 +364 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →ItemStack getCraftingResult(InventoryCrafting inv)
- 14:122024年10月24日 (四) 14:12 差异 历史 +1,170 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →boolean matches(InventoryCrafting inv, World worldIn)
- 13:442024年10月24日 (四) 13:44 差异 历史 +541 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 →boolean matches(InventoryCrafting inv, World worldIn)
- 13:322024年10月24日 (四) 13:32 差异 历史 +446 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 无编辑摘要
- 13:262024年10月24日 (四) 13:26 差异 历史 +1,084 新 用户:MashKJo/1.12.2模组开发笔记/IRecipe接口详解 创建页面,内容为“几乎所有1.12.2的模组开发教程都会介绍新的自定义工作台配方(广义)的添加方法——只需要在<code>resources/assets/modid/recipes</code>路径下撰写一些.json文件就好了。实际上这说明这块内容确实很简单——因为大部分教程别说讲到方块实体了,能讲到附魔、药水效果这种比物品、方块稍微难一点的东西就算是谢天谢地了。毕竟照着规定的格式写.json文件谁…”
2024年10月22日 (星期二)
- 13:452024年10月22日 (二) 13:45 差异 历史 +1,311 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →实现populate方法 当前
- 13:132024年10月22日 (二) 13:13 差异 历史 +1,008 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →实现populate方法
- 12:492024年10月22日 (二) 12:49 差异 历史 +2,484 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →实现generateChunk方法
- 12:092024年10月22日 (二) 12:09 差异 历史 +1,300 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →实现generateChunk方法
- 11:492024年10月22日 (二) 11:49 差异 历史 +1,533 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →声明与初始化变量
- 11:192024年10月22日 (二) 11:19 差异 历史 +1,854 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →声明与初始化变量
- 10:532024年10月22日 (二) 10:53 差异 历史 +2,232 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →维度区块生成的一般步骤
- 10:342024年10月22日 (二) 10:34 差异 历史 +970 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →声明与初始化变量
- 10:172024年10月22日 (二) 10:17 差异 历史 +197 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →维度区块生成的一般步骤
2024年10月21日 (星期一)
- 20:102024年10月21日 (一) 20:10 差异 历史 +5 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →维度区块生成的一般步骤
- 19:582024年10月21日 (一) 19:58 差异 历史 +195 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →boolean isInsideStructure(World worldIn, String structureName, BlockPos pos)
- 19:462024年10月21日 (一) 19:46 差异 历史 +260 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →void recreateStructures(Chunk chunkIn, int x, int z)
- 19:412024年10月21日 (一) 19:41 差异 历史 −1 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →BlockPos getNearestStructurePos(World worldIn, String structureName, BlockPos position, boolean findUnexplored)
- 19:402024年10月21日 (一) 19:40 差异 历史 +86 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →BlockPos getNearestStructurePos(World worldIn, String structureName, BlockPos position, boolean findUnexplored)
- 19:372024年10月21日 (一) 19:37 差异 历史 +481 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →BlockPos getNearestStructurePos(World worldIn, String structureName, BlockPos position, boolean findUnexplored)
- 18:172024年10月21日 (一) 18:17 差异 历史 +3 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →List getPossibleCreatures(EnumCreatureType creatureType, BlockPos pos)
- 18:032024年10月21日 (一) 18:03 差异 历史 +1,003 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →List getPossibleCreatures(EnumCreatureType creatureType, BlockPos pos)
- 17:482024年10月21日 (一) 17:48 差异 历史 0 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →void populate(int x, int z)
- 17:202024年10月21日 (一) 17:20 差异 历史 +1,120 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →boolean generateStructures(Chunk chunkIn, int x, int z)
- 17:062024年10月21日 (一) 17:06 差异 历史 +9 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →void populate(int x, int z)
- 17:062024年10月21日 (一) 17:06 差异 历史 +754 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →void populate(int x, int z)
- 16:522024年10月21日 (一) 16:52 差异 历史 +6 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →Chunk generateChunk(int x, int z)
- 16:442024年10月21日 (一) 16:44 差异 历史 +424 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →Chunk generateChunk(int x, int z)
- 16:272024年10月21日 (一) 16:27 差异 历史 +1,768 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →Chunk generateChunk(int x, int z)
- 16:022024年10月21日 (一) 16:02 差异 历史 +58 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →WorldProvider
- 15:592024年10月21日 (一) 15:59 差异 历史 +30 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →注册维度
- 15:582024年10月21日 (一) 15:58 差异 历史 +529 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →IChunkGenerator接口中的抽象方法
- 15:512024年10月21日 (一) 15:51 差异 历史 +316 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →ChunkGenerator
- 14:012024年10月21日 (一) 14:01 差异 历史 +927 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →BiomeProvider
- 13:152024年10月21日 (一) 13:15 差异 历史 −1 用户:MashKJo/1.12.2模组开发笔记/实现新维度 →WorldProvider