[{"data":1,"prerenderedAt":649},["ShallowReactive",2],{"docs-versions-mysticalagriculture\u002Finfusion-recipes":3,"docs-sidebar-1.14":39,"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes":59,"docs-latest-article-url-\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes":493,"docs-search\u002F1.14":495,"docs-pagination\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes":644},[4,7,9,12,14,17,19,22,24,27,29,32,34,37],{"path":5,"minecraft":6},"\u002Fdocs\u002F1.21\u002Fmysticalagriculture","1.21",{"path":8,"minecraft":6},"\u002Fdocs\u002Fmysticalagriculture\u002Finfusion-recipes",{"path":10,"minecraft":11},"\u002Fdocs\u002F1.20\u002Fmysticalagriculture","1.20",{"path":13,"minecraft":11},"\u002Fdocs\u002F1.20\u002Fmysticalagriculture\u002Finfusion-recipes",{"path":15,"minecraft":16},"\u002Fdocs\u002F1.19\u002Fmysticalagriculture","1.19",{"path":18,"minecraft":16},"\u002Fdocs\u002F1.19\u002Fmysticalagriculture\u002Finfusion-recipes",{"path":20,"minecraft":21},"\u002Fdocs\u002F1.18\u002Fmysticalagriculture","1.18",{"path":23,"minecraft":21},"\u002Fdocs\u002F1.18\u002Fmysticalagriculture\u002Finfusion-recipes",{"path":25,"minecraft":26},"\u002Fdocs\u002F1.16\u002Fmysticalagriculture","1.16",{"path":28,"minecraft":26},"\u002Fdocs\u002F1.16\u002Fmysticalagriculture\u002Finfusion-recipes",{"path":30,"minecraft":31},"\u002Fdocs\u002F1.15\u002Fmysticalagriculture","1.15",{"path":33,"minecraft":31},"\u002Fdocs\u002F1.15\u002Fmysticalagriculture\u002Finfusion-recipes",{"path":35,"minecraft":36},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture","1.14",{"path":38,"minecraft":36},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes",[40,45,49,52,54,56],{"path":41,"title":42,"category":43,"hidden":44},"\u002Fdocs\u002F1.14","Blake's Mods Documentation",null,false,{"path":46,"title":47,"category":47,"hidden":48},"\u002Fdocs\u002F1.14\u002Fironjetpacks","Iron Jetpacks",true,{"path":50,"title":51,"category":47,"hidden":44},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json","Jetpack JSON",{"path":35,"title":53,"category":53,"hidden":48},"Mystical Agriculture",{"path":38,"title":55,"category":53,"hidden":44},"Infusion Recipes",{"path":57,"title":58,"category":53,"hidden":44},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Freprocessor-recipes","Reprocessor Recipes",{"id":60,"title":55,"body":61,"category":53,"description":67,"extension":487,"hidden":44,"meta":488,"minecraft":36,"mod":489,"navigation":48,"path":38,"seo":490,"stem":491,"__hash__":492},"docs\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes.md",{"type":62,"value":63,"toc":481},"minimark",[64,68,73,98,103,106,182,186,477],[65,66,67],"p",{},"Mystical Agriculture allows you easily add your own Infusion Crafting recipes using both Datapacks and CraftTweaker.",[69,70,72],"h2",{"id":71},"datapacks","Datapacks",[74,75,78],"alert",{"icon":76,"title":77},"i-heroicons-information-circle-solid","Prerequisites",[79,80,81,92],"ul",{},[82,83,84,85,91],"li",{},"You can learn more about using vanilla datapacks ",[86,87,90],"a",{"href":88,"target":89},"https:\u002F\u002Fminecraft.gamepedia.com\u002FData_pack","_blank","here",".",[82,93,94,95,91],{},"You can learn more about creating recipe JSON files ",[86,96,90],{"href":97,"target":89},"https:\u002F\u002Fminecraft.gamepedia.com\u002FRecipe",[99,100,102],"h3",{"id":101},"the-recipe-file","The Recipe File",[65,104,105],{},"This section will go over the values available to use in an Infusion Crafting recipe. Syntax can be inferred from the example JSON below.",[107,108,109,125],"table",{},[110,111,112],"thead",{},[113,114,115,119,122],"tr",{},[116,117,118],"th",{},"Field",[116,120,121],{},"Required",[116,123,124],{},"Description",[126,127,128,146,158,170],"tbody",{},[113,129,130,137,140],{},[131,132,133],"td",{},[134,135,136],"code",{},"type",[131,138,139],{},"✓",[131,141,142,143,91],{},"The recipe type must be ",[134,144,145],{},"mysticalagriculture:infusion",[113,147,148,153,155],{},[131,149,150],{},[134,151,152],{},"input",[131,154,139],{},[131,156,157],{},"The item that will be placed on the Infusion Altar.",[113,159,160,165,167],{},[131,161,162],{},[134,163,164],{},"ingredients",[131,166,139],{},[131,168,169],{},"An array of 1-8 items that will be placed on the Infusion Pedestals.",[113,171,172,177,179],{},[131,173,174],{},[134,175,176],{},"result",[131,178,139],{},[131,180,181],{},"The item that this recipe will output once finished.",[99,183,185],{"id":184},"example-file","Example File",[187,188,193],"pre",{"className":189,"code":190,"language":191,"meta":192,"style":192},"language-json shiki shiki-themes material-theme-lighter github-light github-dark","{\n  \"type\": \"mysticalagriculture:infusion\",\n  \"input\": {\n    \"item\": \"minecraft:apple\"\n  },\n  \"ingredients\": [\n    {\n      \"item\": \"minecraft:carrot\"\n    },\n    {\n      \"item\": \"minecraft:carrot\"\n    },\n    {\n      \"item\": \"minecraft:carrot\"\n    },\n    {\n      \"item\": \"minecraft:carrot\"\n    },\n    {\n      \"item\": \"minecraft:carrot\"\n    }\n  ],\n  \"result\": {\n    \"item\": \"minecraft:potato\"\n  }\n}\n","json","",[134,194,195,204,232,246,268,274,288,294,313,319,324,341,346,351,368,373,378,395,400,405,422,428,434,447,465,471],{"__ignoreMap":192},[196,197,200],"span",{"class":198,"line":199},"line",1,[196,201,203],{"class":202},"sP7_E","{\n",[196,205,207,211,214,217,220,224,227,229],{"class":198,"line":206},2,[196,208,210],{"class":209},"s39Yj","  \"",[196,212,136],{"class":213},"sseR_",[196,215,216],{"class":209},"\"",[196,218,219],{"class":202},":",[196,221,223],{"class":222},"sjJ54"," \"",[196,225,145],{"class":226},"s_sjI",[196,228,216],{"class":222},[196,230,231],{"class":202},",\n",[196,233,235,237,239,241,243],{"class":198,"line":234},3,[196,236,210],{"class":209},[196,238,152],{"class":213},[196,240,216],{"class":209},[196,242,219],{"class":202},[196,244,245],{"class":202}," {\n",[196,247,249,252,256,258,260,262,265],{"class":198,"line":248},4,[196,250,251],{"class":209},"    \"",[196,253,255],{"class":254},"sZMiF","item",[196,257,216],{"class":209},[196,259,219],{"class":202},[196,261,223],{"class":222},[196,263,264],{"class":226},"minecraft:apple",[196,266,267],{"class":222},"\"\n",[196,269,271],{"class":198,"line":270},5,[196,272,273],{"class":202},"  },\n",[196,275,277,279,281,283,285],{"class":198,"line":276},6,[196,278,210],{"class":209},[196,280,164],{"class":213},[196,282,216],{"class":209},[196,284,219],{"class":202},[196,286,287],{"class":202}," [\n",[196,289,291],{"class":198,"line":290},7,[196,292,293],{"class":202},"    {\n",[196,295,297,300,302,304,306,308,311],{"class":198,"line":296},8,[196,298,299],{"class":209},"      \"",[196,301,255],{"class":254},[196,303,216],{"class":209},[196,305,219],{"class":202},[196,307,223],{"class":222},[196,309,310],{"class":226},"minecraft:carrot",[196,312,267],{"class":222},[196,314,316],{"class":198,"line":315},9,[196,317,318],{"class":202},"    },\n",[196,320,322],{"class":198,"line":321},10,[196,323,293],{"class":202},[196,325,327,329,331,333,335,337,339],{"class":198,"line":326},11,[196,328,299],{"class":209},[196,330,255],{"class":254},[196,332,216],{"class":209},[196,334,219],{"class":202},[196,336,223],{"class":222},[196,338,310],{"class":226},[196,340,267],{"class":222},[196,342,344],{"class":198,"line":343},12,[196,345,318],{"class":202},[196,347,349],{"class":198,"line":348},13,[196,350,293],{"class":202},[196,352,354,356,358,360,362,364,366],{"class":198,"line":353},14,[196,355,299],{"class":209},[196,357,255],{"class":254},[196,359,216],{"class":209},[196,361,219],{"class":202},[196,363,223],{"class":222},[196,365,310],{"class":226},[196,367,267],{"class":222},[196,369,371],{"class":198,"line":370},15,[196,372,318],{"class":202},[196,374,376],{"class":198,"line":375},16,[196,377,293],{"class":202},[196,379,381,383,385,387,389,391,393],{"class":198,"line":380},17,[196,382,299],{"class":209},[196,384,255],{"class":254},[196,386,216],{"class":209},[196,388,219],{"class":202},[196,390,223],{"class":222},[196,392,310],{"class":226},[196,394,267],{"class":222},[196,396,398],{"class":198,"line":397},18,[196,399,318],{"class":202},[196,401,403],{"class":198,"line":402},19,[196,404,293],{"class":202},[196,406,408,410,412,414,416,418,420],{"class":198,"line":407},20,[196,409,299],{"class":209},[196,411,255],{"class":254},[196,413,216],{"class":209},[196,415,219],{"class":202},[196,417,223],{"class":222},[196,419,310],{"class":226},[196,421,267],{"class":222},[196,423,425],{"class":198,"line":424},21,[196,426,427],{"class":202},"    }\n",[196,429,431],{"class":198,"line":430},22,[196,432,433],{"class":202},"  ],\n",[196,435,437,439,441,443,445],{"class":198,"line":436},23,[196,438,210],{"class":209},[196,440,176],{"class":213},[196,442,216],{"class":209},[196,444,219],{"class":202},[196,446,245],{"class":202},[196,448,450,452,454,456,458,460,463],{"class":198,"line":449},24,[196,451,251],{"class":209},[196,453,255],{"class":254},[196,455,216],{"class":209},[196,457,219],{"class":202},[196,459,223],{"class":222},[196,461,462],{"class":226},"minecraft:potato",[196,464,267],{"class":222},[196,466,468],{"class":198,"line":467},25,[196,469,470],{"class":202},"  }\n",[196,472,474],{"class":198,"line":473},26,[196,475,476],{"class":202},"}\n",[478,479,480],"style",{},"html pre.shiki code .sP7_E, html code.shiki .sP7_E{--shiki-light:#39ADB5;--shiki-default:#24292E;--shiki-dark:#E1E4E8}html pre.shiki code .s39Yj, html code.shiki .s39Yj{--shiki-light:#39ADB5;--shiki-default:#005CC5;--shiki-dark:#79B8FF}html pre.shiki code .sseR_, html code.shiki .sseR_{--shiki-light:#9C3EDA;--shiki-default:#005CC5;--shiki-dark:#79B8FF}html pre.shiki code .sjJ54, html code.shiki .sjJ54{--shiki-light:#39ADB5;--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .s_sjI, html code.shiki .s_sjI{--shiki-light:#91B859;--shiki-default:#032F62;--shiki-dark:#9ECBFF}html pre.shiki code .sZMiF, html code.shiki .sZMiF{--shiki-light:#E2931D;--shiki-default:#005CC5;--shiki-dark:#79B8FF}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":192,"searchDepth":206,"depth":206,"links":482},[483],{"id":71,"depth":206,"text":72,"children":484},[485,486],{"id":101,"depth":234,"text":102},{"id":184,"depth":234,"text":185},"md",{},"mysticalagriculture",{"title":55,"description":67},"docs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes","qFSZOI5gT_NDZh_V93hb_8f9cgqc_W0dwNsiqht85aI",{"path":494},"\u002Fdocs\u002F1.21\u002Fmysticalagriculture\u002Finfusion-recipes",[496,499,504,508,510,515,520,525,530,535,540,545,550,555,560,565,570,575,580,585,590,595,600,605,610,615,618,620,624,628,631,634,637,641],{"category":43,"id":41,"title":42,"titles":497,"content":498,"level":199},[],"The official documentation site for Mystical Agriculture and Iron Jetpacks.",{"category":43,"id":500,"title":501,"titles":502,"content":503,"level":206},"\u002Fdocs\u002F1.14#welcome-to-the-docs","Welcome to the docs!",[42],"Here you'll find documentation for the more advanced customization abilities of my mods. These pages are intended for Modpack developers. If you're a player, head on over to the wiki for gameplay documentation. Use the sidebar, or the links below to navigate to your desired mod's documentation!",{"category":43,"id":505,"title":506,"titles":507,"content":192,"level":206},"\u002Fdocs\u002F1.14#mods","Mods",[42],{"category":47,"id":50,"title":51,"titles":509,"content":192,"level":199},[],{"category":47,"id":511,"title":512,"titles":513,"content":514,"level":206},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#adding-a-jetpack","Adding A Jetpack",[51],"Jetpacks are added via JSON files placed in . Each file represents a new jetpack to be added.",{"category":47,"id":516,"title":517,"titles":518,"content":519,"level":206},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#editing-a-jetpack","Editing A Jetpack",[51],"After initial load, all the default jetpack JSON files will be generated. You can then edit the values as you see fit.",{"category":47,"id":521,"title":522,"titles":523,"content":524,"level":206},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#the-jetpack-file","The Jetpack File",[51],"This section will go over the values available to use in jetpack file. Syntax can be inferred from the example json below. Use the stats of the default jetpacks to decide what the values should be for your custom jetpacks, since the values themselves are quite cryptic.",{"category":47,"id":526,"title":527,"titles":528,"content":529,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#name","Name",[51,522],"The name of the jetpack. This name must be all lower case and have underscores for spaces. This will be used for registry names as well as localized names. The name will be formatted automatically for localized names, including spaces and capitalization. Translation keys will be automatically created for the provided jetpack name. For example, a jetpack with the name \"emerald\" will have the translation key \"jetpack.emerald.name\". You can use this key in your Resource Pack translation files to translate the name into different languages.",{"category":47,"id":531,"title":532,"titles":533,"content":534,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#disable","Disable",[51,522],"You can set the disable field to true to disable a jetpack. Alternatively, you could just delete the JSON file.",{"category":47,"id":536,"title":537,"titles":538,"content":539,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#tier","Tier",[51,522],"The crafting tier of the jetpack. Make sure there is at least 1 jetpack per tier, in succession (ex 1, 2, 3 all have at least one jetpack). Tier -1 is creative.",{"category":47,"id":541,"title":542,"titles":543,"content":544,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#color","Color",[51,522],"The color of the jetpack and related items as a HEX value.",{"category":47,"id":546,"title":547,"titles":548,"content":549,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#armor-points","Armor Points",[51,522],"The amount of armor the jetpack should give when worn.",{"category":47,"id":551,"title":552,"titles":553,"content":554,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#enchantability","Enchantability",[51,522],"How enchantable the jetpack should be.",{"category":47,"id":556,"title":557,"titles":558,"content":559,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#crafting-material","Crafting Material",[51,522],"The material used to craft the jetpack and its components. Syntax is  for items and  for tag entries. You can also set the value to  to disable the recipes.",{"category":47,"id":561,"title":562,"titles":563,"content":564,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#creative","Creative",[51,522],"Is the jetpack a creative tier jetpack? Omitting this field will default to .",{"category":47,"id":566,"title":567,"titles":568,"content":569,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#rarity","Rarity",[51,522],"The item rarity of this jetpack. This is basically just used to change the color of the tooltip. Valid values are 0-3. Omitting this field will default to .",{"category":47,"id":571,"title":572,"titles":573,"content":574,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#capacity","Capacity",[51,522],"How much FE (energy) this jetpack can hold.",{"category":47,"id":576,"title":577,"titles":578,"content":579,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#usage","Usage",[51,522],"How much FE this jetpack should use when flying\u002Fhovering.",{"category":47,"id":581,"title":582,"titles":583,"content":584,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#vertical-speed","Vertical Speed",[51,522],"How fast the jetpack should fly upwards.",{"category":47,"id":586,"title":587,"titles":588,"content":589,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#vertical-acceleration","Vertical Acceleration",[51,522],"How fast the initial takeoff is.",{"category":47,"id":591,"title":592,"titles":593,"content":594,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#sideways-speed","Sideways Speed",[51,522],"How fast the jetpack should make you move forwards (when holding forwards).",{"category":47,"id":596,"title":597,"titles":598,"content":599,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#descending-hover-speed","Descending Hover Speed",[51,522],"How fast the jetpack should descend when hover mode is on, and you're sneaking.",{"category":47,"id":601,"title":602,"titles":603,"content":604,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#hover-speed","Hover Speed",[51,522],"How fast the jetpack should descend when hovering.",{"category":47,"id":606,"title":607,"titles":608,"content":609,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#sprint-speed-multiplier","Sprint Speed Multiplier",[51,522],"How much faster the player should fly when sprinting while flying forwards.",{"category":47,"id":611,"title":612,"titles":613,"content":614,"level":234},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#sprint-fuel-multiplier","Sprint Fuel Multiplier",[51,522],"How much more fuel should the jetpack use while sprinting.",{"category":47,"id":616,"title":185,"titles":617,"content":192,"level":206},"\u002Fdocs\u002F1.14\u002Fironjetpacks\u002Fjetpack-json#example-file",[51],{"category":53,"id":38,"title":55,"titles":619,"content":67,"level":199},[],{"category":53,"id":621,"title":72,"titles":622,"content":623,"level":206},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes#datapacks",[55],"You can learn more about using vanilla datapacks here.You can learn more about creating recipe JSON files here.",{"category":53,"id":625,"title":102,"titles":626,"content":627,"level":234},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes#the-recipe-file",[55,72],"This section will go over the values available to use in an Infusion Crafting recipe. Syntax can be inferred from the example JSON below. FieldRequiredDescription✓The recipe type must be .✓The item that will be placed on the Infusion Altar.✓An array of 1-8 items that will be placed on the Infusion Pedestals.✓The item that this recipe will output once finished.",{"category":53,"id":629,"title":185,"titles":630,"content":192,"level":234},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Finfusion-recipes#example-file",[55,72],{"category":53,"id":57,"title":58,"titles":632,"content":633,"level":199},[],"Mystical Agriculture allows you easily add your own Seed Reprocessor recipes using both Datapacks and CraftTweaker.",{"category":53,"id":635,"title":72,"titles":636,"content":623,"level":206},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Freprocessor-recipes#datapacks",[58],{"category":53,"id":638,"title":102,"titles":639,"content":640,"level":234},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Freprocessor-recipes#the-recipe-file",[58,72],"This section will go over the values available to use in a Seed Reprocessor recipe. Syntax can be inferred from the example JSON below. FieldRequiredDescription✓The recipe type must be .✓The item that will be placed in the input slot.✓The item that this recipe will output once finished.",{"category":53,"id":642,"title":185,"titles":643,"content":192,"level":234},"\u002Fdocs\u002F1.14\u002Fmysticalagriculture\u002Freprocessor-recipes#example-file",[58,72],[645,647],{"title":53,"path":35,"stem":646,"children":-1},"docs\u002F1.14\u002Fmysticalagriculture",{"title":58,"path":57,"stem":648,"children":-1},"docs\u002F1.14\u002Fmysticalagriculture\u002Freprocessor-recipes",1777868131331]