что такое qed recipes майнкрафт
Qed recipes minecraft что это
So far we have learned about how to add or remove simple recipes. But what if the inputs and outputs also involve damage values or NBT tags?
Contents
Output reuse and transformations
Since MineTweaker 3.0.2, it is now possible to reuse items, return empty buckets to the crafting grid (or whatever item you want) or damage items upon crafting.
We could for instance make a recipe to get more sticks out of wood by using an axe:
Nice. But the stone axe gets consumed, and that is sort of annoying. We can fix this with the reuse modifier:
Great! We can reuse the axe. Now what if we also wanted the axe to be damaged when you use it?
We can also deal more than 1 damage upon crafting:
Imagine we’d want to make a recipe to turn dirt into grass by combining dirt, a water bucket and wheat. We could make this recipe:
However, crafting this will consume the bucket. We can tell MineTweaker to return the empty bucket afterwards:
Now, crafting a grass block will return the empty crafting bucket in the crafting grid.
Sometimes mods define their own behavior when you use their items while crafting. Likewise, Minecraft will return you an empty bucket when you use it in a crafting recipe. If you don’t want that, you can tell the item to not return anything at all:
If you want to give something back, but not in the crafting inventory, you can also use giveBack. GiveBack can be used without arguments, in which case it will return the original item, or it can be used with an item, in which case that item will be given back into the player inventory:
GiveBack will usually also have the side-effect of suppressing mod item return behavior. It may thus be a handy alternative to the transformReplace modifier in those cases.
Input conditions
You can also require the input to contain certain NBT tags. Say, you make a recipe that requires our sticked pick. Let’s modify our file:
Note the difference between withTag and onlyWithTag. withTag is for an output and is the exact tag that will be output. onlyWithTag is for input and sets a condition. Applying withTag on an input has no effect on the recipe.
Other conditions exist too:
Multiple conditions can be added to a single ingredient, too:
Qed recipes minecraft что это
The QED is a block added by Extra Utilities. It can be powered by Ender-Flux Crystals that are placed within a 9 block radius of the QED. When powered, it can be used to create several blocks and items in Extra Utilities, and can be used for Quantum Entanglement to multiply ores.
NBT Tag in output
It is possible to define both damage or an NBT tag as output. Let’s take a pickaxe as our toy for this tutorial:
Crafting the pick with 1 or 3 sticks as in the recipe will give you an item with the appropriate damage and name/lore on it, respectively.
Brewery
Master the art of brewing through fermenting, distilling and barrel aging a variety of concoctions. Experience how, from simple ingredients, through hard work, and persistence, a cool beer is created. Distill high-proof liquor, which gets that unique taste after some aging in wooden barrels. Celebrate the biggest feasts you can imagine and always maintain a cheerful atmosphere. Fill the taverns with laughter and loud music, while the drunkards scuffle on the streets.
Features
Usage
Subreddit style must be enabled to view the images on this page.
Cooking / Fermenting
The first step is cooking the ingredients.
Distilling
Aging
Wooden barrels are required for aging. They have inventories where you can store brews while they age. There are two barrel sizes, and most recipes require a specific type of wood.
Small barrel
Build a barrel shape with the stairs. Then, place a sign on the front-side bottom-right with Barrel on the top line. You will get a confirmation: Barrel created.
Big barrel
Build barrel matching the image below, making sure to leave 1 empty space at the center. Then, attach a sign with Barrel on the top line. You will get a confirmation in chat.
You may remove the sign from a big barrel after creating it.
Being Drunk
The alcohol inside a brew is applied when consumed. There are a variety of effects associated with alcohol level.
Sobering Up
After drinking it can take a while for the alcohol to completely wear off. During that time, your alcohol level will steadily decrease. This process can be accelerated by eating bread, and drinking milk.
Tutorial:Furnace
MineTweaker also allows modifying furnace recipes and furnace fuels using a few simple commands.
Do you believe smelting ores in a furnace is too easy? You can fix it as such:
Found it sad you can’t turn charcoal into real coal? Easy fix:
Want to make items burnable? Set their fuel value wit the setFuel function:
NEI Entry
The QED is a powerful machine that can absorb and control energized ‘Ender-Flux’. This strange energy can be used with various ingredients to craft incredibly powerful items. The QED is not capable of generating Ender-Flux, and you must place Ender Crystal Pillars nearby in order to use it.
Function recipes
When adding a recipe, you may also supply an additional argument, which is a custom function. This function can programmatically determine the output of your recipe.
To demonstrate how this works, let’s make a recipe that repairs a stone pickaxe when you craft it with cobblestone. The output of our recipe depends on the pickaxe that is provided (its damage), thus a regular recipe won’t work in this case.
Let’s start by adding the function to it:
Now we need to look at the value of the pickaxe. In order to retrieve the actual values of the inputs, we need to mark them with a name, and MineTweaker will store it in the inputs list:
Recipes
These are all of the recipes you can make with Brewery right now. We are always open to suggestions for new recipes, so let us know.
Qed recipes minecraft что это
So far we have learned about how to add or remove simple recipes. But what if the inputs and outputs also involve damage values or NBT tags?
Contents
Output reuse and transformations
Since MineTweaker 3.0.2, it is now possible to reuse items, return empty buckets to the crafting grid (or whatever item you want) or damage items upon crafting.
We could for instance make a recipe to get more sticks out of wood by using an axe:
Nice. But the stone axe gets consumed, and that is sort of annoying. We can fix this with the reuse modifier:
Great! We can reuse the axe. Now what if we also wanted the axe to be damaged when you use it?
We can also deal more than 1 damage upon crafting:
Imagine we’d want to make a recipe to turn dirt into grass by combining dirt, a water bucket and wheat. We could make this recipe:
However, crafting this will consume the bucket. We can tell MineTweaker to return the empty bucket afterwards:
Now, crafting a grass block will return the empty crafting bucket in the crafting grid.
Sometimes mods define their own behavior when you use their items while crafting. Likewise, Minecraft will return you an empty bucket when you use it in a crafting recipe. If you don’t want that, you can tell the item to not return anything at all:
If you want to give something back, but not in the crafting inventory, you can also use giveBack. GiveBack can be used without arguments, in which case it will return the original item, or it can be used with an item, in which case that item will be given back into the player inventory:
GiveBack will usually also have the side-effect of suppressing mod item return behavior. It may thus be a handy alternative to the transformReplace modifier in those cases.
Input conditions
You can also require the input to contain certain NBT tags. Say, you make a recipe that requires our sticked pick. Let’s modify our file:
Note the difference between withTag and onlyWithTag. withTag is for an output and is the exact tag that will be output. onlyWithTag is for input and sets a condition. Applying withTag on an input has no effect on the recipe.
Other conditions exist too:
Multiple conditions can be added to a single ingredient, too:
Qed recipes minecraft что это
The QED is a block added by Extra Utilities. It can be powered by Ender-Flux Crystals that are placed within a 9 block radius of the QED. When powered, it can be used to create several blocks and items in Extra Utilities, and can be used for Quantum Entanglement to multiply ores.
NBT Tag in output
It is possible to define both damage or an NBT tag as output. Let’s take a pickaxe as our toy for this tutorial:
Crafting the pick with 1 or 3 sticks as in the recipe will give you an item with the appropriate damage and name/lore on it, respectively.
Brewery
Master the art of brewing through fermenting, distilling and barrel aging a variety of concoctions. Experience how, from simple ingredients, through hard work, and persistence, a cool beer is created. Distill high-proof liquor, which gets that unique taste after some aging in wooden barrels. Celebrate the biggest feasts you can imagine and always maintain a cheerful atmosphere. Fill the taverns with laughter and loud music, while the drunkards scuffle on the streets.
Features
Usage
Subreddit style must be enabled to view the images on this page.
Cooking / Fermenting
The first step is cooking the ingredients.
Distilling
Aging
Wooden barrels are required for aging. They have inventories where you can store brews while they age. There are two barrel sizes, and most recipes require a specific type of wood.
Small barrel
Build a barrel shape with the stairs. Then, place a sign on the front-side bottom-right with Barrel on the top line. You will get a confirmation: Barrel created.
Big barrel
Build barrel matching the image below, making sure to leave 1 empty space at the center. Then, attach a sign with Barrel on the top line. You will get a confirmation in chat.
You may remove the sign from a big barrel after creating it.
Being Drunk
The alcohol inside a brew is applied when consumed. There are a variety of effects associated with alcohol level.
Sobering Up
After drinking it can take a while for the alcohol to completely wear off. During that time, your alcohol level will steadily decrease. This process can be accelerated by eating bread, and drinking milk.
Tutorial:Furnace
MineTweaker also allows modifying furnace recipes and furnace fuels using a few simple commands.
Do you believe smelting ores in a furnace is too easy? You can fix it as such:
Found it sad you can’t turn charcoal into real coal? Easy fix:
Want to make items burnable? Set their fuel value wit the setFuel function:
NEI Entry
The QED is a powerful machine that can absorb and control energized ‘Ender-Flux’. This strange energy can be used with various ingredients to craft incredibly powerful items. The QED is not capable of generating Ender-Flux, and you must place Ender Crystal Pillars nearby in order to use it.
Function recipes
When adding a recipe, you may also supply an additional argument, which is a custom function. This function can programmatically determine the output of your recipe.
To demonstrate how this works, let’s make a recipe that repairs a stone pickaxe when you craft it with cobblestone. The output of our recipe depends on the pickaxe that is provided (its damage), thus a regular recipe won’t work in this case.
Let’s start by adding the function to it:
Now we need to look at the value of the pickaxe. In order to retrieve the actual values of the inputs, we need to mark them with a name, and MineTweaker will store it in the inputs list:
Recipes
These are all of the recipes you can make with Brewery right now. We are always open to suggestions for new recipes, so let us know.
Qed recipes minecraft что это
So far we have learned about how to add or remove simple recipes. But what if the inputs and outputs also involve damage values or NBT tags?
Contents
Output reuse and transformations
Since MineTweaker 3.0.2, it is now possible to reuse items, return empty buckets to the crafting grid (or whatever item you want) or damage items upon crafting.
We could for instance make a recipe to get more sticks out of wood by using an axe:
Nice. But the stone axe gets consumed, and that is sort of annoying. We can fix this with the reuse modifier:
Great! We can reuse the axe. Now what if we also wanted the axe to be damaged when you use it?
We can also deal more than 1 damage upon crafting:
Imagine we’d want to make a recipe to turn dirt into grass by combining dirt, a water bucket and wheat. We could make this recipe:
However, crafting this will consume the bucket. We can tell MineTweaker to return the empty bucket afterwards:
Now, crafting a grass block will return the empty crafting bucket in the crafting grid.
Sometimes mods define their own behavior when you use their items while crafting. Likewise, Minecraft will return you an empty bucket when you use it in a crafting recipe. If you don’t want that, you can tell the item to not return anything at all:
If you want to give something back, but not in the crafting inventory, you can also use giveBack. GiveBack can be used without arguments, in which case it will return the original item, or it can be used with an item, in which case that item will be given back into the player inventory:
GiveBack will usually also have the side-effect of suppressing mod item return behavior. It may thus be a handy alternative to the transformReplace modifier in those cases.
Input conditions
You can also require the input to contain certain NBT tags. Say, you make a recipe that requires our sticked pick. Let’s modify our file:
Note the difference between withTag and onlyWithTag. withTag is for an output and is the exact tag that will be output. onlyWithTag is for input and sets a condition. Applying withTag on an input has no effect on the recipe.
Other conditions exist too:
Multiple conditions can be added to a single ingredient, too:
Qed recipes minecraft что это
The QED is a block added by Extra Utilities. It can be powered by Ender-Flux Crystals that are placed within a 9 block radius of the QED. When powered, it can be used to create several blocks and items in Extra Utilities, and can be used for Quantum Entanglement to multiply ores.
NBT Tag in output
It is possible to define both damage or an NBT tag as output. Let’s take a pickaxe as our toy for this tutorial:
Crafting the pick with 1 or 3 sticks as in the recipe will give you an item with the appropriate damage and name/lore on it, respectively.
Brewery
Master the art of brewing through fermenting, distilling and barrel aging a variety of concoctions. Experience how, from simple ingredients, through hard work, and persistence, a cool beer is created. Distill high-proof liquor, which gets that unique taste after some aging in wooden barrels. Celebrate the biggest feasts you can imagine and always maintain a cheerful atmosphere. Fill the taverns with laughter and loud music, while the drunkards scuffle on the streets.
Features
Usage
Subreddit style must be enabled to view the images on this page.
Cooking / Fermenting
The first step is cooking the ingredients.
Distilling
Aging
Wooden barrels are required for aging. They have inventories where you can store brews while they age. There are two barrel sizes, and most recipes require a specific type of wood.
Small barrel
Build a barrel shape with the stairs. Then, place a sign on the front-side bottom-right with Barrel on the top line. You will get a confirmation: Barrel created.
Big barrel
Build barrel matching the image below, making sure to leave 1 empty space at the center. Then, attach a sign with Barrel on the top line. You will get a confirmation in chat.
You may remove the sign from a big barrel after creating it.
Being Drunk
The alcohol inside a brew is applied when consumed. There are a variety of effects associated with alcohol level.
Sobering Up
After drinking it can take a while for the alcohol to completely wear off. During that time, your alcohol level will steadily decrease. This process can be accelerated by eating bread, and drinking milk.
Tutorial:Furnace
MineTweaker also allows modifying furnace recipes and furnace fuels using a few simple commands.
Do you believe smelting ores in a furnace is too easy? You can fix it as such:
Found it sad you can’t turn charcoal into real coal? Easy fix:
Want to make items burnable? Set their fuel value wit the setFuel function:
NEI Entry
The QED is a powerful machine that can absorb and control energized ‘Ender-Flux’. This strange energy can be used with various ingredients to craft incredibly powerful items. The QED is not capable of generating Ender-Flux, and you must place Ender Crystal Pillars nearby in order to use it.
Function recipes
When adding a recipe, you may also supply an additional argument, which is a custom function. This function can programmatically determine the output of your recipe.
To demonstrate how this works, let’s make a recipe that repairs a stone pickaxe when you craft it with cobblestone. The output of our recipe depends on the pickaxe that is provided (its damage), thus a regular recipe won’t work in this case.
Let’s start by adding the function to it:
Now we need to look at the value of the pickaxe. In order to retrieve the actual values of the inputs, we need to mark them with a name, and MineTweaker will store it in the inputs list:
Recipes
These are all of the recipes you can make with Brewery right now. We are always open to suggestions for new recipes, so let us know.
Minecraft Wiki
The Minecraft Wiki is no longer considered as official by Microsoft and therefore several changes are required to be made, including to the wiki’s logo. Please read this announcement for more information.
Recipe
Recipes are a way to gradually guide new players into Minecraft by assisting them with the usage of crafting, smelting, and other block and item transformations in-game.
Recipes are data driven and be configured by data packs in Java Edition or add-ons in Bedrock Edition. Every crafting, smelting, blasting, campfire cooking, smoking, stonecutting and smithing recipe uses this system. In Bedrock Edition, cartography tables and brewing recipes also use this system. Cartography table [ Java Edition only ] and loom recipes cannot currently be controlled.
Contents
Obtaining [ ]
Recipes can be obtained in various ways. Using the recipe automatically makes the player discover it. Recipes can also be granted using the /recipe command or as a reward for completing an advancement. Vanilla survival has multiple advancements that grant recipes, which trigger when for example the player obtains an item required in the recipe. [ Java Edition only ]
Once a recipe has been discovered, it is added to the player’s recipe book. [ Java Edition only ] Discovered recipes are stored in the player’s recipeBook NBT.
Usage [ ]
Recipes appear only if the player is using the recipe book in a block associated to the recipe’s type; for example, furnace recipes only show up when the player use the recipe book in the furnace GUI. When the player is using the recipe book in the inventory, crafting recipes appear that can fit into the player’s 2×2 inventory crafting grid.
JSON format [ ]
Custom recipes in the data/(namespace)/recipes folder of a data pack store the recipe data for that world as separate JSON files.
A recipe with ID foo:path/to/file would have its JSON file located at data/foo/recipes/path/to/file.json within a data pack.
Recipe JSON files have different structures dependent on their type, but they all have a type tag in its root tag.
List of recipe types [ ]
blasting [ ]
Represents a recipe in a blast furnace.
The default cooking time is 100 ticks, or 5 seconds.
campfire_cooking [ ]
Represents a recipe in a campfire.
The default cooking time is 100 ticks, or 5 seconds, even though all vanilla campfire cooking recipes have a cook time of 600 ticks, or 30 seconds. Campfire recipes do not trigger the recipe_unlocked criteria.
crafting_shaped [ ]
Represents a shaped crafting recipe in a crafting table.
Custom NBT data tags are not allowed for the recipe’s output item.
crafting_shapeless [ ]
Represents a shapeless crafting recipe in a crafting table.
The ingredients list must have at least one and at most nine entries.
Custom NBT data tags are not allowed for the recipe’s output item.
crafting_special_* [ ]
Represents a crafting recipe in a crafting table that is handled with builtin logic instead of being data-driven.
When the «vanilla» data pack is disabled, they can be used to reenable desired builtin crafting recipes.
Unlike most other recipe types, they do not have a «group» field and cannot be displayed in recipe books.
smelting [ ]
Represents a recipe in a furnace.
The default cooking time is 200 ticks, or 10 seconds.
smithing [ ]
Represents a recipe in a smithing table.
The resulting item copies the NBT tags of the base item.
smoking [ ]
Represents a recipe in a smoker.
The default cooking time is 100 ticks, or 5 seconds.
stonecutting [ ]
Represents a recipe in a stonecutter.
Unlike the count field in shaped and shapeless crafting recipes, this count field here is required.
Sounds [ ]
Sound | Subtitles | Source | Description | Resource location | Translation key | Volume | Pitch | Attenuation distance |
---|---|---|---|---|---|---|---|---|
https://minecraft.fandom.com/wiki/File:In.ogg | None [sound 1] | ? | Unlocking a recipe | ui.toast.in | None [sound 1] | ? | ? | ? |
https://minecraft.fandom.com/wiki/File:Out.ogg | None [sound 1] | ? | When a recipe toast finishes | ui.toast.out | None [sound 1] | ? | ? | ? |
History [ ]
Issues [ ]
Issues relating to «Recipe» are maintained on the bug tracker. Report issues there.
Что такое qed recipes майнкрафт
Простой мод Extra Utilities Mod добавит в ваш Майнкрафт несколько очень полезных вещей, предметов и блоков.
Новые блоки
Angel Block — Ангельский блок
Этот блок будет вам лучшим другом и помощником если вы работаете под водой или в воздухе в Творческом режиме. Ему для установки не нужна опора. Его можно просто поставить в пустом пространстве и он останется там стоять.
Blackout Curtains — Занавески
Chandelier — Люстра
Ну что тут сказать. Люстра как люстра. Хорошо подойдет для украшения ваших шикарных домов и квартир в игре.
Colored Bricks/Colored Wood Planks — Цветные кирпичи/Цветные деревянные панели
Теперь можно строить дома из цветного кирпича. Украшать дом цветными деревянными панелями. В общем простор для творчества открыт.
Compressed Cobblestone — Сжатый булыжник
Очень часто приходится складировать огромное количество Булыжников. Особенно это актуально, если вы активно занимаетесь шахтерским делом. А выбросить жалко, вдруг пригодятся. Да и если выкидывать, будут они кругом валятся и опять норовить залезть в инвентарь. Вот для этого и придуман блок Сжатый булыжник.
Conveyer Belt — Конвейер
Основное предназначение конвейера — это загонять в ловушку мобов. Удобно и эффективно доставит моба в ловушку, а его дроп в ваш сундук. Но конечно можно найти ему и другое применение, достаточно «включить мозг».
Peaceful Table — Мирный столб
Этот стол предназначен для тех, кто играет на Мирном уровне сложности, но в тоже время ему необходим дроп с мобов для крафта. Достаточно поставить такой стол рядом с блоком, у которого есть инвентарь и в этот инвентарь положить Мечь. Мирный стол будет периодически спаунить случайного моба, тут же его убивать этим самым мечем и складывать дроп в инвентарь. Меч, как и при обычном использовании, будет расходовать свою прочность. Так что чем прочнее и дороже меч, тем дольше он будет вам служить.
Sound Muffler — Звукоглушитель
Если вам надоело блеяние овец, мычание коров и вообще вы хотите жить в тишине, не нужно выключать звук в Майнкрафт, достаточно поставить Звукоглушитель в том месте, от куда исходят мешающие вам звуки. В радиусе 8 блоков он заглушит звуки на 90%.
Trading Post — Торговая точка
Этот блок будет полезен для торговцев или для тех кто живет за счет продажи добытых ресурсов. Правый клик на Торговой точке открывает список товаров доступных для торговли у близлежащих Поселенцев. Нажав на интересующий вас товар открывается стандартное меню торговли.
Trash Can — Мусорная корзина
Я думаю ван ни раз приходилось мучатся с вопросом: «куда бы выкинуть этот ненужный хлам?». Этот блок как раз для этого. Мусорная корзина поможет вам избавиться от ненужных вещей и блоков. Для быстрого удаления вещей из инвентаря нажмите Shift+ПКМ. А для автоматизации можно к этому делу приспособить трубы, о которых чуть ниже.
Pipe Transfer System — Система трубопровода
Система трубопровода для доставки на переработку, с переработки и т.п. В общем для автоматизации какого либо процесса. Работает не так быстро, всего 1 блок в секунду, но зато надежно.
Транспортировочный узел
Транспортировочные трубы
Новые вещи
Golden Lasso — Золотое лассо
Вам надоело бегать за вашими овцами или коровами, постоянно приманивая их пшеницей. Золотое лассо вам поможет. Возьмите его в руки и нажмите правую кнопку мыши и ваше животное магическим образом переместиться в инвентарь лассо. Затем опять правый клик на пустом месте и животное снова на воле. Так же это лассо можно использовать для именования мобов. Положите Золотое лассо с мобом внутри на наковальню и вы сможете изменить его имя. Если же положить лассо с животным на Верстак то имя присвиится автоматически. Может оно будет не совсем ему подходящее, зато будет сюрприз и вы сможете повеселится.
Paint brush — Кисточка
Кисточка используется для крафта цветных кирпичей и деревянных блоков. Также можно с помощью нее покрасить другие блоки. Нажмите ПКМ на цветном блоке, а потом также ПКМ на другом блоке и он выкраситься в цвет первого блока.
Division Sigil
Это предмет скрафтить нельзя. Его можно только найти в сундуках в подземельях. Он используется для снятия зачарования с предметов или для понижения зачарования.
Unstable Ingots — Не стабильные слитки
Оружие обладает большим повреждением и часть дамага проходит сквозь броню. Инструменты же более скоростные. Но кроме этого каждая вещь обладает своими уникальными качествами. Скрафтите и узнайте сами. Поверьте, вы не пожалеете.
Watering Can — Лейка
Лейка — полезная вещь для садоводов. Позволит на ранних этапах игры получить Костяную муку. Если использовать Лейку на лаве, то лава будет течь быстрее.
Установка
Скачать:
Похожее
Fabric для Minecraft
Forge для Minecraft
OptiFine HD для Minecraft
Также посмотри!
Not Enough Items — все вещи и рецепты крафта
Это обновленная версия мода на вещи и рецепты крафта Not Enough Items для самых свежих …
Гайд: Химия в Minecraft PE
Всем нам совершенно недавно стало известно о том, что в Minecraft Pocket Edition теперь есть новая наука — Химия. Это новая область, информации о которой сейчас нет нигде. Именно поэтому я решил написать для Вас гайд «Химия в Minecraft PE 1.3».
Химия в Майнкрафт ПЕ
Ну, что же дальше? Думаю, не стоит долго «лить воду». Давайте приступим к самому важному.
Для начала нам необходимо 4 вот таких вот стола.
Теперь мы обсудим каждый из столов. Первый стол, о котором я бы хотел Вам рассказать — конструктор элементов. Этот стол создан для того, чтобы создавать различные элементы из химической таблицы Д.И. Менделеева. Чтобы создать нужный нам элемент, мы должны подобрать необходимое количество электронов, протонов и нейтронов при помощи ползунков слева. В данном случае я создал кислород, установив все значения на 8.
Теперь я расскажу Вам о лабораторном столе. На нем мы можем крафтить, используя соединения, созданные на столе под названием «создатель соединений«. На самом деле, на нем можно скрафтить не очень большое количество предметов. Но все же, это тоже очень интересный объект. Его скриншоты я прикладывать не буду. Он довольно простой и также очень похож на обычный стол для крафтов.
Ну и наконец-то, самый интересный стол, который называется рассоединитель. Что же мы можем сделать при помощи него? Данный стол расщепляет самые различные предметы в Minecraft Pocket Edition. Смотрите, что я получил, рассоединив на нем блоки травы. Так что мы можем сделать вывод, что рассоединитель — это предмет, который дает нам еще один альтернативный способ получения химических элементов.
Но, это была лишь вводная часть нашего гайда. Дальше самое интересное.
Предметы, которые можно создать при помощи химии
Чтобы активировать бенгальский огонь, необходимо использовать долгое нажатие на экран. Также Вы можете держать бенгальский огонь в обоих руках. Теперь Вы можете праздновать Новый Год в Майнкрафт ПЕ еще более веселее.
Дорогие друзья. На самом деле можно расписать еще огромное количество различных предметов, которые Вы сможете создать в Minecraft Pocket Edition при помощи такой замечательной науки как Химия. Ожидайте еще огромное количество гайдов, в которых я расскажу Вам, что еще можно создать в МКПЕ благодаря химии. Делитесь данной информацией со своими друзьями и заходите на наш сайт, у нас Вы найдете огромное множество интереснейшей информации о MCPE.
Что такое qed recipes майнкрафт
Название:Самогон
Ингридиенты:
-20 пшеницы
— \\\
Время варки:5 мин
Дистилятов: 6 раз
В бочке: \\\
Название:Кофе и лёд
Ингридиенты:
— Печенье 8
— Снежков 4
— Ведро молока
Время варки: сразу.
Дистилятов: \\\
В бочке: \\\
Название: Шоколад г.
Ингридиенты:
— 3 печеньки
— \\\
Время варки: 10 мин
Дистилятов: \\\
В бочке: \\\
Название: п. Виски
Ингридиенты:
— 10 пшена
— 2 блейз порошка
Время варки: 12 мин
Дистилятов: 3 раза
В бочке: 18 лет
Название: Зол. Водка
Ингридиенты:
— 10 картошки
— 2 зол. кусочка
Время варки: 18 мин
Дистилятов: 3 раза
В бочке: \\\
Название: ЭгНог
Ингридиенты:
— 5 яиц
— 2 сахара
— 1 ведро молока
Время варки: 2 мин
Дистилятов: \\\
В бочке: 3 года
Название: Кофе
Ингридиенты:
— 12 какао бобов
— 2 ведра молока
Время варки: 2 мин.
Дистилятов: \\\
В бочке: \\\
Название: Кар. Суп
Ингридиенты:
— 5 картофелин
— 3 травы
Время варки: 3 мин.
Дистилятов: \\\
В бочке: \\\
Название: Зел. Абсент
Ингридиенты:
— 17 травы
— 2 отрав. картошки
Время варки: 5 мин
Дистилятов: 6 раз
В бочке: \\\
Название: Абсент
Ингридиенты:
— 15 травы
— \\\
Время варки: 3 мин
Дистилятов: 6 раз
В бочке: \\\
Название: Тэкила
Ингридиенты:
— кактус 8
—
Время варки: 15 мин
Дистилятов: 2 раза
В бочке: 12 лет
Название: Джин
Ингридиенты:
— 9 пшена
— 6 голубых цветка
— 1 яблоко
Время варки: 6 мин
Дистилятов: 2 раза
В бочке: \\\
Название: Гриб. Водка
Ингридиенты:
— 10 картошки
— 3 штуки кр. и кор. гриба
Время варки: 18 мин
Дистилятов: 5 раз
В бочке: \\\
Название: Водка
Ингридиенты:
— 10 картошки
—
Время варки: 15 мин
Дистилятов: 3 раза
В бочке:\\\
Название: Ром
Ингридиенты:
— 18 тростника
—
Время варки: 6 мин
Дистилятов: 2 раза
В бочке: 14 лет
Название: Виски
Ингридиенты:
— 10 пшена
—
Время варки: 10 мин
Дистилятов: 2 раза
В бочке: 18 лет
Название: Ябл. Ликёр
Ингридиенты:
— 12 яблок
—
Время варки: 16 мин
Дистилятов: 3 раза
В бочке: 6 лет
Название: Сидр
Ингридиенты:
— 14 яблок
—
Время варки: 7 мин
Дистилятов: \\\
В бочке: 3 года
Название:Ябл. Медов.
Ингридиенты:
— 6 тростника
— 2 яблока
Время варки: 4 мин
Дистилятов: \\\
В бочке: 4 года
Название: Медовуха
Ингридиенты:
— 6 тростника
— \\\
Время варки: 3 мин
Дистилятов: \\\
В бочке: 4 года
Название: Кр. Вино
Ингридиенты:
— 5 ягод
—
Время варки: 5 мин
Дистилятов:
В бочке: 20 лет
Название: Тем. Пиво
Ингридиенты:
— 7 пшена
—
Время варки: 8 мин
Дистилятов:
В бочке: 8 лет
Название: Пиво
Ингридиенты:
— 6 пшена
—
Время варки: 8 мин
Дистилятов:
В бочке: 3 года
Название: Светл. Пиво
Ингридиенты:
— 3 пшена
—
Время варки: 8 мин.
Дистилятов:
В бочке: 2 года
Название: Компот
Ингридиенты
— Яблоки 6
— Ягоды 7
— Сахар 4
Время варки : 10
Дистилятов: \\\
В бочке: \\\
© 2021Онлайн сборник полезных советов Все права сохранены. Внимание! Информация, опубликованная на сайте, носит исключительно ознакомительный характер и не является рекомендацией к применению. Материалы могут содержать информацию, предназначенную для пользователей старше 18 лет. 18+