text
stringlengths
148
3k
Minecraft wiki entry for Music, associated text: "Meaning "redness", it signifies the final stage in an alchemical success." – @kuraine on Twitter, June 25, 2020
Minecraft wiki entry for Structure_(old), associated text: Here are given fuller descriptions and pictures of the various structures that could be found in a village before the Village & Pillage Update.
Minecraft wiki entry for Enchanting, associated text: The GUI of the enchantment table in Pocket Edition while the Pocket UI Profile is activated (top = no item, bottom = with item hovering on the second line).
Minecraft wiki entry for Small_Tower, associated text: Towers are hollow, consisting only of a single Purpur Slab staircase. Can be placed everywhere on the roof of rooms.
Minecraft wiki entry for Hiding_chests, associated text: Now, put a grass block on top of the chest. This will make the chest inaccessible and invisible. However, if you hoe one of the grass blocks on the side, The grass block will become farmland. This will make the block 1 pixel lower, which allows you to carefully locate your crosshair on a tiny hole, making the chest open.
Minecraft wiki entry for Advancement_guide, associated text: Tame one of the 5 tamable mobs in the game: cat, horse, llama, parrot, or wolf. Horses count as donkeys and mules.
Minecraft wiki entry for Infested_Block, associated text: Infested blocks are generated when a silverfish enters the respective normal block form. In Bedrock Edition, letting a silverfish enter regular stone bricks turns them into infested stone instead of the infested stone bricks.[2]
Minecraft wiki entry for Spawner_traps, associated text: Step 1 Step 2, Note: Glass is optional. Step 3, Note: Any way to lure a vindicator works. Step 4 (Have a Name Tag with "Johnny" in it). Step 5: Profit!
Minecraft wiki entry for Development_versions, associated text: Blocks destroyed as a result of other blocks being destroyed (topsnow, grass, etc.) emit destruction particles too Added jungle wood slab recipe Sand does not fall anymore through wall signs Added Hardened Clay recipe for furnaces Added Stained Clay recipe to the Crafting Table
Minecraft wiki entry for Crafting_descriptions, associated text: This article is about the descriptions shown in Pocket Edition. For their Legacy Console Edition equivalents, see Legacy Console Edition descriptions.
Minecraft wiki entry for Advancement_guide, associated text: To get the actual advancement, you must find stone (which is easy, you don't need to find a cave for this), and mine it with your wooden pickaxe to get cobblestone (stone will become cobblestone if you mine it without a silk touch pickaxe). Exposed stone can be found on the sides of hills and in ravines/caves. If you find a cave or ravine, do not go deep into it, because you will encounter mobs (such as zombies and skeletons).
Minecraft wiki entry for Best_biomes_for_homes, associated text: This dimension would not be advisable for beginner players, but for players who want an advanced challenge, the End could serve as a home after the final boss is defeated. The End dimension is made up of two different areas: the center island where the final boss is fought; and the outer islands that begin generating 1000 blocks from the center. The center island is a somewhat small landmass that is made up of end stone, obsidian and bedrock. The outer islands feature many endstone islands, chorus plants, and valuable end cities. Should the player chose to live solely in this biome without important items from the Overworld (as if they had spawned into the world for the first time), the center island is uninhabitable on its own merits; it offers no food or resources to collect. The outer islands must be reached in order to obtain the necessary resources. Note that the player will need to kill the final boss before the challenge begins, as it will likely kill an item-less player in a few seconds.
Minecraft wiki entry for Armor_Stand, associated text: Armor stands are not damaged by cacti but can be broken by arrows. An armor stand destroyed by an explosion or a firework does not drop as an item. Armor stands in water and lava at the same time are not consumed by the lava.
Minecraft wiki entry for Parity_issue_list, associated text: Connects to pistons. Power transmission is in a random order.[note 8] Remains on the base of a piston after being extended and then retracted. Transparent blocks can pass redstone power downwards.[55] Unconnected redstone dust is always a full cross, and cannot be toggled/interacted with to become a dot.
Minecraft wiki entry for Torch, associated text: Soul torches give off a light level of 10. Due to their lower light level, soul torches do not melt snow or ice.
Minecraft wiki entry for Item, associated text: 3D A Very Fine Item Ankle Monitor Blue Key Footprint Obsidian Boat Reality Vision Red Key Smarter Watch Yellow Key
Minecraft wiki entry for Crafting, associated text: Crafting, unlike other in-game actions such as smelting, brewing and enchanting, is completely silent.
Minecraft wiki entry for Lapis_Lazuli_Ore, associated text: 1 Obtaining 1.1 Natural generation 1.2 Breaking 2 Usage 2.1 Smelting ingredient 2.2 Note Blocks 3 Sounds 3.1 Lapis Lazuli Ore 3.2 Deepslate Lapis Lazuli Ore 4 Data values 4.1 ID 5 History 5.1 Data history 6 Issues 7 Trivia 8 Gallery 9 References
Minecraft wiki entry for Better_Together_Update, associated text: The official name for the update, the Better Together Update, aims to merge multiple platforms under a single version of Minecraft, reflecting the addition of cross-platform compatibility between mobile devices, Windows 10, Gear VR, Fire TV, and the port releases on Xbox One, Nintendo Switch, and PlayStation 4.
Minecraft wiki entry for Weeping_Vines, associated text: Weeping vines can be placed on, and grow from, the bottom of a block. The top-most vine block always has a starting age value of 0, which increments every time the block grows. If the bottom-most vine block has an age below 25, it continues to grow provided that there is free space below the vine. When the vine does grow, a new vine block with an incremented age value is placed beneath it.
Minecraft wiki entry for VPS, associated text: My solution was to get the package from here (from 12.04/Precise) and manually install it using dpkg. Doing this may mean removing any other installation of libgl, so be sure that this is what you want (that is, that it will not break anything else doing so).
Minecraft wiki entry for Curved_roofs, associated text: Domes are often seen in temples and other large, 'monumental' or civic buildings. Domes 'work' because in Minecraft one tends to assume a small symmetrical blob is supposed to be a dome even if it is actually quite angular. By comparison, other curved shapes are a lot harder to interpret, and because of this, they must be of much better quality before they look acceptable.
Minecraft wiki entry for Starting_in_the_Nether, associated text: Foxy's markers (armor stand spawning sphere) by FoxyNoTail. Remove particle effects by FoxyNoTail. Xray pack by d6b (good for spawn proofing or finding ores).
Code example for Mineflayer API: const mineflayer = require('mineflayer') if (process.argv.length < 3 || process.argv.length > 5) { console.log('Usage : node multiple.js <host> <port>') process.exit(1) } let i = 0 function next () { if (i < 10) { i++ setTimeout(() => { createBot(`mineflayer-bot${i}`) next() }, 100) } } next() function createBot (name) { mineflayer.createBot({ host: process.argv[2], port: parseInt(process.argv[3]), username: name }) }
Minecraft wiki entry for ED, associated text: Entity data Additional fields for mobs that can breed[show] Tags common to all entities[show] Tags common to all mobs[show] Color: The color of the sheep. Default is 0. Sheared: 1 or 0 (true/false) - true if the sheep has been shorn.
Minecraft wiki entry for Tips_and_tricks, associated text: If a player is stuck in the Nether without a flint and steel or a fire source, there are still ways to relight the Nether portal.
Minecraft wiki entry for Furniture, associated text: You can place slabs on the ground to mark off the edges of the shower. This should usually be built in a corner. Then place a piston in the ceiling or wall and place water behind it. You can use a lever to turn the shower on and off.
Minecraft wiki entry for Block_of_Quartz, associated text: Times are for unenchanted tools as wielded by players with no status effects, measured in seconds. For more information, see Breaking § Speed.
Minecraft wiki entry for Development_versions, associated text: Fixed an issue where the main menu UI would not load in for some beta players on Xbox One. (MCPE-50344) Buried treasure chests can no longer spawn inside village structures. Fixed an issue that could cause some worlds to become corrupted during gameplay. (MCPE-50496)
Minecraft wiki entry for Argument_types, associated text: Each string argument type can accept either a single word (no spaces), a quotable phrase (either single word or quoted string), or a greedy phrase (taking the rest of the command as the string argument).
Minecraft wiki entry for Village, associated text: Villages generate naturally in plains, savanna, taiga, snowy plains, and desert biomes. In Bedrock Edition, they also generate in snowy taiga and sunflower plains biomes. The type of the village, and therefore the style of all structures within it, is determined by the biome at the village center or meeting point. If the meeting point does not generate in one of the above biomes, the village defaults to plains style.
Minecraft wiki entry for ModJam, associated text: There is no valid information available on the results of the first three places. A complete list of all submitted mods can be found here.
Minecraft wiki entry for Before_1.18, associated text: One stack of biome generation generated the actual biomes in-game. The biome categories generated the following biomes as follows. Some biomes were weighed more and as such generated more commonly than other biomes. Snowy biomes had an unused rare biome variant and as such generated as normal snowy biomes.
Minecraft wiki entry for Development_versions, associated text: MC-191571 – Switched square brackets for right-to-left languages. MC-191579 – Book signing GUI has broken formatting for right-to-left languages. MC-191656 – Right-to-left languages do not perform as expected in Creative search menu. MC-191947 – Entities that tick in a nether portal for one gametick do not get sent to the Nether. MC-192306 – Crimson and warped slabs use incorrect colors on maps.
Minecraft wiki entry for Enchanting, associated text: The tables below summarize the enchantments that can be given to specific items in Bedrock Edition and in Survival mode in Java Edition. (Creative mode in Java Edition allows any item to have any enchantment.) Enchantments that can be applied to both hand slot items and armor slot items are listed in both tables.
Minecraft wiki entry for Development_versions, associated text: Spawn chance has been slightly increased: Now requires 5 villagers to meet instead of 10. Villagers that are recently hurt by zombies have a higher chance of spawning an iron golem.
Minecraft wiki entry for Achievement_guide, associated text: First, you need to have the Fire Resistance effect, such as from potion of fire resistance. To brew the potion, you need brewing stand fueled with blaze powder, a water bottle, and nether wart + magma cream. If you can't find magma cube, craft one from slime ball and blaze powder.
Minecraft wiki entry for Development_versions, associated text: Placing a block on top of a note block will no longer mute it. The exceptions are wool blocks, which will still mute the sound. This is similar to the way they make vibrations undetectable to the sculk sensor.
Minecraft wiki entry for Redstone_music, associated text: Bass = Wood (any type), mushroom (block), daylight sensor, banner, sign, note block Bass drum = Stone (any type), bricks, netherrack, magma block, purpur block, concrete, nether quartz Bell = Block of gold Chime = Packed ice Clicks and sticks = Glass (any type), sea lantern Flute = Clay block Guitar = Wool Snare drum = Sand, gravel, concrete powder Xylophone = Bone block Piano (harp) = Any other block (e.g. dirt, piston, rail, leaves) Iron Xylophone = Block of Iron Cowbell = Soul Sand Didgeridoo = Pumpkin Bit = Block of Emerald Banjo = Hay Bale Pling = Glowstone
Minecraft wiki entry for 1CHP, associated text: The next morning, Stax notices a wood boat approaching the shore. Upon further inspection, he notices someone wearing different pieces of armor. The man reveals himself to be Fouge Tempro, in which Stax gives him a tour of his house. The two eventually make it to the trophy room, where Fouge takes interest in a map that is donned with tiny flags representing the outposts of the stonecutting business. He specifically takes interest in two areas: an ice field to the east, and badlands to the north. Fouge asks Stax as to why he stays home while being "surrounded by such beauty", but Stax doesn’t respond. Stax then shows Fouge the main Stonecutter mine, which goes all the way down to bedrock. After some discussion about the mine, the two head back to the house. Fouge then notices a stone pickaxe and a stone sword framed on a wall. Stax mentions that those were his grandmother’s, and were worn down to basically nothing. Fouge says that they are really valuable, and says that he’ll have his associates look at them in two days time. Stax politely refuses, and makes up some “errands” he’ll be doing throughout the week. Fouge understands, and says he’ll be back with his associates in a week.
Minecraft wiki entry for BE1, associated text: SpawnRange: The radius around which the spawner attempts to place mobs randomly. The spawn area is square, includes the block the spawner is in, and is centered around the spawner's x,z coordinates - not the spawner itself. It is 2 blocks high, centered around the spawner's y coordinate (its bottom), allowing mobs to spawn as high as its top surface and as low as 1 block below its bottom surface. Vertical spawn coordinates are integers, while horizontal coordinates are floating point and weighted toward values near the spawner itself. Default value is 4.
Minecraft wiki entry for Pig, associated text: A baby pig compared to an adult pig. Despite the piglet's body size they have the same head size as an adult pig.
Minecraft wiki entry for 1CHP, associated text: A portion of the End Poem by Julian Gough is shown here, mentioning how the player thought it was human "on the thin crust of a spinning globe of molten rock", as well as how the player dreamed of being a miner "on the surface of a world that was flat, and infinite" with the sun being "a square of white", the days being short, and that "death was a temporary inconvenience".
Minecraft wiki entry for Missing_textures_and_models, associated text: When the game has to use the missing texture, such uses are generally announced in the game's output log:
Minecraft wiki entry for Development_versions, associated text: Has been removed from options. However, the setting is still configurable outside the game in options.txt.
Minecraft wiki entry for Settlement_guide, associated text: A pre-generated village makes an easy starting point for a settlement. You even have residents that you can farm.
Minecraft wiki entry for Resource_location, associated text: A registried add-on entry refers to add-on content that is registered with an identifier which is declared in add-on files.
Minecraft wiki entry for fog, associated text: Must be a string. And it must be either a single word (no spaces) or a quoted string. Should be in the format of name.
Minecraft wiki entry for execute, associated text: Sets the execution anchor to the eyes or feet. Defaults to feet. Effectively recenters local coordinates on either the eyes or feet, also changing the angle the facing sub-command (of /execute and /teleport) works off of Syntax anchored <anchor> -> execute Arguments <anchor>: entity_anchor (eyes or feet) Whether to anchor the executed command to eyes or feet Result Execution anchor is set to either the eyes or the feet. Unparseable if the argument is not specified correctly. Example The effect of /tp is to move a target by placing its feet at the given position. execute anchored eyes run tp ^ ^ ^ effectively teleports the executor's feet to where its eyes are (the execution position). execute anchored eyes run tp ^5 ^ ^ means "place the executor's feet 5 blocks left of where its eyes are"
Minecraft wiki entry for Item_transportation, associated text: A less iron expensive method is the use of water streams. This uses the mechanic of dropped items moving in flowing water streams. Using water also gets around the ips throughput problem, as items can be moved around in a full merged stack entity and many entities can travel at the same time. The delay is longer, however.
Minecraft wiki entry for Things_to_do_when_bored, associated text: While Minecraft is a huge game with endless possibilities, there will always be a time where a player may believe they've done everything, or built everything possible in the game. Here is a list of ideas for players who are bored and may be looking for something fun to do in the game, although most players will have already done many of these.
Minecraft wiki entry for Banner, associated text: Lego banners from 21127 and 21131 Lego banner from 21138 Lego banner from 21142 Lego banner from 21144 Another lego banner from 21144 A third lego banner from 21144 Lego banner from 21152 Lego banners from 21155 Lego ominous banner from 21160
Minecraft wiki entry for Demo_mode, associated text: 1 Functionality 2 Restrictions 2.1 Java Edition 2.2 Bedrock Edition 2.3 Legacy Console Edition 2.4 Pocket Edition (no longer available) 3 History 4 Trivia 5 Gallery 5.1 Java Edition 5.2 Pocket Edition 5.3 Bedrock Edition 6 See also 7 References
Minecraft wiki entry for Door-based_iron_golem_farming, associated text: Description: Although this design consists of multiple regular Iron Golem spawning platforms, the way that each of these spawning platforms is arranged makes the design as efficient as possible. This design is best suited for laggy multiplayer servers or servers that have the mobstack plugin. In TheBurntPhoenix's video, he has built a total of 12 spawning platforms separated into 3 layers, with 4 on each layer. Each platform on a single layer is 64 blocks away from each other, and is vertically 100 blocks away from each layer in order to optimize the rate that iron golems are spawned on slower servers. The bridges sends the newly spawned iron golems away from the spawning area, which allows more iron golems to be spawned without the issue of them being stacked together on servers with Mobstack. This way, the killing process will be much more efficient, allowing more iron to be obtained.
Minecraft wiki entry for Axe, associated text: 1 Obtaining 1.1 Crafting 1.2 Upgrading 1.3 Repairing 1.3.1 Grinding 1.3.2 Unit repair 1.4 Mob loot 1.4.1 Equipment 1.4.2 Raids 1.5 Trading 1.6 Villager gifts 1.7 Chest loot 2 Usage 2.1 Chopping wood 2.1.1 Durability 2.1.2 Speed 2.2 Stripping 2.3 Weapon 2.3.1 Bedrock Edition 2.3.2 Java Edition 2.4 Enchantments 2.5 Fuel 2.6 Smelting ingredient 2.7 Piglins 3 Sounds 4 Data values 4.1 ID 5 Achievements 6 Advancements 7 History 8 Issues 9 Trivia 10 See also 11 References
Minecraft wiki entry for 1CHP, associated text: Aunt Meryl rushes into the alchemy room, using a bucket to scoop out water from a nearby cauldron to extinguish the small fires throughout, as well as douse the chest that started it. Zetta apologizes to her for what happened, but Aunt Meryl appears to shrug it off, saying that she and Zetta’s mom had their share of disasters when beginning to work on alchemy, such as the scorch mark on Zetta’s grandparents' farm being caused by a botched fire resistance potion that Aunt Meryl had brewed, which caused her to burn any block within five blocks of herself. Aunt Meryl then has Zetta in charge of cleaning the house, looking after the animals, and tending to the garden, as she herself plans to be in the Nether for a week or two to fetch some blaze powder and ghast tears. Donning a cape, a netherite sword, an enchanted bow, and tipped arrows, Aunt Meryl departs for the Nether. Zetta notices that a strength potion had survived the explosion, deciding to keep it for later. She then takes it upon herself to clean up the mess she had made, doing so in about two days. Zetta decides to make some glass bottles to replace the ones that were broken, so she turns on a furnace. As it heats up, she notices an egg buried underneath several cobwebs in a dark corner of the room, described as the "most beautiful black, with specks of purple all over" and about half as tall as her. Zetta decides to dust around the edges so more of the egg was visible. Her mind tries to tell her to get to work on the glass, but she decides to poke the egg out of curiosity, which teleports behind her, and then to the brewing counter, and then by the front door of the house. Zetta begins to panic, knowing that physically touching it wouldn’t work. Using a stick doesn’t work either, so she decides to use a piston instead, crafting that, as well as a lever to control it. After testing it, Zetta faces the piston toward the egg, but this time, it doesn’t budge. She decides to use the strength potion that had survived the explosion instead, gulping it down, and immediately feeling stronger and larger. Acting quickly, Zetta pulls the lever will all her might, making the piston extend with tremendous force that the egg began to crack, and she also notices something moving inside of it.
Minecraft wiki entry for Snow_(disambiguation), associated text: Snowball - An item harvested from snow and snow blocks, which can be thrown. Powder Snow Bucket - An item that holds powder snow
Minecraft wiki entry for Before_1.8, associated text: All plants, wheat crops and mushrooms (excluding full block plants) Beacon Buttons, tripwire hooks, and levers Carpets Flower pots Glass and stained glass Glass panes and stained glass panes Glowstone Heads Ice and packed ice Ladders Snow (a shovel is required to obtain snowballs.) Paintings and item frames Rails Redstone dust, redstone torches, redstone repeaters and redstone comparators Redstone lamps Vines (shears are required to obtain the item.)
Minecraft wiki entry for Before_Village_%26_Pillage, associated text: In Bedrock Edition, players can still unlock the trades when in the Nether, the End or Flat world, but the map will show no destination structure, oddly unlocking this trade in Old world will cause game to stop ticking
Minecraft wiki entry for Metadata_variants, associated text: These existed due to the previous handling of block variations through metadata, rather than through block states or as separate IDs. Extreme values of these would produce unintended effects.
Minecraft wiki entry for Endless_circling_pool, associated text: With proper water management, one can construct not only circling pools, but also moats around arbitrary areas. Strategic placement of water source blocks along with signs or buttons are used to control the flow of water such that one flow pushes the boat into the next flow, but the next flow pulls the boat out from the previous flow.
Minecraft wiki entry for Minecarts, associated text: To create a simple initial boost device using 2 powered rails, dig a hole 1 block deep and 2 blocks long. Place the powered rails inside the trench, connect one end to the track that you wish the minecart to exit. Finally, place the minecart on the powered rail. Once power is applied to the rail, the minecart is boosted out.
Minecraft wiki entry for Safe_home, associated text: In the same manner that sand or gravel makes a poor choice for flooring or a foundation, obsidian is particularly good, due to its high explosion resistance. While it is unlikely that you will be able to produce enough obsidian to build entire walls or floors out of it, it can still be used for foundations, wall trim, and entrance frames. If you are indeed going to use a large amount of obsidian, you may wish to see Tutorials/Obsidian farming.
Minecraft wiki entry for Potion, associated text: Wandering traders have a chance to drop potions of Invisibility, but only when they die while drinking the potion.
Minecraft wiki entry for Chicken_Jockey, associated text: If a baby zombie or zombified piglin wearing a pumpkin or jack o'lantern is killed using a tool enchanted with Looting, there is a chance equivalent to the level of Looting used to drop the pumpkin or jack o' lantern, up to a maximum of a 3% chance of a drop.
Minecraft wiki entry for Hardened_Glass_Pane, associated text: Unlike a normal glass pane, a hardened glass pane drops itself when broken with any tool or by hand. It also takes significantly longer to break.
Minecraft wiki entry for Emerald, associated text: The ruby was going to be the villager currency but was changed to emeralds before the update's release.
Minecraft wiki entry for Development_versions, associated text: "Day 3 of feature a day: Since @_tomcc announced stained glass yesterday, here's a fun thing to do with it." – @argo_major on Twitter, June 22, 2017
Minecraft wiki entry for Water_gate, associated text: There are a few things you can do with a water gate. One of the most useful ways to use a water gate is to harvest crops by channeling the flow of water over your mature crop and it will automatically pick your crops for you. By channeling the water, you can also designate a pickup area for the already harvested crops. Water gates could also be useful for mob traps, water elevators, and safe passages up and down a cliff side.
Minecraft wiki entry for Beach, associated text: The standard beach-type biome variant, Beaches are composed of mostly sand, with some gravel, dirt, and clay patches under the water, similarly to rivers. Like the sand in deserts, sandstone generates underneath it, preventing it from falling into caves below. Beach terrain is usually a smooth descent into the water, though it can vary in steepness and width. Turtles can spawn here, as can buried treasure, shipwrecks and rarely underwater ruins.
Minecraft wiki entry for The_End, associated text: These blocks are generated as part of end cities, but only when the "generated structures"‌[Java Edition only] option is on.
Minecraft wiki entry for Sugar_cane_farming, associated text: Some flying farms focus on just individual rows of sugar cane, instead of larger fields. Designs like these typically cost fewer slime blocks to build, and are usually the cheapest option for mass farming.
Minecraft wiki entry for Quasi-connectivity, associated text: Similar to torch keys, but with an obvious input, a floating button is a button that doesn't appear to be connected to anything but can still be used. The strategy is to put a button far enough away that it can activate a piston by update QC activation and then repeatedly update the piston (without activating it) so that it responds quickly to the button turning on and off.
Minecraft wiki entry for Concrete_Powder, associated text: Dynamic block entity data Tags common to all entities[show] BlockState: The falling block represented by this entity. Name: The resource location of the block. Properties: Optional. The block states of the block. Name: The block state name and its value. DropItem: 1 or 0 (true/false) – true if the block should drop as an item when it breaks. Any block that does not have an item form with the same ID as the block does not drop even if this is set. FallHurtAmount: Multiplied by the FallDistance to calculate the amount of damage to inflict. By default this value is always 2. FallHurtMax: The maximum hit points of damage to inflict on entities that intersect this falling block. For vanilla falling blocks, always 40 × 20. HurtEntities: 1 or 0 (true/false) – true if the block should hurt entities it falls on. TileEntityData: Optional. The tags of the block entity for this block. Time: The number of ticks the entity has existed. When Time goes above 600, or above 100 while the block is below Y=1 or is outside building height, the entity is deleted.
Minecraft wiki entry for Defeating_the_ender_dragon, associated text: To collect the dragon's breath, wait for the dragon to perch and do its breath attack or shoot a dragon fireball, either of which puff out into lingering purple clouds. The only difference is that the dragon's breath comes instantly from the breath attack, whereas you must wait for the fireball to slam into the ground. To collect it, simply hold out an empty bottle and scoop up the clouds in the same way you would fill a bottle with water. However, you should avoid making contact with the clouds, because the clouds cause damage. Armor cannot protect you from damage from the dragon's breath, because it counts as magic damage. The dragon's breath is stackable, so you should collect as much as possible. Additionally, the leftover bottles from your used potions can increase your collection.
Minecraft wiki entry for 2CHP, associated text: Mo is in bed, dreaming of being in a place similar to the End, but with the sky being blue. Kraj begins breaking Mo apart, but Jax, appearing as an enderman, takes his place and puts Mo back together, congratulating her for killing the ender dragon. Mo wakes up in a fright, and decides to look out her bedroom window, eventually noticing Kan with his note block. The two have a chat about Jax, and Kan requests that Mo return to the End. She refuses at first, but eventually accepts after destroying part of Jax's house. They begin heading to the nearest stronghold, but instead take shelter from a rainstorm.
Minecraft wiki entry for Redstone_components, associated text: A weighted pressure plate can be used to detect the number of entities on top of it. A weighted pressure plate may be of two types: light (gold) or heavy (iron).
Minecraft wiki entry for Timeline_of_events, associated text: 19 – Minecraft hits 74 million active players and 144 million total sales.[60] 24 – Mojang announces that the features of 1.13 will be merged with what was originally planned to be 1.14, and released at a later date as one update: Update Aquatic.[61]
Minecraft wiki entry for 2CHP, associated text: Just as Guy and Summer make it back through the portal to the portal room, they quickly head for the front door and dip themselves into the frozen river right below the base of the mountain. The two then prepare a celebratory dinner consisting of chicken, but Guy immediately begins to avoid bringing up chicken. He instead offers the idea of mushroom soup, but Summer politely refuses. As the two enter the chicken coop, Summer gives Guy some seeds to feed the chickens, and then gives him an iron axe to kill one of them. Guy hesitates, and then refuses, mentioning about how he killed so many chickens on his island and feeling guilty for doing so. Summer understands, saying that he doesn’t have to eat chicken. Eventually, the two have dinner, with Summer having cooked chicken, and Guy eating some cookies.
Minecraft wiki entry for 6CHP, associated text: Switching to Mal’s POV, she realizes that everything hurts under the effect of poison, but once offered a cup of milk, she begins to feel better. She begins to feel her fingers and toes again, and her senses get back to work. Soon, Mal hears people being worried about her, and with a creaking voice, asks if she can have something besides milk if she lives. Everyone around Mal breathes a sigh of relief, and upon opening her eyes, about half of the town is staring at her. Mal’s dad has several questions, but Nan interjects, saying that he should be thankful that Mal helped save the town. Mal then says that she’ll be fine, noting that she would’ve died had it not been for the bucket of milk. Nan then asks for Stu to clear the jail out of cobblestone and to have Krog reside in there for a while. Stu reluctantly does so and scurries off. Mal then grins and asks for some more milk.
Minecraft wiki entry for Train_station, associated text: A new idea is a machine reading your ticket. Have a hole, then a water shaft. 2 blocks in, put hopper and a dropper below that. And put some space further on. Put a redstone comparator next to the hopper above the dropper. Then, put 64x9 of your "money" in the dropper. Put 22 "coins" in the hopper. Then, put two redstone next to it and a redstone repeater after that. Wire this up to an AND gate and a redstone clock. Wire this up to the dropper and another wire to a dropper, which has all your tickets in.
Minecraft wiki entry for Adding_beauty_to_constructions, associated text: Keep lots of open spaces and do not use too many doors, so your house will look more than "Designer". Light rooms up with redstone lamps or sea lanterns and glowstone instead of torches to improve lighting, or add chandeliers for a classier look. Also you can put paintings or item frames on the walls that look empty. You can "hang up" a torch by placing a torch on a block, then an item frame on the same block, before finishing it up by placing a stone button, stone slab, or an anvil inside the item frame. (Note that this will not work in Bedrock Edition due to the fact that item frames are not entities in that version.) You can also keep cats and dogs in the building.
Minecraft wiki entry for Cape, associated text: "Seriously, this is why I stopped handing out translator capes =( The idea was to give something cool back to the ones who helped out, but the result was a bunch of "me too:s" that just auto-translated stuff and down-voted real translations." – u/jeb_ on Reddit
Minecraft wiki entry for Debug_Stick, associated text: "Just be aware that any weird state you create with it you cannot naturally create and any bugs that come from it will be shot down as 'Wont fix' :D" – u/_Grum on Reddit, November 22, 2017
Minecraft wiki entry for Birch, associated text: A fallen birch tree. An oak tree loaded after birch and spruce were added. An acacia tree that grew through a birch tree. A birch and a balloon oak tree sharing a canopy. Tall birch trees in a old growth birch forest biome.
Minecraft wiki entry for Legacy_village_mechanics, associated text: The covered spaces don't have to be contiguous. The door below is a house, with the "inside" on the right, which has three covered spaces within the 5-space limit, while the left side has only two:
Minecraft wiki entry for Island_survival, associated text: If you want to expand the shelter, simply dig down a few blocks and dig out rooms underground. Add ladders to the vertical shaft to get back up and add torches as necessary and as resources permit. Even if it is not needed, it is generally recommended for one to dig underground anyway so as to find cobblestone to make a furnace and to obtain another building material so as to avoid wasting wood. Make a stone pickaxe, sword, axe, shovel, and optionally a hoe, if you are in a position to start farming.
Minecraft wiki entry for Shelters, associated text: After gathering some diamonds, obsidian, sugar cane, and leather (to make a book),you can build an Enchantment Table. This lets you enchant your items (See Enchanting for help on design), and since bookshelves give you higher level enchantments, this room could also be a good use for your sugar cane. It's also a good idea to keep this room close to your mob grinder for easily regaining your xp and to keep a chest with books in this room to enchant them and, of course, store enchanted books.
Minecraft wiki entry for Trident, associated text: Unlike arrows, thrown tridents do not despawn.‌[Bedrock Edition only] Tridents despawn after 60 seconds if they are not picked up.‌[Java Edition only][3]
Minecraft wiki entry for Player_versus_Player, associated text: Teleport killing- In the chat bar you see a new player and you want to take their stuff. They don't have any faction, so you tell them "Teleport to me and you can join my faction" as soon as they arrive mercilessly slaughter them. (Note that this can create a bad image for you on the server and could potentially get you banned, so only do this on servers that this is allowed or you don't value).
Minecraft wiki entry for Hopper, associated text: Hopper + Item Frame = Item Filter - There is a request on the official feedback page for turning the combination of a hopper and an item frame into a filter. Mods/Plugins for simpler sorters: "HopperFilter 2.6" with Fuzzy filter option. "Hopper Filter Vanilla-style Item Filters" with inverted filters (old MC versions only).
Minecraft wiki entry for Mushroom, associated text: Mushrooms also generate on surface in swamp, old growth taiga, mushroom fields biomes, and anywhere in the Nether.
Minecraft wiki entry for Far_Lands, associated text: However, if you want to play on beta and you cannot install Single player commands, you can remove the lagging entities from an area via some precise saving and re-logging. you would to this by first NBT editing yourself to 500 blocks away from the Far lands and start walking to them. Keeping f3 open, when you see the Far Lands and the entity count starts rapidly stuttering, you save and quit then reopen the world, when you join back you have to press escape and open the menu as fast as possible, then you relog back and walk around long enough to check whether the entity count is stuttering rapidly. If it is not stuttering, then you have cleared that portion of land from lag. if it is still stuttering then you need to keep relogging and checking the count till it calms down. This whole process is kind of just luck since the entity counter seems to calm down at random points, if you can clear out a lot of terrain in one go, that's better but if you can't do it in time and the entity counter calms down at 2000-3000, then you are going to be left with residue lag and have to manually destroy the gravel entities on the ground. Alternately you can get the entity counter to stop going up steadily but it will still be dilating up and down a bit, this is a semi stable state and is the most common state for the Entity relog, while it is easiest to get it to this, its not the best because you can easily make it unstable again, although doing this is a bit more uncommon. To get a fully stable piece of land is the best but it is tedious, annoying and the chance of doing this while still beating the entity counter is stupidly unlikely, to get this you just keep relogging until the entity counter doesn't dilate rapidly at all. Unfortunately, sometimes hitting a semi stable state is not possible when you are deep in the farlands, or in the corner farlands, in this case you have to hit a fully stable state, which involves saving on the same frame that all the randomly falling gravel in the area has finished falling or gets destroyed but has not reloaded yet.
Minecraft wiki entry for Pulse, associated text: Additional repeaters will only delay the pulse, not extend it (but see the repeater-line pulse extender below).
Minecraft wiki entry for Things_not_to_do, associated text: If the player cures a zombie villager when other zombies are around, the other zombies attack the cured villager, reversing what the player just did. Even if the cured zombie is safe from zombie attacks, it takes longer to be cured, so zombie villagers should be kept away from zombies as they are being cured. Also, this wastes golden apples and potions of weakness, losing gold and other valuable materials.
Minecraft wiki entry for World_border, associated text: The world border size can be changed by manually editing the level.dat file. In any case, there remains a world boundary at 30 million blocks on both the X and Z axes.
Minecraft wiki entry for Development_versions, associated text: New kind of slab. Made by using 3 nether brick blocks in a horizontal line. Came from a suggestion at Minecon 2012.[2]
Minecraft wiki entry for Door-based_iron_golem_farming, associated text: This design is a 16 Village Iron Farm that can be rebuilt on demand if not built in the spawn chunks and the chunk it is in has been unloaded. The village rebuild process takes 24 minutes and it will produce 640 ingots per hour when running at full speed.
Minecraft wiki entry for Raid_captain, associated text: Its bow, which has an 8.5% chance to be dropped (9.5% with Looting I, 10.5% with Looting II and 11.5% with Looting III). It has a random durability, and is unenchanted.
Minecraft wiki entry for Development_versions, associated text: Can now be obtained by breeding animals. Level-up sound now only plays every 5 levels. Sound has been tweaked.