text
stringlengths
148
3k
Minecraft wiki entry for Development_versions, associated text: Can be crafted from 1 mud and 1 mangrove roots. Unlike regular roots, they are an opaque block that can't be waterlogged. Mining faster when using shovels.
Minecraft wiki entry for Fence, associated text: Regular Mineshafts, as the uprights for the supports, where they are plentiful. Library rooms of Strongholds as railings and chandeliers. In the latter case, there are many torches attached to them. Plains villages Woodland Mansions Shipwrecks
Minecraft wiki entry for Development_versions, associated text: New coding interface (IDE) uses python in a notebook-style interface which alternates between instructions and opportunities to write code.
Minecraft wiki entry for Argument_types, associated text: Must be a team name of an unquoted string. Allowed characters include: -, +, ., _, A-Z, a-z, and 0-9.
Minecraft wiki entry for Dedicated, associated text: Note that these requirements are for the server only you will need to allocate more resources to the OS!
Minecraft wiki entry for Basic_CSGs, associated text: Design A is most basic of all (from this video) and safer, although it can lose some cobblestone to the lava unless a slab is placed over the lava. Design B (from this video) washes the mined cobblestone toward the player, so as to minimize loss. When building design B, you can leave a block where the cobblestone will form, and mine it to start the process.
Minecraft wiki entry for effect, associated text: In Bedrock Edition, if a target already has the status effect, a new status effect with the same amplifier overrides the old duration if it is longer, but a new status effect with a higher amplifier overrides any previous effect. In Bedrock Edition, no matter whether the new effect can override the original effect, "hideParticles" value is always applied. In Bedrock Edition, if the player uses an NBT editor to get negative levels of effects, the level of the effect jumps to 255 instead.
Minecraft wiki entry for Island_survival, associated text: While exploring the ocean, there is also a chance you might find a monument, where guardians and prismarine can be found, which is useful for your conduit. See Tutorials/Defeating a monument for more. Once the island is out of sight, you can start searching for other islands or the mainland.
Minecraft wiki entry for Pumpkin_and_melon_farming, associated text: The growth rate of melon and pumpkin stems and the spawning of melon and pumpkin fruit is determined by the same growth rate algorithm as for wheat, carrots, and potatoes. The stem itself has 8 phases of growth until maturity. Bone meal may be used to accelerate growth.
Minecraft wiki entry for Airlock, associated text: Since the introduction of pistons, they can be used to make much more compact airlocks using the same basic techniques. Piston-based airlocks are not restricted to using sand or gravel, but they may require Redstone circuitry which tends to make them costlier and more complex than torch/sand or torch/gravel airlocks. A simple way to build one would be to make a piston system that is retracted when the current is stopped and then placing Redstone across the passage.
Minecraft wiki entry for Guardian_farming, associated text: To force guardians to spawn within the farm itself, it may be helpful to remove all other water from the spawning zone. Keep in mind that this is a tedious job and may take many resources and a lot of time to accomplish, as well as guardians being present throughout the process, making this job difficult without good armor. Invisibility potions work against the guardians if the user isn't wearing any armor, but guardians will notice them if they get very close.
Minecraft wiki entry for Minecart_with_Furnace, associated text: Minecarts with furnaces cannot be retrieved by attacking them, as they drop a minecart and a furnace when broken, however those can be crafted back into minecarts with furnace.‌[until JE 1.19]
Minecraft wiki entry for Things_not_to_do, associated text: When they are in its smaller components, they give you more bone meal. Even though the high level of compost is tempting, it doesn't get you anywhere further. For example, using 100 kelp blocks as compost only yields 7.143 bone meal while if crafted into 900 kelp you get 38.571 bone meal, which is more than 5 times as much.
Minecraft wiki entry for Man-made_lake, associated text: Sadly, there is a con to making lakes this way: while it definitively takes less time, the way the springs are placed will create a downward current. Swimming up in an artificial lake will take a lot more time because of that, however you can fix it by two ways:
Minecraft wiki entry for Beginner%27s_guide, associated text: At night time, the primary danger is hostile mobs (monsters) that spawn only in the dark. These include zombies, skeletons, spiders, creepers, and more. All of these are good reasons to stay put in a well-lit shelter. But if you are really seeking adventure, you could always arm yourself with a sword or an axe and fight some monsters. While you might be able to get some materials for further crafting, it is dangerous, and if you die, all of your items and experience levels drop where you died, and you respawn at your bed (or at your world spawn if you don't have one). So a good idea before adventuring out is to sleep on the bed and leave it, or right click on the bed during the day. When you see "Respawn point set" in the chat message, you can be sure that you respawn in your base next to the bed after dying, instead of in the wild where you first spawned next to a bunch of monsters. However, most of the monsters you can fight at this point either burn (zombies and skeletons) or become less dangerous (spiders) when morning comes, and it is easier to fight them later when you have better equipment. If you must fight monsters this early, be especially wary of skeletons; in the open their arrows can easily get your health quite low or even kill you at a distance, and if they're in the water or on higher ground, it's unlikely you can reach them before being killed at this stage. If you happen to see any of the more powerful monsters, keep well away from them: At this point, an enderman, a witch, or even a creeper can kill you easily.
Minecraft wiki entry for Development_versions, associated text: Crafted from 4 honey bottles. The bottles are not consumed and will remain in the crafting grid. Walking is slowed, and jump height is reduced. Effect also works through non-full blocks like carpet, trapdoors and slabs. If an entity is on a honey block that is pushed by a piston, the entity will be moved with the honey block. Entities touching the side of a honey block slide down slowly. Landing on a honey block reduces fall damage. Fall damage is cut to about 1⁄5 of normal: equal to ceiling(fall distance - 3) / 5), or in other words, 1⁄5 of 1 for every block fallen after the first 3, rounded up. When a honey block is pushed or pulled by a piston, it attempts to move all adjacent blocks in the same direction. Works the same way as slime blocks. Mobs will usually avoid walking on them. Does not conduct redstone signals. Bees will occasionally 'eat' from them if placed near beehives or bee nests.
Minecraft wiki entry for Pulse, associated text: To test for a long pulse, we use an AND gate between the beginning and end of a line of redstone repeaters. These will only allow the signal to pass through if it has a signal length longer than the delay of the repeaters. A pulse that does get through will be shortened by the delay amount, possibly down to 1 tick.
Minecraft wiki entry for Crafting, associated text: Players in Creative‌[Bedrock Edition only], Survival or Adventure always have access to the 2×2 crafting grid from their inventory screen. Small crafting recipes that are at most 2×2 can be made there. These include wooden planks, sticks, crafting tables, torches and some shapeless recipes. To craft items using a 3×3 grid, create a crafting table with 4 wooden planks, place it in the world, and press use while facing it. This brings up an interface with a 3×3 crafting grid, which the player can use to craft any crafting recipe in the game. There is also a recipe book where you can access all the crafting recipes.
Minecraft wiki entry for Trapped_Chest, associated text: Every trapped chest has a block entity associated with it that holds additional data about the trapped chest.
Minecraft wiki entry for Universally_unique_identifier, associated text: A UUID can be expressed as a 128 bit number, which means that it supports all integer values from -(2^127) to (2^127)-1. It is important to note that this evaluation does not refer to the range of values generated by the game but instead focuses on the capacity of the format.
Minecraft wiki entry for Vines, associated text: Vines can be destroyed with any item, but in Java Edition, using shears is the only way to collect them, while Bedrock Edition also allows the use of an axe enchanted with Silk Touch. Shears enchanted with Efficiency are more efficient when used on vines; Efficiency II and above allows vines to be instantly broken.[1] Using an axe on vines can also increase efficiency, but does not allow for collection in Java Edition. If multiple vines exist within the same block space, breaking one of them breaks all of them instead of just the one targeted[2] and results in only a single vine dropping.[3]
Minecraft wiki entry for Spawn, associated text: The mob's collision box must not collide with any liquid. If it is a bat, then... the spawning block must be at level 62 or below. If the real-time day is between October 20 and November 3, then the light level must be 7 or darker. Otherwise, the light level must be 4 or darker.
Minecraft wiki entry for Building_a_metropolis, associated text: Spawn Base Build a big building as a spawn building for people to spawn in. Put a gate, command give items, and city law and rules to show to newer players to the city.
Minecraft wiki entry for Roof_construction_guidelines, associated text: Note in the two 'roof pitch' diagrams how the width of the building significantly affects the look of the steepest roof. When using steeper roofs, or if you want a central 'feature' that is an odd number of blocks wide (such as a door) make the entire building an odd number of blocks wide. That way the roof will come to a point exactly over the central feature. If the center of your building is to have a double door or some other feature with an even width, then the building width should usually be even too.
Minecraft wiki entry for Development_versions, associated text: Combat Test 5 is the fifth experimental version of a future combat revision.[5][6] Although it is a development version for a future release, this combat experiment is a fork of 1.15.2 Pre-release 2. This version was released on Reddit and Minecraft.net, but it does not appear in the launcher.
Minecraft wiki entry for Timeline_of_events, associated text: 1 – Minecraft: Education Edition officially launched. 14 – Java: Java Edition 1.11 "Exploration Update" released.
Minecraft wiki entry for Kelp_farming, associated text: It is important to note that kelp may not always grow to max height due to the random age value mentioned above. As such, it may be desirable to harvest kelp more frequently to allow it to constantly grow. In Java Edition, this age value can be checked by pressing F3.
Minecraft wiki entry for History, associated text: The x index specifies the North to South location where a smaller value of x is farther North than a larger value of x. The z index specifies the East to West location where a smaller value of z is farther East than a larger value of z. The y index specifies the vertical location where a smaller value of y is at a lower height than a larger value of y. For an old style world, the block at the bottom of the North-East corner of the world is W [0, 0, 0].
Minecraft wiki entry for Entity_format, associated text: : The entity's root tag. MoreCarrotTicks: Set to 40 when a carrot crop is eaten, decreases by 0–2 every tick until it reaches 0.[needs testing] CarrotsEaten: Unknown.
Minecraft wiki entry for Dispenser, associated text: When a dispenser dispenses an item, it emits a clicking sound (unless the item is a projectile or a spawn egg) and a smoke particle. If it is empty when activated, it emits a slightly higher-pitched click. The noise of a dispenser can be heard up to 16 blocks away.
Minecraft wiki entry for Spawn, associated text: For all dimensions, structure-based spawns take priority over biome for hostile spawns. This means that in a swamp hut, pillager outpost, nether fortress (outer bounding box only when there is nether bricks below it‌[JE only]), and ocean monument, one sees only the corresponding hostile mobs for that structure within that structure.
Minecraft wiki entry for Shovel, associated text: Enchantment probabilities are the same as a level-20 to level-39 enchantment would be on an enchantment table that had no cap at level 30, and that was able to apply treasure enchantments (except Soul Speed), and where the chance of multiple enchantments is not reduced.
Minecraft wiki entry for Shears, associated text: White: The original block. Blue: The Block's normal drop (i.e. string, sticks, seeds, sapling, apple). Red: Nothing.
Minecraft wiki entry for Pyramid, associated text: Desert pyramid, sandstone structures that generate in desert biomes Jungle pyramid, cobblestone structures that generate in jungle biomes Brick pyramid, a removed structure Beacon pyramid, a manufactured structure that activates a beacon
Minecraft wiki entry for Building_a_metropolis, associated text: Note: To make it easier, try to visualize the city plan in your head, and try make it fit into Minecraft.
Minecraft wiki entry for Frostburn_Update, associated text: 1 Mobs 1.1 New 1.2 Changed 2 Blocks 2.1 New 2.2 Changed 3 Items 3.1 Changed 4 Biomes 4.1 Changed 5 Structures 5.1 New 5.2 Changed 6 Others 6.1 New
Minecraft wiki entry for Survival_in_an_infinite_desert, associated text: On your first or second day build a defensive system around your house. Dig two-block-deep trenches (or two-block high sand walls) in a square or ring around your house, at least 3 blocks away from your house walls. So for a 5x5 walled house, dig an 11x11 or 13x13 square ditch.
Minecraft wiki entry for Redstone_components, associated text: A redstone comparator is turned ON by a power source at its input or a power source separated by one opaque block from its input. Power sources include any powered component, a non-empty container, a container minecart on a detector rail, a command block that has run its last command successfully, a cauldron containing water, an end portal frame with an eye of ender, or a jukebox with a record. ) either at its back or separated from its back by an opaque block. It is not affected by blocks beneath it or above it, but its signal strength can be modified by signals from its sides (see below).
Minecraft wiki entry for Time-saving_tips, associated text: Pressure plates are handy for automatically closing doors and gates behind you without you having to stop, turn around, and close them manually. You should generally place them on only the 'safe' side of a door or gate, particularly when mining. Word of warning: If you have tamed wolves or ocelots walking around your house, they may step on the pressure plate and open the door, letting hostile mobs walk in. They also then serve to orient you towards the exit or towards unexplored areas, which makes getting into and out of the mine significantly quicker. As a bonus, if you hear a pressure plate trigger, you are warned there's a mob somewhere nearby in a supposedly safe area.
Minecraft wiki entry for Molang, associated text: Mojang provides official documentation Molang Documentation which goes into details of how the language works and where it's used.
Minecraft wiki entry for Block_and_item_duplication, associated text: This video will explain how to duplicate any item that can be crafted into a block using a dispenser and a redstone clock.
Minecraft wiki entry for Memory, associated text: A RS latch has separate control lines to set (turn on) or reset (turn off) the latch. Many also have dual outputs. The oldest form of RS latch in Minecraft is the RS-NOR latch, which forms the heart of many other latch and flip-flop designs. A T latch has only one input, the toggle. Whenever the toggle is triggered, the latch changes its state from OFF to ON or vice versa. There are also SRT latches, combining the inputs and abilities of the RS and T latches. A D latch has a data input and a clock input. When the clock is triggered, the data input is copied to the output, then held until the clock is triggered again. A JK latch has three inputs: A clock input, and the jump and kill inputs. When the clock is triggered, the latch's output can be set, reset, toggled, or left as is, depending on the combination of J and K. While these are common in real-world electronics, in Minecraft they tend to be bulky and impractical — most players would use an SRT latch instead.
Minecraft wiki entry for Animation_placeholder_texture, associated text: The gear placeholder textures were added in the January 28, 2010 build of Indev, alongside gears themselves. There were two gear placeholders, likely corresponding to the two possible rotation directions.
Minecraft wiki entry for locatebiome, associated text: Displays the coordinates for the closest biome of a given biome ID or a biome tag in the chat for the player who executed the command.
Minecraft wiki entry for Guardian_farming, associated text: Suffocation traps are possible, however, guardians may phase out through corners. To prevent this, add extra blocks to the corner.
Minecraft wiki entry for Development_versions, associated text: Fixed knockback calculations for shields. Disabled crouch-shielding while jumping. Shields with banners are now much stronger than normal shields (10 absorption instead of 5, increased knockback resistance). This is just a quick way of testing different types of shields without adding new items, and is not going to actually be implemented.
Minecraft wiki entry for Adventure_Update, associated text: A proper ending to the game in a realm called "The End". New Nether content. Nether bricks (called nether brick at the time) Nether brick stairs Nether brick fence New achievements. Score is stated on death based on total experience orbs held on the player.[5] A new game mode. (Hardcore) New biomes. (Mushroom biome, tundra reintroduced) New items. Eye of ender Blaze powder Blaze rod Glistering melon Glass bottle New texture for some blocks. Block of iron Block of gold Block of diamond Dirt Grass block Stone Planks Gravel Netherrack Glowstone Slab-Bug fixed. New blocks. End stone Brewing stand Cauldron Enchantment table End portal frame New mobs. (Ender dragon (Boss Mob),[6][7] snow golem,[8][9] mooshrooms,[10][11] villager mobs,[12] magma cube, blaze) Animal breeding.[13][14] Potions. Sword rebalance as well as enchantments. Improved Armor system, with slightly more durability.[15][16] Mob health rebalance. (Sheep, spiders, zombies) New sound effects, including: chest sound, door/gate sound, bow Sound, enderman sound, silverfish sound, explosion sound, egg sound, eating sound, sound when XP orbs are collected, sound of bones cracking after fall damage is taken, sound of a broken tool. Item Repair. New stronghold content (Portal rooms with the end portal frames). Bow now has durability and infinite arrows in creative. Lily Pads that can be placed on water and stood upon. Many blocks are mined faster: Axes mine fences, wooden doors, wooden pressure plates and crafting tables faster. Pickaxes mine obsidian and redstone ore faster. Redstone placed on its own no longer has a "plus" format, instead it has a small clump. Added a World Type option. (Not used until Java Edition 1.1 introduced Superflat)
Minecraft wiki entry for Mushroom_farming, associated text: On the central platforms, mushrooms can be planted in packs up to four mushroom of each kind. Planting more mushroom will increase the spreading speed, but will also reach its cap limit sooner. In the video (that is unlinked in any form), three mushroom of each kind are planted, as it gives higher daily output.
Minecraft wiki entry for Tropical_Fish, associated text: Some varieties of tropical fish don't follow the normal naming system; instead, they reference real-life fish species. In Java Edition, these unique fish are limited to the 22 common varieties. In Bedrock Edition, there are also 22 uniquely-named tropical fish, though they are not all the same as in Java Edition. These uniquely-named tropical fish aren't different from regular tropical fish in terms of design or behavior.
Minecraft wiki entry for RubyDung, associated text: Equipables - These would have consisted of an item type, a material, an optional prefix, and an optional suffix. The item type decides what slot the item could have been equipped in such as a helmet for the head slot. Materials would range from normal ones (iron, wood, etc) to exotic ones that require hero traits to use (glass, dragonscale, etc.) Notch gave examples of such items as: Iron Boots, Legendary Silver Necklace of Gloom, Decorated Wool Cape, and Copper Sword of Dragon Slaying.[9] Prefixes would have been single adjectives (Legendary, Blessed, Fine) and would modify the item stats. Suffixes would be in the form "of <word>", and add special abilities to the item depending on the suffix.
Minecraft wiki entry for Monster_infighting, associated text: Wolves attack skeletons, skeleton horsemen, spider jockeys, wither skeletons, sheep, and foxes unprovoked. Guardians and elder guardians attack squid. Llamas attack wolves. Polar bears attack foxes. Foxes attack chickens and chicken jockeys. Trader llamas attack any mob that attacks their wandering trader. All types of illagers and zombies (with one exception) attack all types of villagers. Ocelots attack chickens. Cats attack rabbits. Endermen attack endermites. Piglins occasionally hunt hoglins. Piglins and wither skeletons attack each other. Wither Skeletons attack baby turtles, iron golems, snow golems, piglins, and piglin brutes Withers attack all mobs except undead mobs and ghasts. Iron golems attack most hostile mobs Snow golems attack most hostile mobs. Zoglins attack most mobs except creepers, ghasts and themselves. Vindicators named "Johnny" or have the Johnny tag set to true attack most mobs except illagers. Axolotls attack drowned, all types of fish and squid, guardians, and elder guardians. Undead mobs (with two exceptions) attack baby turtles. Zombie variants and blazes attack turtle eggs. Witches will sometimes attack one another.
Minecraft wiki entry for Logic_gates, associated text: It should be noted that some strange effects can take place when using the lowest signed value (in this case -128) so this should be avoided.
Minecraft wiki entry for Parity_issue_list, associated text: Are afraid of extinguished soul campfires.[112] Hold a loaded crossbow with both hands.[113] When targeting with a crossbow, the arms are aligned.
Minecraft wiki entry for Powder_Snow, associated text: If an entity that is on fire touches powder snow, powder snow cools it down as the powder snow melts.
Minecraft wiki entry for Pumpkin_and_melon_farming, associated text: Melons and pumpkins use essentially the same mechanics for growth and can be easily farmed with the same techniques. Once the plants are mature, they provide a steady supply of fruit for your needs. Surprisingly, water is not needed to grow pumpkins or melons. When planted, they create a stalk that starts out short, but grows and becomes yellow as it matures. Only mature stalks can grow pumpkins and melons.
Minecraft wiki entry for Iron_Golem, associated text: Like other constructed mobs, iron golems always spawn facing south. Their large size may cause them to take suffocation damage from nearby solid blocks at the level of their head.
Minecraft wiki entry for Skyblock, associated text: Since there is no normal terrain to explore, setting up farms for resources is vital to game progression.
Minecraft wiki entry for Player_versus_Player, associated text: Spam shooting is being very close to a charging target and lightly cocking the bow and shooting the target. This is a risky style you can do but the risk fades if you shoot the target off a high place like a cliff. Note that when encountering another spam shooter, you have to strafe to avoid getting hit by it. Another easy way to kill a spam shooter is to sprint, then jump, this takes advantage of the fact that you can't be hit while your character turns red, and are immune to damage in that short time. This will be more than enough time to spam-click the person to death (however, this is ineffective and it was proven on actual PVP servers).
Minecraft wiki entry for Piston_uses, associated text: Uses pistons and different repeater timings to create a wavy motion that can propel the player up a number of levels.
Minecraft wiki entry for Parity_issue_list, associated text: Emit redstone particles when powered. Handle model is slightly longer. When on the ground or ceiling, they can face in 4 directions.
Minecraft wiki entry for Guardian, associated text: Guardians spawn naturally in ocean monuments. They require water to spawn. Specifically, they can spawn only if the spawning block and the block below the spawning block are both water (regardless of stationary water or flowing water). In Java Edition guardians spawn less often in ocean open to the sky than they do in covered areas (such as inside or underneath the monument). Specifically, spawning fails 95% of the time if the spawning water block is below sea level (Y=63 by default), all blocks between the spawning water block and sea level are liquid or fully transparent, and the block at sea level has a view of the sky.
Minecraft wiki entry for Redstone_Torch, associated text: Walls, fences, glass, slabs, hoppers, and stairs cannot be powered so redstone torches attached to them cannot be deactivated.
Minecraft wiki entry for Half_hearted_hardcore, associated text: Then get more dandelions, both types of mushrooms, and a bowl to make suspicious stew for saturation. Once you have enough resources, make a few golden apples, keep them in your hotbar, and never remove it. It will save your life at some point. Then you can enchant armour and tools with the best enchants possible.
Minecraft wiki entry for Powered_Rail, 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 Daniel_Rosenfeld, associated text: C418's skin. Album cover of Volume Alpha. Album cover of Volume Beta. Cover art for Axolotl. Cover art for Dragon Fish. Cover art for Shuniji. Album cover of One, the Minecraft: The Story of Mojang soundtrack. Album cover of Catacomb Snatch. Album cover of 0x10c.
Minecraft wiki entry for 0x10c, associated text: Outside of the ship, the player will be able to spin around freely. If you drift through an opening in the ship, you'll spin to realign with the inside of the ship. – Reddit, u/xNotch, October 28, 2012
Minecraft wiki entry for Pig_(disambiguation), associated text: 1 Minecraft 1.1 Achievements 2 Minecraft Dungeons 3 Minecraft: Story Mode 4 Minecraft Earth 5 See also
Minecraft wiki entry for Redstone_Lamp, associated text: A redstone lamp shown during the day that is switched off. A redstone lamp shown during the day that is switched on. A redstone lamp shown during the evening that is switched off. A redstone lamp shown during the evening that is switched on.
Minecraft wiki entry for Spleef, associated text: Creating blocks between the game's start and end is forbidden. Creating or destroying blocks after you have lost the round is not allowed. The losers must replace the blocks that were deleted during the game after the round is over. (Optional, occasionally a script or commands/command blocks are used instead) If players have entered a stalemate and are all on separate "islands," and unable to access each other to continue to play, either the person with the most space wins, or the arena is reset to continue play. Usually, the latter happens only in arenas that use a script to reset the play field. Hitting players is against the rules, except in variations.
Minecraft wiki entry for Glow_Stick, associated text: The glowing reaction of Luminol during oxidation exists in real life. It is used for detecting blood in crime scenes. Players cannot enchant glowsticks with Unbreaking or Mending, despite it having durability. The black and light gray glow sticks use the same texture as the red glow stick.[verify]
Minecraft wiki entry for Development_versions, associated text: Added cornflower. Gives blue dye. Appears in plains biomes. Added wither rose. Gives black dye. Inflicts 1 second of Wither status to players and mobs around it. Can be dropped or planted from any non-undead mob being killed by the wither. Added lily of the valley. Gives white dye. Appears in forest biomes.
Minecraft wiki entry for Skin, associated text: Alternatively, some may find it easier to use a program, either downloadable or in-browser, which provides a live view of their character on a three-dimensional model as they are editing the skin. For example, programs may further assist players by providing them with a wide variety of pre-made selections (such as hats, boots, sweaters, etc.), to give the skin creator exactly what they want, even if the creator has little to no artistic skill.
Minecraft wiki entry for Far_Lands, associated text: One player known as KilloCrazyMan is known to have walked to the Far Lands in vanilla Minecraft, beginning the journey in September 2019 and reaching them nine months later in June 2020. Upon arrival, a USD$10,000 donation was awarded to him by Notch for his efforts.[1]
Minecraft wiki entry for Miscellaneous, associated text: Boats are easily moved by passing mobs (including players) — use this BUD only in areas where mob movement is absent.
Minecraft wiki entry for Trapped_Chest, associated text: 1 Obtaining 1.1 Breaking 1.2 Natural generation 1.3 Crafting 2 Usage 2.1 Container 2.2 Redstone component 2.3 Piglins 2.4 Fuel 2.5 Note Blocks 3 Christmas chest 4 Sounds 4.1 Generic 4.2 Unique 5 Data values 5.1 ID 5.2 Block states 5.3 Block data 6 Video 7 History 8 Issues 9 Trivia 10 References
Minecraft wiki entry for Best_biomes_for_homes, associated text: Consider building your first or permanent house here, with resources you've acquired from other biomes. It is highly recommended not to kill villagers or leave them vulnerable to zombies by breaking their houses for wood. Eventually, iron golem farms and fully automatic crop farms will all become possible through villagers. They are also the only renewable source of enchanted diamond tools, weapons and armor. Tall grass can be removed quickly by dumping water on the ground to wash it away, although this requires a bucket. Build a more hidden house when on servers.
Minecraft wiki entry for How_to_play, associated text: Beacons must be placed so that they have an unobstructed view of the sky and must be placed on pyramids of iron blocks, gold blocks, emerald blocks, or diamond blocks.
Minecraft wiki entry for Narrator_(Text_to_Speech), associated text: Off: The narrator is inactive. All: The narrator reads chat and system messages. Chat: The narrator reads only messages produced by players. System: The narrator reads only messages produced by the system (command outputs, notifications, etc.).
Minecraft wiki entry for Player.dat_format, associated text: ChargedProjectiles: The items this crossbow has charged, normally one entry (three if enchanted with multishot) : A charged item. Tags common to all items[show] Charged: If the crossbow is charged.
Minecraft wiki entry for Setting_up_a_server, associated text: For more tutorials, see the bottom of this page or the Tutorials page. For more information on Minecraft servers, see the Server page.
Minecraft wiki entry for Andesite, associated text: Andesite rock comes from above-ground lava flows. Finding andesite underground means the world's surface used to be lower, and the lava flow was buried. Diorite is andesite's below-ground equivalent: The two rocks come from the same kind of magma, but diorite rocks are formed from solidifying underground magma pockets. The long, slow cool makes it look coarser than andesite.
Minecraft wiki entry for Basic_CSGs, associated text: Notes about the schematics here: Stone brick indicates "any block", while gold blocks indicate opaque blocks (relevant to redstone). For a cobblestone generator, "any block" probably implies "fireproof". Water and lava source blocks may be marked with "s" when there is possible confusion. Cobblestone or smooth stone appear only where they form. An "x" indicates a place to stand while mining the cobblestone.
Minecraft wiki entry for Things_not_to_do, associated text: High protection enchanted iron, diamond, or netherite armor A sword, preferably diamond, netherite or enchanted ( Sharpness for the ender dragon and guardians; Smite for the wither) A bow, also preferably enchanted (Infinity and Power for the dragon and wither) An Impaling V trident to kill guardians Golden apples or health potions Building blocks or ladders to navigate the terrain Milk, since it removes the Wither and Mining Fatigue effects (Not needed for the dragon). Note that Milk also removes beneficial potion effects such as Water Breathing & Night Vision. Be sure to bring extra potions to restore those desired effects that were removed from drinking Milk. This is important to remember when relying on potion effects to explore ocean monuments. Friends: it is easier with more than one person, so if the player is on a server it is better to fight as a group. On singleplayer, wolves, axolotls, and golems could work as a partial substitute. A helmet (or Turtle Shell) enchanted with Respiration and Aqua Affinity and boots enchanted with Depth Strider for fighting guardians and maneuvering around ocean monuments Potion of water breathing (for guardians only) Potion of Slow Falling for the Ender Dragon fight, to safely drift back down if knocked into the air. If the player is fighting the wither, it is effective to do so in a low-ceiling cave so the player can have the option of using melee attacks. Do not fight the wither with melee attacks in the Nether without making sure there is no lava lake below the floor for the fight.
Minecraft wiki entry for Stairs, associated text: 1 Obtaining 1.1 Breaking 1.2 Natural generation 1.3 Crafting 1.4 Stonecutting 2 Usage 2.1 Placement 2.2 Walking 2.3 Behavior 2.4 Fuel 2.5 Note blocks 3 Sounds 3.1 Copper 3.2 Nether brick 3.3 Wood 3.4 Other 4 Data values 4.1 ID 4.2 Block states 5 History 6 Issues 7 Gallery 8 Trivia 9 References
Minecraft wiki entry for Nether_survival, associated text: Pigstep music disc Nether wart (alternative way) Gilded blackstone, which generates only in such structures Several blocks of gold
Minecraft wiki entry for Crop_farming, associated text: Micro / Nano farms are useful when space is limited. They grow the crops by firing bonemeal at them from a dispenser. There are 2 basic designs, a semi automatic one that requires the player to stand and plant the crops and a fully automatic one that uses villagers to do the work for you.
Minecraft wiki entry for 3CHP, associated text: Over the next few days, the three (Cece, WereDragon, and Cranky) travel throughout Anarchia, eventually finding an oasis. WereDragon says for Cece to get down, and she does. They focus on the lake, in which some Anarchians are there. All of them are wearing diamond armor and one has a multi-colored head. WereDragon then mentions that its the crew of Declan. Declan himself, according to WereDragon, is a mean Anarchian, in which he and his group hang around the locations of the Trials and kill off the new people for XP. Unlike the other Anarchians, though, Declan and his crew are able to teleport, even after completing the Trials, leading many to think that the Ocury use them as a way of preventing others from completing them. WereDragon and Cece decide to make another underground shelter, but Cece soon realizes that Cranky is missing. WereDragon says not to worry about it as the underground shelter is made. Much later, Declan and his crew start leaving the lake, so WereDragon and Cece decide to dive in and scout it for a wither skull. Cece soon finds one, but the two swim back up to the surface as they are losing air. Just then, Cece notices Declan with Cranky attached to a lead. Declan attaches the lead to a fence post and then charges at her and WereDragon.
Minecraft wiki entry for Water, associated text: Most mobs that can stand can also swim any time they are in water, except for iron golems, piglins, hoglins, striders, piglin brutes and undead mobs. This can lead to drowning if the water is falling from above.
Minecraft wiki entry for Redstone_components, associated text: In addition to the methods above, pistons, dispensers, and droppers can also be turned ON if a block above it receives a block update (including a redstone update within two blocks of the component) and is powered by any of the above means, even without a mechanism component (e.g.; even if the block above the component is air or a transparent block) . This rule is often simplified to say that the components can be powered by blocks diagonally above or two blocks above, however other methods of activation by connectivity exist (see image to the right). This method of activation is also known as "connectivity", "piston connectivity" (as it originated with pistons), or simply "indirect power".
Minecraft wiki entry for Sugar_Cane, associated text: Sugar cane is a block found as 1–4-block-tall plants near water in the Overworld. As an item, it is an important crafting ingredient.
Minecraft wiki entry for Development_versions, associated text: MC-27287 – Baby wolves spawn hurt. MC-63720 – Banners do not move in wind when over certain Time value of the level.dat. MC-100222 – Breeding wolves with rotten flesh causes Hunger to the player. MC-155616 – Shulkers in boats disappear after entering end gateways. MC-163879 – Dispenser plays failed sound when equipping a single mob head. MC-164342 – Barrels do not generate LootTable when broken.
Minecraft wiki entry for Requirements, associated text: Requirements may change depending on the server software (like the OS), such as using Bukkit and/or mods.
Minecraft wiki entry for Bug_tracker, associated text: Previously, the issues page on the Minecraft Wiki was used to maintain issue reports. Many people complained that the process was too complicated. Due to the high demand for a proper bug tracker instead of using the wiki, Mojang contacted Atlassian, which became their choice due to being flexible and customizable. An email was sent to Atlassian to gain help on making a proper bug tracker. Atlassian immediately offered to help, providing a free JIRA license. A video was published to showcase their improved JIRA developer's API for JIRA v5.0.
Minecraft wiki entry for Fire, associated text: When lit, netherrack and magma blocks maintain fire forever, unless extinguished by any method except rain. Bedrock in the End also burns eternally. Soul fire burns eternally anywhere. Eternal fire cannot exist on the sides of these blocks.
Minecraft wiki entry for Weakness, associated text: 1 Effect 2 Causes 3 Immune mobs 4 Data values 4.1 ID 5 Achievements 6 Advancements 7 History 8 Issues
Minecraft wiki entry for Redstone_Dust, associated text: Power level drops by 1 for every block of redstone wire it crosses. Thus, redstone wire can transmit power for no more than 15 blocks. To go further, the power level must be re-strengthened – typically with a redstone repeater.
Minecraft wiki entry for Flying_machine_uses, associated text: Automated Lumberjack. Stick slime underneath the flying machine, then send it into a tree. It should then have wood logs stuck to the slime, meaning you can gather wood from the flying machine directly.
Minecraft wiki entry for ModJam, associated text: ModJam is a form of community event where participants create fan-made content within a set period of time. These events typically focus on Java Edition mods, but maps, textures, and mod packs have all been included to various degrees. It is widely accepted that Searge is the originator of this term within the Minecraft community.
Minecraft wiki entry for Zombified_Piglin, associated text: A zombified piglin with a crossbow that can be found only when a piglin with a crossbow is zombified in the overworld. A zombified piglin riding a strider. A zombified piglin chicken jockey.‌[Java Edition only] A zombified piglin with a golden axe that can be found only when a piglin brute is zombified in the overworld. The position of a sitting zombified piglin. A piglin zombifying animation. A piglin brute zombifying animation. A zombified piglin with pumpkin. A zombified piglin with jack o'lantern. A baby zombified piglin with pumpkin. A baby zombified piglin with jack o'lantern.
Minecraft wiki entry for Beating_a_challenge_map, associated text: When on a challenge map, it's best to kill ghasts as soon as possible. To kill a ghast, aim for the body, or hit the fireballs it sends at you back to it.