在那个文件夹里创建一个文件夹(名字必须为data) 再在那个文件夹里加入一个mcmeta文件 写什么可以参考之前我发的合成表中的pack.mcmeta 都一样 然后在data文件夹里面再创建一个文件夹 名字随意 但语言必须是英文或拼音 不是crafting也可以 在你所创建的文件夹里 再创建一个文件夹(名字必须是recipes) 打开recipes ...
那个文件名字为pack 后缀是.mcmeta 在pack.mcmeta里填写数据 让游戏识别出这是一个数据包 填写: { "pack": { "pack_format": 4, "description": "1" } } 打开data文件夹 再再在data里创建一个文件夹 名字随便 再再再在那个文件夹里创建一个文件夹 名字是recipes 最后 直接把自定义合成的json文件扔到r...
然后在里面创建一个文件夹,名叫data。 创建一个合成配方 在这个教程中,我们要创建一个新的配方:用九个煤炭块来合成一颗钻石。 在data文件夹中,创建文件夹coal_to_diamond,在里面创建文件夹recipes,再创建文件diamond.json。 打开文件,输入以下内容: {"type":"minecraft:crafting_shaped","pattern":["###","#...
/datapack disable可以关闭一个数据包。 使用命令时请开启作弊,并按下 / 按键 创建一个新的火把配方 既然钻石是碳,那么我们可以不用煤炭或木炭,而是用钻石创建火把。(奢侈火把) 仍然在recipes创建一个文件torch.json {"type":"minecraft:crafting_shaped","pattern":["X","#"],"key":{"#":{"item":"mine...
This is the wand's crafting recipe: Like you can see, the recipe will give 2 wooden swords. This is because currently there is no way to add NBT to crafting recipes. If you will take the stack of swords and put it in your inventory then they will automatically be replaced with 1 wan...
Planks are common blocks used as building blocks and in crafting recipes. They are one of the first things that a player can craft in Survival and Adventure modes. There are eleven variants of planks, which can be differentiated into three categories: Overworld planks made from tree logs, ...
更多的合成 原版模组 / A minecraft datapack (vanilla mod). Contribute to darkstar233/CraftingPlusPlus development by creating an account on GitHub.
The crafting recipes of doors now yield 3 doors instead of 1. Zombies can now break down wooden doors. Oak doors can now be opened by villagers. Oak doors are no longer available from the nether reactor. v0.13.0build 1 Added spruce, birch, jungle, acacia and dark oak doors. ...
No-Monster Datapack A data pack for Minecrafters who like playing without monsters. Recipes Crafting Smelting and Blasting Stonecutter Drops Animal Drops Block Drops Fishing Mob Control Credits Created by Jason C. McDonald (CodeMouse92). Recipe screenshots and some .JSON files created on https...
为了区分原版数据包的数据和我们的自定义数据包的数据,我们还需要创建一个命名空间,在data下面创建一个文件夹,取名myclass (此时myclass即为命名空间的名字,不能含大写) 接着在myclass内创建文件夹recipes, 这个文件夹内的所有文件都会被识别为是配方的数据 ...