text stringlengths 148 3k |
|---|
Minecraft wiki entry for Skeleton, associated text: Their detection range is reduced to 8 blocks if a skeleton skull is worn by the player. This stacks with sneaking and the invisibility effect. |
Minecraft wiki entry for Trapdoor_uses, associated text: Similarly to making entrances underground you can use trapdoors to drop your minecart onto track underneath making an automatic entrance (good for keeping hostile mobs out, making it convenient getting into your base). It can be powered by the rail detector so the trapdoors will only be open for a short period of time. A minecart will not fall through a single trapdoor (a 2x3 trapdoor setup works fine). |
Minecraft wiki entry for Flower_Pot, associated text: 12w34a - 13w25b: [Has no defined name, rendering a minimum-length text box if highlighted]
13w25c - 14w21b: tile.flowerPot.name |
Minecraft wiki entry for Defeating_a_woodland_mansion, associated text: Procedure: There are many different ways to raid a mansion in a group. It’s easiest to go full-on “Melee Warfare” with a team, though more organized players might assign roles for each teammate (e.g. melee fighter, sniper, potion lobber, etc.) before heading in. |
Minecraft wiki entry for Achievement_guide, associated text: First, you need to place 9 item frames in 3x3 square. Item frame can be crafted using sticks and leather: |
Minecraft wiki entry for Redstone_Comparator, associated text: 1 Appearances
1.1 Unpowered Comparator
1.2 Powered Comparator
2 Names
2.1 Unpowered Comparator
2.2 Powered Comparator
3 References |
Minecraft wiki entry for Development_versions, associated text: Custom entities that use the runtime identifier field now use the custom entity's name rather than the vanilla entity's name. (MCPE-56229)
Fixed the circle_around_anchor behavior which could cause mobs to freeze when there were blocks nearby.
Dispensed splash and lingering potions now have potion effects in their projectile component.
Fixed collision box not updating from script.
The damage_sensor component will now work on non-mob actors (such as ender crystals).
A mob spawned in the air will no longer think it's on the ground once its movement is ticked. |
Minecraft wiki entry for Armor, associated text: This means that for the same number of leather/iron ingots/gold ingots/chainmail/diamond, boots can take 1.5 more damage than leggings. Thus, chestplates and leggings offer more defense points per unit, but have less durability per unit. |
Minecraft wiki entry for ED, associated text: The 22 varieties of tropical fish most commonly found throughout the world have Variant tag values from the following table, which also lists what color/shape/patterns come from that value. |
Minecraft wiki entry for Stronghold, associated text: "Ah LOL! I forgot to remove the debug pillars from the strongholds. Oh well, it's not severe enough for another update" – @jeb_ on Twitter, October 6, 2011 |
Minecraft wiki entry for Miscellaneous, associated text: Variations: The player can remove one of the items from the dropper to create a 2-RNG with different power level outputs than the regular 2-RNG: removing the 64-stackable item outputs power levels 2 or 4, removing the 16-stackable item outputs power levels 1 or 4, and removing the non-stackable item outputs power levels 1 or 2. |
Minecraft wiki entry for Mining, associated text: By utilizing this variant properly, players can uncover all the blocks in quite a large area, and the mineral yields are quite high. Having the stairs 2 blocks wide allows for thorough strip mining as they can be strip mined around. Also, a good length for each tunnel is 20 blocks long. |
Minecraft wiki entry for Block_of_Iron, associated text: Blocks of iron and pumpkins[Bedrock Edition only], carved pumpkins or jack o'lanterns are used to build iron golems. The pumpkin, carved pumpkin or jack o'lantern must be placed last, and the golem spawns immediately after placing it. |
Minecraft wiki entry for testforblocks, associated text: Specifies two opposing corners of the region to use as the pattern to test for (the "source region").
It must be a three-dimensional coordinates composed of <x>, <y> and <z>, each of which must be a floating-point number or tilde and caret notation.
Block position is the coordinates of the point at the lower northwest corner of a block. Because of this, the lesser coordinates of each axis falls right on the region boundary, but the greater coordinates are one block from the boundary, and the block volume of the source region is (xgreater - xlesser + 1) × (ygreater - ylesser + 1) × (zgreater - zlesser + 1). For example, 0 0 0 0 0 0 has a 1-block volume, and 0 0 0 1 1 1 and 1 1 1 0 0 0 both identify the same region with an 8-block volume. |
Minecraft wiki entry for Removed_blocks_and_biomes, associated text: Leaves and vines would render if placed inside of a flower pot with commands and would use the foliage tint of its biome. |
Minecraft wiki entry for Item_components, associated text: /give @p netherite_shovel 2 0 {"minecraft:can_destroy":{"blocks":["grass"]},"minecraft:item_lock":{"mode":"lock_in_slot"}} |
Minecraft wiki entry for Combat, associated text: Unlike other hostile mobs, zombies have a farther detection of 40 blocks. This can be exploited to dispatch them before dealing with a more dangerous threats. |
Minecraft wiki entry for Minecart_with_Chest, associated text: A compact storage using chest minecarts (left) compared to chest storage in the same volume. Notice how chests cannot be placed next to each other, which is no longer the case after Java Edition 1.13.
This chest minecart is trapped inside a mossy stone bricks block, due to a stronghold and an mineshaft that generated partially overlapping.
A minecart with chest generated on top of an end portal frame, because there is a mineshaft behind the wall. |
Minecraft wiki entry for Development_versions, associated text: Now uses two overlayed textures, one being the color.
Minor changes to the leather dyeing – the colors will attempt to maintain intensity and not dilute as much. |
Minecraft wiki entry for Player_versus_Player, associated text: For the buffs, Strength and Speed II are self-explanatory, while Turtle Master is a situational potion. In crystal combat, there will be situations where you are boxed in with the enemy in either obsidian or bedrock. In other words, there is no possible way for an end crystal to be detonated to either player's advantage and they would be stuck in a 1x1 hole made of obsidian (or part obsidian, part bedrock) In such a situation, both players would try to crit each other out, but drinking a turtle master potion grants you the powerful effect, that being Resistance IV, making you almost invulnerable to your enemy's attacks. Slowness really doesn't matter here, as you're stuck with your enemy. These 20 seconds of greatly reduced damage allows you to win the crit-trade in the hole, and with it, the fight. |
Minecraft wiki entry for particle, associated text: Specifies the particle to create.
In Bedrock Edition, it must be either a single word (no spaces) or a quoted string, and it should be a namespaced ID of the particle (namespace cannot be omitted).
In Java Edition, it must be a resource location of a particle followed by particle parameters that are particle-specific.
block, block_marker, and falling_dust has a parameter in block_id[block_state=foo] format to specify a block, in which block states can be omitted when unneeded. For example: /particle block minecraft:grass_block[snowy=true]
dust requires three color channel parameters to be set along with the name, representing red, green, and blue, each being a value in the range 0 to 1; and an additional parameter representing size. For example: /particle dust 1.0 0.5 0.5 1.0 creates a pink particle at regular size. If one or more values are greater than 1, the particles change their colors. The greater the values the greater is the range of different colors.
dust_color_transition requires three color channel parameters like dust representing the start color, a number parameter representing size, and another three color channel parameters representing the end color. For example: /particle dust_color_transition 1.0 0.0 0.0 1.0 0.0 0.0 1.0 creates a particle transitioning from red to blue at regular size.
item requires an item as a parameter in the format of item_id{NBT}, in which NBT can be omitted when unneeded. It appears, however, that NBT values do not change anything in how the particle looks. For example: /particle item minecraft:apple
sculk_charge requires a float parameter specifying the angle the particle displays at in radians.
shriek requires an int parameter specifying the delay in ticks. For example: /particle shriek 100 creates a shriek particle that doesn't show up until 100 game ticks (5 seconds) in.
vibration requires a position parameter representing the destination, and an integer parameter representing the duration of the move. For example: /particle vibration 5.0 64.0 0.0 200 creates a particle taking 200 ticks moving from the current position to 5.0 64.0 0.0. |
Minecraft wiki entry for Development_versions, associated text: Raw mutton
Cooked mutton
Fire charges
Spawn eggs
Horse
Zombie horse
Skeleton horse
Mule
Donkey
Stray
Husk
Wither skeleton
Name tags
Leads
Carrot on a stick
Tipped arrows
Version exclusive: Made with potion cauldrons.
Horse armor
Leather horse armor
Version exclusive: Can be dyed using a cauldron.
Can be crafted with leather. |
Minecraft wiki entry for Survival_in_an_infinite_desert, associated text: This is why at the start of a new game, before you even move, you should dig down one block to mark your exact spawn point, then add another marking to make it clear it's the spawn point (a 5 X 5 ditch, for example). It's also a good idea, at the start of the game, to dig a directional arrow in the ground pointing to the rising sun. And, early on, create a tall pillar by pillar-jumping, so you can find your way back to your spawn-point and base if you get lost (as often happens when fleeing or fighting mobs). |
Minecraft wiki entry for MainPlot, associated text: Several days later, the arena is still being worked on by Tobi and Evan, with the latter mentioning that Tyler plans to be on after soccer practice. Just then, Candace and Grace return from the Nether with the third wither skeleton skull, and everyone is excited that they’ll be able to fight the wither. Just then, with Evan holding the skull, the soul sand comes to life and wraps around his arms, forcing him to place the skull on the T-shaped soul sand, inadvertently creating the wither. The wither focuses on attacking the four, but fortunately, Tyler soon appears and kills it, but begins to think that his friends wanted to fight the wither without him. His friends try to explain that it was an accident, but Tyler leaves in frustration, saying that his friends can make the beacon without him. As he lies down in bed, he gets texts messages from Evan about what is going on in the Minecraft server, asking him if he can come on for something important. After some hesitation, Tyler decides to rejoin the server to find out what is going on. |
Minecraft wiki entry for Map, associated text: Named unknown map, but changed to map 0, the scale level is 1:4, Maps from the same stack are stackable, but maps that are not stacked are unstackable despite looking identical. |
Minecraft wiki entry for Player_versus_Player, associated text: Server Wars happen when one party, typically griefers, organize into an army and invade or attack a certain area or group of people on a server. |
Minecraft wiki entry for Dye, associated text: Dyes are a set of 16 items used to change the color of wool, terracotta, certain mobs, the patterns on banners, shulker boxes, glass, concrete powder, candles, beds, firework stars, and text on signs. In Bedrock Edition they can also be used to dye water in a cauldron (which is thereafter used to dye leather armor); in Java Edition leather armor can be dyed directly. In Education Edition dyes can also be used to dye balloons and glow sticks. |
Minecraft wiki entry for Mushroom_Block, associated text: A mushroom block is a solid block that makes up a huge mushroom, which consists of a mushroom stem[Java Edition only] and brown mushroom blocks or red mushroom blocks, depending on the color of the huge mushroom. |
Minecraft wiki entry for Best_enchantments_guide, associated text: Crossbows can only receive up to Quick Charge II through an enchanting table. Quick Charge III must be obtained via other means: either by combining two crossbows in an anvil, using enchanted books, or via mob drops. |
Minecraft wiki entry for Huge_fungus, associated text: Issues relating to "Huge Fungi", "Huge Crimson Fungi", or "Huge Warped Fungi" are maintained on the bug tracker. Report issues there. |
Minecraft wiki entry for Huge_mushroom, associated text: 1 Generation
2 Growth
3 Structure
3.1 Huge brown mushrooms
3.2 Huge red mushrooms
4 Data values
4.1 ID
5 History
6 Trivia
7 Gallery
7.1 Scenery
7.2 Odd generation
8 References |
Minecraft wiki entry for Trapped_Chest, associated text: Placing two adjacent trapped chests side-by-side typically joins them to create a "large trapped chest" (also known as a "double trapped chest"). To avoid them joining and instead place two single trapped chests side by side, the player may sneak while placing the second trapped chest,[Java Edition only] or place the second trapped chest facing a different direction from the first one.[Bedrock and Java editions only] Alternately, normal chests do not combine with trapped chests. |
Minecraft wiki entry for Building_a_cruise_ship, associated text: Cabins for persons to live on the cruise ship. You may have different classes for cabins - ranging from ones with nothing but a bunk bed to suites with balconies and king-size beds. More expensive cabins tend to be placed on upper decks.
Ice Hockey on large cruise ships
Spleef arenas
Nightclubs
Casino
Restaurants
Shops (taxfree or so): A cruise ship doubles as a mall, as it has so many different shops. Make sure to have many shops for exotic and luxury goods.
Playrooms
Smoking rooms
Soda vending machines
Jukeboxes to play music (remember to put a music disc inside the jukebox or the jukebox won't play any music)
Info desk
Swimming pools
Waterslide
Engine Room: A ship cannot function without an engine. Engine rooms are huge, with tons of complex machinery. Building an engine room may be tricky, as many have never seen one.
Car Deck
Bridge: Any ship needs some form of a command. Build a glorious, wide bridge from which the Captain can lead the vessel. |
Minecraft wiki entry for EP3, associated text: At Xara's cell, it is revealed that the Admin's real name is Romeo, and Xara agrees to help Jesse escape on the condition that one of them (Nurm or Lluna) stay behind (this is so the explosives don't get triggered), and the prisoners escape the Sunshine Institute. In the burrows, the warden is in a rage over Prisoner X's escape and reveals that Xara was a former Admin. Just as the warden is about to ignite TNT, Xara kills him with a poison arrow, and the six (Jesse, Petra, Radar, Jack, Xara and Nurm / Lluna) fight numerous creatures, including Creeper-spiders and three-headed Ghasts. Xara then reveals that there was a third Admin named Fred, who died during the battle with Xara against Romeo. Xara also reveals that the only way to take away Romeo's powers is to go below the bedrock. |
Minecraft wiki entry for Cocoa_Beans, associated text: Cocoa beans are a food ingredient obtained from cocoa that can be used to craft cookies and brown dye. Cocoa beans are mainly found in the jungle biomes. |
Minecraft wiki entry for 0x10c, associated text: He then expressed his desire to not become "another under delivering visionary game developer", and said he would instead focus on making "smaller games that can fail" in the future. Regarding 0x10c, he said that "I want to play this game so much, but I am not the right person to make it. Not any more. I’m convinced a new team with less public interest can make a vastly superior game than what I would make." |
Minecraft wiki entry for Development_versions, associated text: MC-145769 – Villagers are not shutting doors behind them.
MC-148613 – Aquatic mobs are not spawning./Fish spawned from buckets count towards the aquatic mob cap again. |
Minecraft wiki entry for Exploring_caves, associated text: When finished exploring a cave, it is best to try and find the way back to the surface via the way they have came, rather than by digging upwards. However, if need be, they can make their own exit — just dig upwards to the surface in a staircase fashion, watching for drips. Players can also dig directly upwards, however, be careful when doing so, as gravel could fall on you and cause suffocation. If this happens, you can use a shovel to quickly dig your way out. You should also keep an eye out for water droplets or lava droplets falling from the block above. |
Minecraft wiki entry for Development_versions, associated text: Vanilla Parity: Players are now able to activate Elytra gliding while moving upward (MCPE-59580).
Using Dye on Signs that contain formatted color text will overwrite the formatted color text. |
Minecraft wiki entry for Blacksmith, associated text: 1 Blacksmith
1.1 Video
1.2 Materials
1.3 Blueprint
1.3.1 Command Script
2 Desert Blacksmith
2.1 Materials
2.2 Blueprint |
Minecraft wiki entry for Skeleton_Horse, associated text: A skeleton trap horse is a hostile skeleton horse spawned from a fraction of lightning generated naturally by a thunderstorm (0.75–1.5% chance on Easy, 1.5–4% on Normal, and 2.25–6.75% on Hard, depending on regional difficulty). Lightning strikes caused by a Channeling-enchanted trident and lightning strikes on a lightning rod never spawn a skeleton trap horse. The trap horse despawns after 15 minutes if not triggered. |
Minecraft wiki entry for Basalt, associated text: Basalt can also be made by lava flowing into a space that is on top of soul soil and adjacent to blue ice. The flowing lava is then replaced with basalt. |
Minecraft wiki entry for Unused_textures, associated text: The addition of this texture to terrain.png roughly coincides with Notch mentioning an attempt to add coral blocks to the game, according to a post on The Word of Notch documenting a failed attempt to draw a realistic-looking coral block texture.[7] The texture's hyperbolic appearance does in fact resemble the early iterations of coral blocks showcased at Minecon in 2017. |
Minecraft wiki entry for Mash-up_pack, associated text: Dragon Dancer
Elder Subhti
Fox
Guardian Lion
Jade Rabbit Alex
Lantern Ghast
Monkey King
River Demon
Rooster
Skeleton Spirit
Spectral Enderman
White Tiger |
Minecraft wiki entry for Fungus, associated text: 1 Obtaining
1.1 Breaking
1.2 Natural generation
1.3 Chest loot
1.4 Post-generation
2 Usage
2.1 Placement
2.2 Growth
2.3 Breeding
2.4 Hoglins
2.5 Crafting ingredient
2.6 Composting
3 Sounds
4 Data values
4.1 ID
5 History
6 Issues
7 See also
8 References |
Minecraft wiki entry for Sponge, associated text: If a normal sponge comes into contact with water in a dry biome, it absorbs the water and immediately dries out with a puff of steam.[Bedrock Edition only] |
Minecraft wiki entry for Pulse, associated text: The half-cycle is equal to the number of items in the top hoppers times 4 ticks (or 0.4 seconds per item) – up to 128 seconds for 320 items. The bottom clock will keep the output on for a number of half-cycles equal to twice the number of items in the bottom hoppers, minus 1. Thus, the output pulse equals 0.4 seconds × <top items> × (2 × <bottom items> - 1). |
Minecraft wiki entry for Development_versions, associated text: Holding shift while grabbing a crafting output now automatically takes the maximum amount of outputs from the ingredients it was given. |
Minecraft wiki entry for Pixel_art, associated text: A piano is one of the more simple real-life objects to build in Minecraft as pixel art, as it is mostly made up of squares rather than round shapes. The coloring is also pretty simple, you just need black and white wool or concrete. Here is an example of how 1 third may look on a piano. |
Minecraft wiki entry for Fox, associated text: 1 Spawning
1.1 Holding items
2 Drops
3 Behavior
3.1 Attacking
3.2 Sleeping
3.3 Screeching
3.4 Sitting
3.5 Holding items
3.6 Villages
3.7 Breeding
3.8 Taming (gaining trust)
3.9 Predators
4 Sounds
5 Data values
5.1 ID
5.2 Entity data
5.2.1 Fox types
6 Advancements
7 History
8 Gallery
8.1 In other media
9 Issues
10 Trivia
11 References |
Minecraft wiki entry for Illager, associated text: A dispenser can equip an evoker, vindicator, pillager with armor. However, No armor are visible on them and no armor drops upon death. |
Minecraft wiki entry for Loot, associated text: In Bedrock Edition, each village shepherd chest contains 1–5 item stacks, with the following distribution: |
Minecraft wiki entry for Development_versions, associated text: The version number once again displays on the top-left of the screen.
Selecting an enchanted item no longer causes the hotbar to glow white. |
Minecraft wiki entry for Slime_Block, associated text: A slime block is a translucent block that entities can bounce on. It may be used alongside a piston to move several connected blocks at once. Entities move slower on slime blocks. |
Minecraft wiki entry for Anvil_file_format, associated text: Maximum build height has been increased to 256 (from 128).
Empty sections of the world are not loaded into memory or saved to disk.
The maximum Block ID has been increased to 4096 (was 256) by adding a 4-bit data layer (similar to how meta data is stored). The rest of Minecraft's code is not currently prepared to take advantage of this, however.
Block ordering has been changed from XZY to YZX in order to improve compression.
Packets for sending chunks have been optimized (a chunk without air is smaller than in the same chunk in the old format, and a chunk with lots of air is even smaller).
Biomes are saved per X,Z column, rather than being calculated on the fly, which means they can be altered by tools; this is useful for map makers. It also prevents bugs where features don't match the biome after changing the terrain algorithm. (Also known as "Biome Shifting") |
Minecraft wiki entry for Removed_blocks, associated text: Having been given a unique name, as well as being intentionally programmed to not be tinted unlike all other metadata values of its block ID, it can be assumed that the inclusion of the shrub was intended to a certain degree, although likely only as a prototype of sorts, as the dead bush was included in the same version that added shrubs, and shrubs were unobtainable through normal means whereas the dead bush appeared everywhere. It not being removed in 1.8, as detailed below, strengthens this assertion. |
Minecraft wiki entry for Development_versions, associated text: deltaTime
Added deltaTime read only property to TickEvent which represents the time between the last Level tick in seconds |
Minecraft wiki entry for Piglin, associated text: The texture was added in the preview, as the texture dates from October 27, 2010 and the preview released at October 29, 2010. |
Minecraft wiki entry for Head, associated text: "head format. I needed to pick a prefix that was short and not already taken by other usernames." – @Marc_IRL on Twitter, September 10, 2013 |
Minecraft wiki entry for Before_1.8, associated text: Bookshelves
Chests
Crafting tables
Daylight detectors
Fence gates
Huge mushrooms
Jack o'lanterns
Jukeboxes
Note Blocks
Pumpkins
Signs
Trapped chests
Wood fences
Logs
Planks
Wooden pressure plates
All Wooden slabs
All Wooden stairs
Wooden doors
Wooden trapdoors |
Minecraft wiki entry for Pulse, associated text: Because of the output's fractional length, a 1-tick repeater may be needed to force a sticky piston to drop its block. |
Minecraft wiki entry for Shelters, associated text: In case you need to quickly gear up and run back to get dropped gear or items. Perhaps a sword, cake or a stack of porkchops, and stack of torches. A more advanced kit can be made from dispensers that give you items at the click of a button or a step on a pressure plate, although arrows and torches still have to be accessed from a chest or two (if you want the whole stack) unless the dropper is used. |
Minecraft wiki entry for Man-made_lake, associated text: Finally, destroy the rows from the upper section down. This is important, if there's no block under, the new water spring won't form. |
Minecraft wiki entry for Parity_issue_list, associated text: Walls, fences, iron bars, and glass pane connects correctly to corner stairs.[222]
Torches, buttons, and levers can be placed on two back sides of corner stairs.[223] |
Minecraft wiki entry for Development_versions, associated text: MCPE-7891 - at (x,0,y), top of the texture of the block shows whereas the sides are invisible.
MCPE-7997 - Spawning on the soil above killing place in cave.
MCPE-8045 - Mobs can breed when separated.
MCPE-8123 - Entities invisible when at/above the height limit.
MCPE-8582 - Invisible bottom layer. |
Minecraft wiki entry for Stronghold, associated text: Minecart with Chest generated on top of End Portal Frame, because there is Mineshaft behind the wall. |
Minecraft wiki entry for Planks, associated text: Planks are used in many crafting recipes. Doors, fences, fence gates, slabs, stairs, boats, trapdoors, pressure plates, and buttons must be crafted from planks of the same type, and the crafted result depends on the type used. For other products, planks of different types can be mixed freely and the wood types in the product is indeterminate. Crimson and warped planks cannot be used to make boats. |
Minecraft wiki entry for Difficulty, associated text: While the difficulty settings modify the challenge in Survival mode, they also affect hostile mobs in Creative mode the same as in Survival; for example:[verify] |
Minecraft wiki entry for Egg_farming, associated text: 1 Catching or hatching a chicken
2 Setting up the farm
2.1 3x3x4 Automatic Farm
2.2 Building up
2.3 11x11x6 Automatic farm
2.3.1 Materials
2.3.2 Building it
2.3.3 Running the farm
2.4 Joghurts Design
2.5 Trench Farm
2.6 Water Egg farms
2.7 Realistic Chicken Coop
3 Chicken farming and cooking
3.1 Extending the 3×3×4 farm
3.2 Filtering out immature chicks
3.3 Full automation
3.3.1 Example farms
4 Trivia |
Minecraft wiki entry for Things_not_to_do, associated text: For example, if the player is mining straight down by mining the block they are standing on, there's a high chance of: |
Minecraft wiki entry for Bug_tracker, associated text: Bedrock Edition's MCPE tag comes from when it was the Pocket Edition. The Bedrock Edition's page was originally used for Pocket Edition.
Several bug reports have resulted in the addition of entire new blocks to the game:
MC-7449 was fixed by adding infested cracked stone bricks, infested mossy stone bricks and infested chiseled stone bricks.
MC-55228 was fixed by adding red sandstone.
MC-126564 was fixed by adding specific dead variants of each type of coral.
MC-170833 was fixed by adding potted crimson and warped fungi.
MC-214684 was fixed by adding potted azaleas.
MC-215847 was fixed by adding infested deepslate.
As of April 12, 2022, 764 Java Edition bug tickets remain open which have 5 or less digits. Of these, one has a single digit (MC-4), three have two digits, fifteen have three digits, and ninety-one have four digits, leaving 654 five-digit tickets. |
Minecraft wiki entry for Human, associated text: Can be seen in the file archives, and in "Zombie Town" by Notch, which features the removed human mob. |
Minecraft wiki entry for Development_versions, associated text: Crafted with 4 honey bottles.
Drastically reduce movement speed and jump height.
Can be climbed down, and will drag anything on them when moved by a piston.
Do not stick to slime blocks.
Reduce fall damage by 80%. |
Minecraft wiki entry for Target_selectors, associated text: [family=<family>] — Include only targets in the specified type family.
[family=!<family>] — Exclude any targets in the specified type family. |
Minecraft wiki entry for Furniture, associated text: To make a barbecue on the patio or outside of your house, you can craft an anvil and place it where you want on your outdoor space. |
Minecraft wiki entry for Hopper_clocks, associated text: A loop of hoppers with multiple items, where each hopper prevents the next hopper from pushing items further until the previous hopper has emptied. |
Minecraft wiki entry for PC_Gamer_Demo, associated text: While the player cannot interact with most blocks, items, or mobs after the demo expires, they can still interact with existing boats, and can milk cows if they have a bucket. |
Minecraft wiki entry for Moving_structures_using_structure_blocks_from_world_to_world, associated text: Click on that "generated" folder, and open the next couple of folders inside the "generated" folder ("minecraft" and "structures") until you find yourself in the "structures" folder, where all of your structures from that world are stored in NBT files. |
Minecraft wiki entry for Dye, associated text: Players can obtain each one of every color with 1 cocoa bean, 2 yellow dye, 2 ink sac, 3 green dye, 4 lapis lazuli, 4 red dye, and 6 bone meal (2 bones).
The dyed sheep breeding behavior mirrors Lamarck's theory, in which the organisms evolve inheriting the external changes and adaptations of the previous generation, transmitting them to their offspring.
In Bedrock Edition, tertiary colors, along with their regular crafting recipes, can be crafted with primary colors. E.g.: Magenta can be crafted with one rose red and two bone meals.
The colors of the dyes match the chat colors in color codes except for brown (dye only), light aqua, and gold (color codes only). |
Minecraft wiki entry for Model, associated text: In this example, only two textures are condensed into one file, in this case for a bone block. For two textures, this code can be used: |
Minecraft wiki entry for Glass_Bottle, associated text: If filled via a water source, the water is unaffected. If filled via a cauldron, 1⁄3 of the water in the cauldron is removed. Therefore, using a cauldron to fill water bottles is inefficient, except in the Nether where it is normally the only way to fill bottles. |
Minecraft wiki entry for Nathan_Adams, associated text: "Arrived at Mojang HQ and did the awkward handshake dance with @notch and some other mojangsters" – @Dinnerbone on Twitter, March 7, 2012 |
Minecraft wiki entry for Unused_textures, associated text: Interestingly, despite the texture being completely unused throughout its presence in the game files, paeonias were redone in the Texture Update beta packs for an unknown reason. |
Minecraft wiki entry for Creating_a_challenge_map, associated text: Also, you could spawn an ender dragon or a wither in a room. Just remember to use the command /gamerule mobGriefing false, so that the bosses won't be able to destroy blocks. Alternatively, add your own boss. Customize your own boss mob by adding extra data tags (see Tutorials/Command block#1.7 uses). Even better, create custom mods with your own made-up boss! NOTE: To do this, you must be able to use Java programming or data packs (see Tutorials/Creating a data pack).Also, you can download Mods To make bosses even better! |
Minecraft wiki entry for Shelters, associated text: The final product should look like this (all the redstone should be off and the cobblestone is the window): |
Minecraft wiki entry for Chain, associated text: Chain is made out of two iron nuggets and one iron ingot, but its blast resistance is the same as the block of iron.
A vertical chain, being a solid, but not a full block, allows for many sizes of mobs and players to pass alongside each piece horizontally.
Despite its name, it cannot be crafted into chainmail armor.[3]
If a sticky piston pulls a chain that is more than 1 block long, the chain breaks. |
Minecraft wiki entry for Leaves, associated text: Leaves occur naturally on trees throughout the Overworld. Dark oak leaves also generate in woodland mansions. |
Minecraft wiki entry for Element, associated text: Several elements can also be obtained from a material reducer, which breaks down blocks into their component elements by percentage. This is the only way of obtaining the Unknown element; a mysterious element found in certain Minecraft blocks, such as soul sand and netherrack. |
Minecraft wiki entry for Combat, associated text: Hostile endermen will teleport away when the player closes in on them to strike. When this happens in a small underground space, the enderman may teleport into inaccessible caves or to the surface. They will not teleport back to the player unless they move to an area that has enough space for the enderman to teleport back. On the surface, an enderman's tendency to teleport away when the player is close enough to attack can be used to keep an attacking enderman at bay. The player can also change to third-person view by pressing F5 (Fn + F5 on Macs) to make sure the player can't be attacked from behind because of endermen having a tendency of teleporting behind them. |
Minecraft wiki entry for Easter_eggs, associated text: In snapshot 13w36a for Java Edition 1.7.2, Dinnerbone added a Super Secret Settings button, which could be viewed in the options screen. Clicking it would blare a random game sound with a lower pitch and change the shader of the screen. These effects would not necessarily work on computers without a graphics card that supported OpenGL 2.1. This was removed in snapshot 15w31a for 1.9. |
Minecraft wiki entry for Development_versions, associated text: 22w07a is the fourth and the final snapshot for Java Edition 1.18.2, released on February 16, 2022,[4] which fixes bugs. |
Minecraft wiki entry for Hunger_management, associated text: Advantages:
Can be a reliable food source if mushrooms and mycelium, podzol or nylium can be found.
The recipe can be made in the 2×2 crafting menu.
Restore 7.2 saturation.
If possible, pressing use on a mooshroom with a bowl will fill the bowl with stew.
Huge mushrooms can be grown with bone meal on any dirt variant in dark places with enough place, and can be easily taken down with an iron axe. |
Minecraft wiki entry for Development_versions, associated text: Potion-like effects given by the Beacon now use semi-transparent particles, to be less intrusive.
Normal potions remain unchanged. |
Minecraft wiki entry for Potion_farming, associated text: MAJOR DISCLAIMER: Potion farming was patched in the 1.17.3 update as a result of being too overpowered. The bug was incredibly overpowered as potions are intended to be somewhat of a rare item and also only have one use per bottle. This bug simply allowed the user to bypass the original intention for potions; hence the patch. |
Minecraft wiki entry for Mini_games, associated text: Glide is a mini game where players maneuver through a track while wearing an elytra, aiming to finish in the fastest time or score the most points by flying through colored rings. Glide was added to the Legacy Console Edition on March 29, 2017. Glide currently features two different game modes: |
Minecraft wiki entry for Timeline_of_events, associated text: https://web.archive.org/web/0/http://playxbla.com/its-here-the-plastic-texture-pack-for-minecraft-xbox-360-edition/ |
Minecraft wiki entry for Development_versions, associated text: Changed transition between old and new terrain to be less cliff-like.
Surface height, biomes, and caves will now blend much more smoothly.
Deepslate and bedrock now properly generate in upgraded chunks.
Cave carvers now properly generate in upgraded chunks. |
Minecraft wiki entry for Logic_gates, associated text: There is one important thing to note when implementing this. Because it is possible to get a two's complement number out, when subtracting the most significant digit must be inverted. This is usually the Carry out of the last adder. |
Minecraft wiki entry for Dungeon, associated text: Dungeons are small rooms made of cobblestone and mossy cobblestone and contain a mob spawner and up to 2 chests. Finding a dungeon without a chest is unlikely but possible. Additionally, there is a rare chance of a dungeon being found without a spawner. Occasionally, a dungeon generates with its chests in such a way as to create a double chest. Dungeons generate with either a zombie (50% chance), skeleton (25% chance), or spider (25% chance) spawner. The spawner is always in the center of the dungeon room, with chests located around the walls of the room (large chests can connect with the short side against the wall). Each block of the floor has a 25% chance of being cobblestone and a 75% chance of being mossy cobblestone. |
Minecraft wiki entry for Sugar_cane_farming, associated text: In the shown design, the dispenser can be filled with bone meal to constantly grow the sugar cane. Since bone meal is not used up on fully grown sugar cane, none is wasted. The player can then stand and constantly break the middle block of sugar cane to quickly farm large quantities. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.