🟣 MoreRecipes ⚪
MoreRecipes in the Cobblemon mod. This datapack adds useful recipes that make playing your favourite Pokémon modpack easier. It's pretty simple, just place the datapack inside your world and you're good to go!
📋 Candy Recipe List 🍬
- Exp. Candy XS:
- Exp. Candy S:
- Exp. Candy M:
- Exp. Candy L:
- Exp. Candy XL:
- Rare Candy:
📋 Apricorn Recipe List 🌱
- Apricorn Sprout:
📝 Change Recipes 📝
Important Note: Modifying datapacks can be challenging for beginners. Proceed with caution! ⚠️
To customize the recipes, you'll need to have the datapack folder unzipped and placed in your datapacks directory. Once unzipped, navigate to the following location:
In this folder, you'll find JSON files for each recipe, such as exp_candy_xs, exp_candy_s, exp_candy_m, exp_candy_l, and exp_candy_xl for example. These files contain the recipe of each item. To change the recipe of an item, open the .json file of the item you'd like to change:
{ "type": "minecraft:crafting_shaped", "category": "misc", "pattern": [ " h ", "sgs", " b " ], "key": { "s": { "item": "minecraft:sugar" }, "g": { "item": "minecraft:lapis_lazuli" }, "h": { "item": "minecraft:honey_bottle" }, "b": { "item": "minecraft:sweet_berries" } }, "result": { "id": "cobblemon:exp_candy_xs" } }In this example we are looking at the exp_candy_xs.json crafting recipe. If you want to change one item in the crafting recipe just change the item name in the "item": "minecraft:sugar". You have to change the item that corresponds for each key, for example, on this crafting recipe the "key" "s" corresponds to sugar and the "key" "g" corresponds to lapis lazuli, so if I wanted to change the item sugar to an apple on the recipe I would change the "s" "key"'s item. You can find the namespaces for minecraft and cobblemon items by pressing F3+H in-game and hovering your mouse over an item. To add more items into the recipe you can just add another key on the crafting pattern as well as the "key list":
{ "type": "minecraft:crafting_shaped", "category": "misc", "pattern": [ "aha", "sgs", "aba" ], "key": { "s": { "item": "minecraft:sugar" }, "g": { "item": "minecraft:lapis_lazuli" }, "h": { "item": "minecraft:honey_bottle" }, "b": { "item": "minecraft:sweet_berries" }, "a": { "item": "minecraft:apple" } }, "result": { "id": "cobblemon:exp_candy_xs" } }Here I have added the letter "a" into the pattern, corresponding the letter after in the "key list" to the item apple. If you've modified any of these .json files and the recipes stop working, you might have misspelled an item in the namespace or used an item that doesn't exist in Minecraft's namespace. Additionally, double-check that your .json file is properly formatted by using an online JSON formatter.
Have some issues? You can join the Official Cobblemon discord server, search for 'MoreRecipes' and ask your questions there, or alternatively, you can DM me on discord.
本站是资源分享站,资源均来自于互联网和用户自发分享,仅供学习和交流使用。如有版权问题,请联系管理员删除。
操作
创作者
待认领资源
成为此资源的创作者
其他链接
最近更新资源
天煞孤星·魔女的末路
67次下载 | 10 小时前更新
脆骨症 2 - No Flesh Within Chest 2
20次下载 | 10 小时前更新
剑与王国
477次下载 | 20 小时前更新
新雾中人恐怖生存---In the Fog(Horror)
1次下载 | 20 小时前更新
诡厄:使徒
4次下载 | 1 天前更新
新:模拟大都市
379次下载 | 2 天前更新
香草纪元:食旅纪行
2688次下载 | 3 天前更新
阿卡迪亚的天启
51次下载 | 3 天前更新
云游四海
29次下载 | 3 天前更新
【CAF】齿轮与腐肉
271次下载 | 1 周前更新
锻造之旅
14756次下载 | 2 周前更新
虚饰作品-Fictional
78次下载 | 2 周前更新
评论区 (0)
登录 后才能发表评论
快来发表第一条评论吧!