text stringlengths 148 3k |
|---|
Minecraft wiki entry for Pointed_Dripstone, associated text: If a stalactite is hanging from a dripstone block with a water source above, the stalactite grows slowly. In addition, if there is a solid block within eleven blocks below this stalactite, a stalagmite grows on that block toward the stalactite. This growth does not occur if the stalactite's tip is waterlogged, and a stalagmite below does not grow if its tip is waterlogged. They do not grow to more than seven blocks long. |
Minecraft wiki entry for Spawner_traps, associated text: 1 Finding dungeons
2 Simple farms
2.1 The Front
2.2 Redstone and other contraptions
3 Killing mechanism
3.1 Lava blade traps
3.1.1 Timed lava dispenser
3.2 Drowning traps
3.3 Flow trap
3.4 Sunlight based traps
3.5 Potion-based trap
3.6 Iron golem traps
3.7 Wolf traps
3.8 Cactus traps
3.9 Fall damage
3.10 Villager traps
3.11 Blaze traps
3.12 A note on lava
3.13 "Johnny" Vindicator Trap
3.14 Magma trap
4 Other
4.1 Pit trap
4.2 Experience trap
4.3 Efficient pit + experience trap (by Epiiik)
4.3.1 Alternative layout
4.4 Another experience trap (by AlexxShadenk777)
4.5 Experience trap
4.6 Humanoid monster spawner xp trap (by HeofShadow)
4.7 S-bend design
5 Multiple spawners of the same species
6 Videos |
Minecraft wiki entry for Block_update, associated text: 1 Java Edition
1.1 Priorities
1.2 PP update
1.2.1 Sending
1.2.2 Receiving
1.3 NC update
1.3.1 Sending
1.3.2 Receiving
1.4 Comparator update
1.5 Special blocks
1.6 Block updates and DFS
1.7 Self update
2 Bedrock Edition
3 History |
Minecraft wiki entry for Netherite_Ingot, associated text: Netherite Helmet
Netherite Chestplate
Netherite Leggings
Netherite Boots
Netherite Sword
Netherite Pickaxe
Netherite Axe
Netherite Shovel
Netherite Hoe |
Minecraft wiki entry for Potato, associated text: To eat a potato, press and hold use while it is selected in the hotbar. Eating a potato restores 1 () hunger and 0.6 saturation. |
Minecraft wiki entry for Redstone_circuits, associated text: In electronic or programming diagrams, logic gates are typically shown as if they were individual devices; However, when building redstone devices in Minecraft, all logic gates are formed from multiple blocks and components, which interact to produce the desired results. |
Minecraft wiki entry for Inventory, associated text: Some items in the creative inventory are grouped together in sub-sections with other similar items. These sub-sections can be opened by selecting the item with a + icon next to it. Selecting the sub-section with a - icon closes the subsection. These sub-sections exclusively appear in the individual 4 categories and do not appear in the All tab. |
Minecraft wiki entry for Development_versions, associated text: 1.18 Pre-release 2 (known as 1.18-pre2 in the launcher) is the second pre-release for Java Edition 1.18, released on November 16, 2021,[33] which increased the required minimum Java version from 16 to 17, and fixed bugs. |
Minecraft wiki entry for Predicate, associated text: survives_explosion—Returns true with 1 ÷ explosion radius probability. Invokable only from loot tables, and fails[verify] when invoked from anything else. |
Minecraft wiki entry for Cave, associated text: "I get a lot of questions about how the new Minecraft noise caves work, and why we call them silly things like Cheese caves and Spaghetti caves. Here's an attempt to summarize it in a picture, hope it makes some kind of sense :)" – @henrikkniberg on Twitter |
Minecraft wiki entry for ride, associated text: Must be one of teleport_ride and teleport_rider.
Specified which entities are teleported. If unspecified, defaults to teleport_rider. |
Minecraft wiki entry for Giant, associated text: A giant next to a normal size zombie.
A giant "riding" a minecart.
A giant in a cave.
Two giants summoned wearing equipment.
A giant burning in a pool of lava.
A giant getting damaged by a splash potion of harming.
A giant in the middle of a plains biome.
A giant spawner.
In 18w50a, a giant using the zombie AI.
A giant that spawned with a chainmail helmet and an iron shovel spawned in 18w50a.
A giant mob being seen from a player. |
Minecraft wiki entry for NBT_format, associated text: The original known version was 19132 as introduced in Beta 1.3, and since then has been updated to 19133 with the Anvil file format, which adds the Int Array tag. The NBT format dates all the way back to Indev with tags 0 to 10 in use. |
Minecraft wiki entry for Villager, associated text: Players can set villagers on fire using flint and steel or lava without affecting gossips. The same is true for TNT activated by redstone or a dispenser. However, TNT ignited directly by a player (using flint and steel, fire charges or flaming arrows) does generate gossip for damaged or killed villagers, because the TNT's damage is attributed to the player. |
Minecraft wiki entry for Inventory, associated text: While an item stack is grabbed, dragging items around with the left mouse button divides the stack equally over the dragged-over slots (with the remainder staying on the cursor), while dragging item stacks around with the right mouse button places one of that stack in each dragged-over slot. Regardless of which mouse button is used (left or right), this occurs only if the slot is empty or contains the same item being dragged. |
Minecraft wiki entry for Cat, associated text: Stray cats can be tamed using raw cod or raw salmon (see #Behavior for how to approach a cat). Once tamed, cats follow the player who tamed them. They do not despawn, no longer fear the player and purr or meow frequently. Like wolves, and with the same limits, they can teleport to a player who moves 12 blocks away. |
Minecraft wiki entry for Parity_issue_list, associated text: Can support torches, levers, buttons, tripwire hooks, coral fans, rails, vines, ladders and bells on the sides.[34]
Have a taller collision box (1.0 block tall). |
Minecraft wiki entry for teleport, associated text: Although most commands can affect only chunks that have already been generated, /teleport can send entities into chunks that have yet to be generated. If this happens to a player, then the chunks around and including that player's destination are newly generated. |
Minecraft wiki entry for Development_versions, associated text: 22w13a is the third snapshot for Java Edition 1.19, released on March 31, 2022,[4] which adds the allay, ancient cities, reinforced deepslate, and fixes bugs. |
Minecraft wiki entry for particle, associated text: Must be a three-dimensional coordinates with floating-point number elements. Accepts tilde and caret notations.
Specifies the size of the 3-dimensional cuboid volume to spawn particles in, centered on position <pos>, and multiplied by about 8 (using 1 1 1 specifies a cuboid of about 8×8×8 in size). Negative values may be used, but have the same effect as their positive counterparts (using -1 -1 -1 still equates to an 8×8×8 cuboid). Note that the generated particles aren't evenly distributed over the cuboid, instead it uses a Gaussian distribution resulting in a particle-gradient most dense at the center. Tilde and caret notation may be used, the resulting coordinates are then used as delta. |
Minecraft wiki entry for Development_versions, associated text: Fixed Pork Chop achievement and trophy being unlocked by raw porkchop (MCPE-95446)
Fixed a bug where foxes wouldn't knock off and eat sweet berries (MCPE-70790)
Clicking "Download Template" when missing required templates of an existing world now correctly downloads the required templates
Fixed bug that allowed players to place custom spawn eggs by default in Adventure mode |
Minecraft wiki entry for Panorama, associated text: 1 Panoramas
1.1 Prototype (Java Edition)
1.2 Classical panorama
1.3 Better Together Update (Bedrock Edition)
1.4 Update Aquatic
1.5 Cats and Pandas (Bedrock Edition)
1.6 Village & Pillage
1.7 Buzzy Bees
1.8 Bedrock Edition Beta
1.9 Nether Update
1.10 Caves & Cliffs: Part I
1.11 Halloween 2021
1.12 Caves & Cliffs: Part II
1.13 Bedrock Edition Preview
1.14 The Wild Update
2 History
3 See also
4 References |
Minecraft wiki entry for Hopper_clocks, associated text: Other configurations are possible. The "1-Wide Compact" version is 1×6×3 (18 block volume). The "1-Wide Tileable" and "1-Wide Upside-Down" versions are both 1×8×3 (24 block volume). |
Minecraft wiki entry for Gathering_resources_on_peaceful_difficulty, associated text: Ocean monuments are rather difficult to find, but they are easier than some other structures, like woodland mansions. There are two methods of finding ocean monuments. The cheaper but more time-consuming way is to keep looking around deep ocean biome variants, until you find one. The more expensive but less time-consuming way is to acquire an ocean explorer map from a cartographer villager, and use that to locate an ocean monument. However, in addition to having to gather enough materials to trade with a cartographer villager to get the explorer map, you will have to trade all the villager's other trade options, before the ocean explorer map trade will unlock. In Bedrock Edition, cartographers have a 1⁄3 chance to offer an ocean explorer map. |
Minecraft wiki entry for Quasi-connectivity, associated text: Other redstone components cannot update redstone components more than one block away so cannot be used for immediate QC activation, only for update QC activation. |
Minecraft wiki entry for Bone_Meal, associated text: Using bone meal on netherrack adjacent to nylium converts the netherrack into nylium of the same type. If both crimson and warped nylium are adjacent to the netherrack that was applied with bone meal, there is a 50% chance that either type of nylium is created. |
Minecraft wiki entry for Pumpkin, associated text: Apprentice-level Farmer villagers buy 6 pumpkins for an emerald as part of their trades.[Bedrock Edition only] |
Minecraft wiki entry for Creating_behavior_packs, associated text: The "uuid" is a universal unique identifier, which is necessary to change to your own uuid, even in the downloaded files. |
Minecraft wiki entry for Development_versions, associated text: Increased Iron Golem spawn rate and modified spawn rules. (MCPE-47157)
Fixed the jumping animation of tamed horses.
Fixed Blaze path-finding and navigation. (MCPE-45469)
Fixed a bug that allowed ghasts to exist when the difficulty was set to Peaceful. (MCPE-53383)
Fixed an issue that was preventing pillager captains from being hostile. (MCPE-44987)
Fixed an issue that was allowing fish to spawn in flowing water above ice blocks.
Small mobs will no longer get trapped in gaps created by stair blocks.
Villagers no longer run around inside their houses when being raided.
Mobs no longer start shaking when entering minecarts.
Guardians and elder guardians will no longer float in the air as they try and reach water. (MCPE-33641)
Tweaked squid spawn rate and cap.
Drowned can no longer drop tridents without having them equipped. (MCPE-32731)
Fixed a bug that prevented cats from sleeping on a bed with the player
Snow golems can now try and shoot snowballs at mobs when it is behind a fence block (MCPE-24840)
Fixed a bug that allowed zombie villagers to break iron doors. (MCPE-43725)
Sitting mobs will no longer slide around and breed. (MCPE-62160) |
Minecraft wiki entry for Dispenser, associated text: By default, the GUI of a dispenser is labeled "Dispenser". A dispenser's GUI label can be changed by naming the dispenser in an anvil before placing it, or by using the data command[Java Edition only]. For example, to label a dispenser at (0,64,0) "My Dispenser", use data merge block 0 64 0 {CustomName:'"My Dispenser"'}. |
Minecraft wiki entry for Player, associated text: Steve was first named via his appearance in Super Meat Boy by Notch as a joke but later confirmed in the "change skin" menu on minecraft.net, in-game as the default name in Bedrock Edition, and his name in Super Smash Bros. Ultimate.[8][9] Prior to this, the player was nameless.
Steve's original model had a beard. Despite the removal, the beard is still used in artwork and merchandise.
The original Steve skin and player model was originally created for another one of Notch's games called Zombie Town.
The player's eye level (according to coordinates on the debug screen) is 1.62 meters. Since their eyes are 28 pixels above their feet, leaving 4 pixels above their eyes (0.23m), this makes them 1.85 meters tall and 0.925 meters wide. However, the player's hitbox is 1.8m tall and 0.6m wide, the hitbox of a crouching player is 1.5m tall[Java Edition only], and the hitbox of a player gliding with elytra or swimming is 0.6m tall.
The July–August 2016 issue of Lego Club Magazine mentioned that Steve is Alex's boyfriend. It is also mentioned that Steve is a miner, builder, and alchemist, while Alex is a builder, explorer, and hunter.
In Minecraft: Pocket Edition Lite, the name of the player was "Stevie" instead of "Steve".
The Alex skin is implied to be female in the description of a video from Minecraft's official YouTube channel, though never said outright through the use of pronouns or other methods.[10]
The official Minecraft Instagram account has used gendered pronouns to describe Steve and Alex occasionally. [11] [12]
In the moveset explanation video regarding their inclusion in Super Smash Bros. Ultimate, Mr. Sakurai Presents "Steve & Alex", the English subtitles referred to Steve and Alex with male and female pronouns respectively, although because Japanese omits pronouns, Masahiro Sakurai didn't use any gender pronouns to refer to them.[13]
The audio description for the Caves & Cliffs: Part 1 Trailer also refers to Steve and Alex as a "(bearded) man" and "woman" respectively.
The player's legs do not line up perfectly with the torso; this is an intentional feature to prevent z-fighting when wearing armor.[14]
In Bedrock Edition, a dead player can still collect experience orbs near their death location until they choose to respawn.
Before Java Edition 1.14, the camera was located at the player's feet; the world is therefore rendered 1.8 blocks below what it should be at to counteract this.[15]
Likewise, when the player slept in a bed, the world revolved around the player during the animation instead of the player's camera rotating, which led to some visual bugs.[16] |
Minecraft wiki entry for Stitched_terrain.png, associated text: Whether it was actually used for block textures is unknown, as it can be removed from .minecraft at runtime seemingly without affecting the game. In addition, a sister atlas, stitched_items.png, has several invisible pixels shown at full intensity. As such, this atlas may just be a debugging byproduct - more information is needed on this matter. Its renaming to debug.stitched_terrain.png in 13w09a further supports this theory. |
Minecraft wiki entry for Tropical_Fish, associated text: The variant number is the sum of the most significant byte × 224 + second most significant byte × 216 + second least significant byte × 28 + least significant byte. |
Minecraft wiki entry for Tree_farming, associated text: Harvesting trees is a bit harder, since the trees are really tall. You can do with a top-down technique or with a spiral-up technique. |
Minecraft wiki entry for Witch, associated text: When lightning strikes within 4 blocks of a villager, it transforms into a witch. A witch transformed from a villager cannot despawn, and cannot be changed back into a villager. The newly-transformed witch attacks the player with its potions, even if the player traded with it before. |
Minecraft wiki entry for Moss, associated text: Moss Block, a solid green block
Moss Carpet, a block crafted from moss blocks, similar to carpets
Glow Lichen, a luminous vegetative block
Vines, a growing vegetative block
Mossy Cobblestone, a mossy variant of cobblestone
Mossy Stone Bricks, a mossy variant of stone bricks
Forest Rock, a structure that generates in the old growth taiga biome |
Minecraft wiki entry for Development_versions, associated text: Release candidates were re-introduced with 1.16 Release Candidate 1. These are intended to be the last version before the full release, unless a major game-breaking bug is discovered.[2] Release candidates are formatted as version number Release Candidate x, where x is a revision number. |
Minecraft wiki entry for Sheep, associated text: 1 wool of the corresponding color. Sheep that have not regrown their wool do not drop wool.
1–2 raw mutton (cooked mutton if killed while on fire or when in water using a sword with fire aspect). The maximum amount is increased by 1 per level of Looting, for a maximum of 1–5 with Looting III.
1–3 experience orbs if killed by a player or tamed wolf. |
Minecraft wiki entry for Redstone_Comparator, associated text: Example 4: To produce a signal strength of 10 from a hopper, one requires a full-stack-equivalent of at least 3s + 14 = 206 but strictly less than than 3s + 37 = 229. This can be done with 3 minecarts, and 14 dirt. |
Minecraft wiki entry for Shovel, associated text: Like other diamond tools, a diamond shovel can be upgraded to a netherite shovel, although increased durability and resistance to fire/lava in item form are the only benefits. The shovel's performance as a digging tool or a weapon is unchanged by the upgrade. |
Minecraft wiki entry for Biome, associated text: Comparison of old growth pine taiga and old growth spruce taiga biomes. Note how the giant spruce trees are much thicker. |
Minecraft wiki entry for Villager_(old), associated text: Unlike other breed-able mobs, the parents and child have no personal interactions other than socializing. |
Minecraft wiki entry for Development_versions, associated text: Removed chunk’s Level and moved everything it contained up.
Level.Entities has moved to entities.
Level.TileEntities has moved to block_entities.
Level.TileTicks and Level.ToBeTicked have moved to block_ticks.
Level.LiquidTicks and Level.LiquidsToBeTicked have moved to fluid_ticks.
Level.Sections has moved to sections.
Level.Structures has moved to structures.
Level.Structures.Starts has moved to structures.starts.
Level.Sections[].block_states has moved to sections[].block_states.
Level.Sections[].biomes has moved to sections[].biomes.
Added yPos the minimum section y position in the chunk.
Added below_zero_retrogen containing data to support below zero generation.
Added blending_data containing data to support blending new world generation with existing chunks. |
Minecraft wiki entry for Shelters, associated text: Use cobblestone or path blocks to connect trading hubs that you and your fellow players can use. For extra fun you can designate each other jobs and wares, such as merchants, armor makers, and butchers. |
Minecraft wiki entry for Smite, associated text: Sharpness, Smite, Cleaving,[upcoming: JE Combat Tests] and Bane of Arthropods are mutually exclusive. However, if commands are used to have two or more of these enchantments on the same item, the effects stack. |
Minecraft wiki entry for Boat, associated text: With a keyboard or gamepad, boats are controlled using the forward, left (turns left), right (turns right), and backward keys. Using the sprint key increases the field of vision, but does not increase speed as if sprinting. |
Minecraft wiki entry for Skeleton_Horse, associated text: In Bedrock Edition, skeleton horses can be controlled by the player without a saddle. However, in Java Edition, skeleton horses can be equipped with a saddle and then controlled. |
Minecraft wiki entry for Light_Block, associated text: Light blocks cannot be mined, similar to air, and can be targeted only if the player is holding a Light item in the main hand. Light blocks with a light level of 0 are functionally identical to air. |
Minecraft wiki entry for Infinity, associated text: A bow enchanted with Infinity can be used to shoot unlimited arrows, as long as the player's inventory contains at least 1 arrow. Fired arrows cannot be retrieved except in Creative mode (in which they are erased instead of added to the player's inventory). |
Minecraft wiki entry for Development_versions, associated text: Fixed the death override event firing twice when leaving a world from the death screen.
Fixed `minecraft:scale` component failing to scale certain Actor models.
Running the "tick_world" component now removes ticking areas correctly and consistently.
Fixed double damage events being sent when mobs are hurt by non-magic.
Behavior pack animations now run correctly when set.
The timer component now works on projectiles.
"minecraft:spell_effects" no longer trigger a second time incorrectly.
Fixed player entity components that were not getting added.
Added stone slab aliases to allow backwards compatibility on Marketplace maps. |
Minecraft wiki entry for Achievement_guide, associated text: One Egg (can be obtained from chicken)
Three Milk buckets (milk cow using bucket by right-clicking)
Two Sugar (from sugar cane)
Three Wheat |
Minecraft wiki entry for Navigation, associated text: Both natural caverns and artificial mines can be fairly disorienting without some kind of navigation or trail marking system. Here are some tips to avoid getting lost. |
Minecraft wiki entry for Rabbit, associated text: The Killer Bunny does not spawn naturally and must instead be spawned using the /summon command, although it is exclusive to Java Edition. |
Minecraft wiki entry for Development_versions, associated text: 12w03a is the first snapshot for Java Edition 1.2.1, released on January 19, 2012,[1] which adds jungle biomes and jungle trees. |
Minecraft wiki entry for Smithing_Table, associated text: While upgrading, the newly crafted netherite gear retains the enchantments, prior work penalty and number of durability points lost (instead of the remaining durability) from the diamond gear. |
Minecraft wiki entry for Scoreboard, associated text: Tags are a simple list of single-word strings stored directly in the Tags data tag of an entity. As with objectives, tags are case-sensitive. |
Minecraft wiki entry for Development_versions, associated text: Fixed an issue where villagers did not hold the item they would trade when presented with Emeralds by the player (MCPE-150303)
Villagers no longer avoid zombified piglins (MCPE-94102)
Villagers no longer share seeds and beetroot seeds. |
Minecraft wiki entry for Splash, associated text: "Remember your roots I learned far more than just gamedev in these forums" – @Xilefian on Twitter, August 26, 2021 |
Minecraft wiki entry for Development_versions, associated text: Village houses now have a drastically different structure and there are many more types.
Use jigsaw blocks for generation.
Added new structure and loot table files for the new village houses. |
Minecraft wiki entry for Mojang_Studios, associated text: The game was first made available in a closed beta the same day, and was originally planned to be released in August of that year. However, it was delayed to allow for more development time. The game was ultimately released for PC on November 30, 2017.[30] |
Minecraft wiki entry for Trading, associated text: In Java Edition, villagers can have a maximum of 10 trades. Each level unlocks a maximum of two new trades. If a level can pull from more than two trades, the two offered trades are chosen randomly from the set. |
Minecraft wiki entry for Block_and_item_duplication, associated text: Carpets can be duplicated using a contraption made of two Slime Blocks, a Sticky Piston, and an Observer. This method works for singleplayer and multiplayer. Video here https://www.youtube.com/watch?v=mGQLDJ8dNGs |
Minecraft wiki entry for Far_Lands, associated text: The position where the world appears to render is considerably offset at the point where the Far Lands begin in Beta 1.7.3 and earlier, with a magnitude of one block, with the player appearing to be at the edges and corners of blocks at all times. |
Minecraft wiki entry for Combat, associated text: Golden apple
Steak
Cooked porkchops
Golden carrots
Cake (unless the player can't place blocks due to plugins) |
Minecraft wiki entry for Nether_wart_farming, associated text: Piston movement destroy the nether wart off to be easily picked up and replanted. In the following video this type of farm is shown, using a simple redstone circuit that triggers the piston to push the soul sand and then to reset the placement. |
Minecraft wiki entry for Creating_a_data_pack, associated text: This is a rough example of a smelting recipe. "ingredient" is used to specify the item you are going to smelt. "result" is going to specify the result. In "experience", you are able to choose the amount of xp gained for smelting, and in "cookingtime" the amount of time that it will take for the item to smelt, which in this case is 10 seconds (200 ticks = 10 seconds). |
Minecraft wiki entry for Hunger_management, associated text: Disadvantages:
Like other stews, mushroom stew does not stack, so crafting a lot of stew at once takes up a lot of inventory space.
A bowl of stew requires both types of mushrooms, which is bad news if you only have one type.
Mycelium, podzol and nylium aren't easy to find, the first two found in rare biomes, the third only found in the Nether.
Even if these blocks are found, the player can't obtain them without Silk Touch.
Spreading based mushroom farms are slow.
Huge mushroom farming requires bone meal, which is hard to obtain in large quantities in early game. |
Minecraft wiki entry for Mud, associated text: 1 Breaking
2 Obtaining
3 Usage
3.1 Crafting ingredient
3.2 Clay
4 Data values
4.1 ID
5 History
6 References |
Minecraft wiki entry for Minecart_with_TNT, associated text: The delay is 4 seconds (80 game ticks) for an activator rail, like the TNT block. For other causes there is a random delay between 0 and 1.9 seconds, but more likely to be close to 1. |
Minecraft wiki entry for Sound_directory, associated text: If you have played both the old and new versions, then both the old and new directories will exist in the game files. The old directory is only used for pre-1.7 versions. |
Minecraft wiki entry for Diamond_Ore, associated text: In some blob formations, ores connect diagonally.
After the Caves & Cliffs update, diamond ore is the only type of Overworld ore that largely keeps the classic ore texture, with only some minor tweaks to coloration. |
Minecraft wiki entry for Mossy_Cobblestone, associated text: 1 Obtaining
1.1 Crafting
1.2 Natural generation
2 Usage
2.1 Crafting ingredient
2.2 Stonecutting
2.3 Note Blocks
3 Sounds
4 Data values
4.1 ID
5 History
6 Trivia
7 Issues
8 Gallery
9 References |
Minecraft wiki entry for Logic_gates, associated text: The adders shown here use XNOR gates rather than XOR gates because they are more compact, and as a result, implies gates must be used instead of AND gates, which also happen to be more compact. |
Minecraft wiki entry for Advanced_redstone_circuits, associated text: As there are many lines combined using implicit-ORs, you have to place diodes before each input into a circuit to keep signals from feeding back into other inputs. |
Minecraft wiki entry for Raid, associated text: If the player leaves a village during a raid, obtains another level of Bad Omen, and returns to the village, then the effect is nullified and has no effect on the progressing raid.
The horn sound that blares at the start of each wave is created by a corkscrew didgeridoo.[3]
A Ravager with vindicator rider (in .json code) is an unused mob In Bedrock Edition.
Vexes are not counted as part of the raid despite being summoned by an Evoker. A raid can be completed with leftover vexes.
Witches are not considered illagers, and although allied with the raiders, they don't attack villagers. Cory Scheviak jokingly explained that witches spawn in raids are just along for the ride.[4] |
Minecraft wiki entry for Best_biomes_for_homes, associated text: As stated previously, piglins and hoglins are potential threats, especially hoglins who cannot be pacified with gold like piglins. However, they can be warded off with warped fungi. If the player does not have gold to pacify piglins, they can similarly be warded off with soul fire related items.
Bastion remnants and nether fortresses can generate in this biome, potentially making the forest much more dangerous.
Mining gold ore or opening a chest near piglins will cause them to become hostile towards the player, whether or not they are wearing gold armor or have soul related items nearby. |
Minecraft wiki entry for Textures, associated text: Similar to the skin images, the textures of entities usually integrate images applied to all parts of an entity into one single file. Their resolution are higher than 16 x 16 pixels, but typically their heights and widths are multiples of 16px. |
Minecraft wiki entry for Headless_pistons, associated text: A property only found in headless pistons is that if there is a block where the head would be, the block is destroyed and replaced with the piston head and the piston arm blocks. |
Minecraft wiki entry for Daylight_Detector, associated text: Behavior
An active daylight detector:
powers adjacent redstone dust, including below it, and redstone comparators facing away from the daylight detector, to a power level that depends on the time of day, the weather, and the internal sky light level (see tables below)
powers adjacent redstone repeaters facing away from the daylight detector to power level 15
activates adjacent redstone mechanisms, including above and below, such as pistons, redstone lamps, etc. |
Minecraft wiki entry for Turtle_farming, associated text: If you venture away from your farm further than the despawn range (128 blocks in Java Edition, 44-128 blocks in Bedrock Edition depending on simulation distance), the turtles in the farm despawn if you have not interacted with them by offering them seagrass. |
Minecraft wiki entry for Resource_location, associated text: Avoid alphabet soups. For example, a project named "nuclear craft" should not use the namespace nc, as this is too ambiguous.
Avoid words that are too vague. battle_royale would not be informative to look up as well, but player_name_battle_royale would be much better. |
Minecraft wiki entry for Block_update_detector, associated text: An extremely compact one-time design that is easily hidden and therefore ideal for traps is as follows: Place a piston, a sticky piston is most useful, parallel to the ground. Place a block one block to any side except the piston head and one block above the piston. On the side of the block facing the piston, place a redstone torch. Then place a lever on any other side of the block and switch it on. The redstone torch will go out but the piston will remain extended. You can then break everything except for the piston, but make sure to break the lever after you break the torch. A block update will then cause the piston to retract, possibly pulling the floor out from under the victim. Remember, though, that after the detector is tripped, it has to be rebuilt to be used again. |
Minecraft wiki entry for History, associated text: Health: Starts at 5, and currently only decreases as the item takes fire damage. When health reaches 0, the item is destroyed.
Age: The amount of time an item has been "untouched" on the ground. After 2400 'ticks', or 2 minutes, the item is destroyed.
Item: Item data
id: Item or Block ID.
Damage: The amount of wear each item has suffered. 0 means undamaged. When the Damage exceeds the item's durability, it breaks and disappears. Only tools and armor accumulate damage normally.
Count: Number of items contained in this item drop entity. Any item can be stacked, including tools, armor, and vehicles. Range is 1-255. |
Minecraft wiki entry for Nathan_Adams, associated text: Nathan 'Dinnerbone' Adams is a technical director at Mojang Studios who worked on Java and Bedrock editions,[9] and its launcher. A member of the Bukkit team, Adams was hired by Mojang on February 28, 2012 to develop the mod API.[10][11] His first day at the Mojang office was March 27, 2012,[12] shortly before the first development snapshots for version Java Edition 1.3.1. |
Minecraft wiki entry for Item_Frame, associated text: In Java Edition, an empty item frame can be broken simply by punching it. If the item frame contains an item, punching it drops the item, leaving the frame on the wall. |
Minecraft wiki entry for msg, associated text: Specifies the player(s) to send the message to.
Must be a player name, a target selector or a UUID[Java Edition only]. And the target selector must be of player type. |
Minecraft wiki entry for Diamond, associated text: Diamonds can be used to select powers from a beacon. The player must select one of the available powers then insert a diamond into the item slot. |
Minecraft wiki entry for Block_of_Copper, associated text: Let a be the number of all nearby unwaxed copper blocks, and b be the number of nearby unwaxed copper blocks that have a higher oxidation level. We derive the value of c from this equation: c = b + 1⁄a + 1. We also let the modifying factor m be 0.75 if the copper block has no oxidation level, or 1 if the copper block is exposed or weathered.[1] Then the oxidation probability is mc2. |
Minecraft wiki entry for DV, associated text: Summoning a horses without specifying the Variant value, or using a Variant value that is not provided above, results in a white horse. |
Minecraft wiki entry for Skyblock, associated text: There are countless Skyblock maps that can be found over various Minecraft community websites. You can also play online by choosing a Skyblock multiplayer server. Skyblock is widely known as being the most popular map and gamemode ever created on Minecraft while being highly popular for almost a decade, with gameplay and tutorials from just about every Youtuber including MrBeast, PewDiePie, CaptainSparklez and others. Skyblock was created by the user Noobcrew. |
Minecraft wiki entry for Building_a_metropolis, associated text: Butcher's Shop Make a building with the front having a counter, and in the back have furnaces to cook meat. Have a butcher villager work there and sell the meat. You could also have hunters to go hunt the meat for the butchers, again, just an idea. You could have an automatic furnace to cook food when you aren't there. You need 3 hoppers, 1 furnace, 6 (or 3) chests and 2 levers. |
Minecraft wiki entry for Bastion_Remnant, associated text: In Bedrock Edition, each bastion bridge chest contains items drawn from 3 pools, with the following distribution: |
Minecraft wiki entry for Vines, associated text: Horizontally:
If the current vine block isn't covering the target direction and there are fewer than 4 other vine blocks in a 9×9×3 area surrounding the ticked vine block, then:
If the block in the target direction is air, then it tries: |
Minecraft wiki entry for Defeating_pyramids, associated text: 1 Desert pyramid
2 Jungle pyramid
2.1 Finding
2.2 Entering
2.3 Puzzle
2.4 Trap
3 Igloo
3.1 Finding
3.2 Looting
4 Witch Hut
4.1 Finding
4.2 Looting
5 Aftermath
6 See also |
Minecraft wiki entry for How_to_play, associated text: The sun can also tell you what direction you are facing. Remember: the sun rises in the east and sets in the west! Clouds in the sky also move from east to west. |
Minecraft wiki entry for Development_versions, associated text: Destroy particles now appear for item frames
Zombies now drop a zombie head when killed by charged creeper
Moved progress bar for transferring stacks in dropper, hopper, and dispenser UIs |
Minecraft wiki entry for Dispenser, associated text: If multiple slots are occupied by items, a random occupied slot is chosen for ejection. The slot is chosen when an item is ejected, not when the dispenser is initially activated; thus it is possible to move items into or out of a dispenser between its activation and item dispensing. |
Minecraft wiki entry for Cauldron, associated text: An entity that stands in a cauldron filled to any level with any potion does not receive the effect of the potion. |
Minecraft wiki entry for Development_versions, associated text: MC-197354 – Block event lag in 1.16.2-rc1 is still higher than in 1.15.2.
MC-197362 – Cannot load 2 or more resource packs if the second one is incompatible.
MC-197512 – Incompatible resource packs do not display their name and description anymore. |
Minecraft wiki entry for PlotSummary, associated text: The two then follow the piglins over to a bastion remnant, where the two soon find "a treasure room filled with gold". Opening a chest in the room ends up provoking the piglins, however, so Emmy and Birch escape by making a hole in the wall. The escape quickly becomes tricky, however, due to them ending up in a soul sand valley. As skeletons fire at them, the two find a nether portal across a river of lava. Birch feels as if they are trapped, but Emmy soon notices some striders. They saddle them and climb on top, but the striders don’t move. Emmy then attempts to use a carrot on a stick, but it doesn’t work. As the mobs close in on them, Birch suggests to use the warped fungus to craft a warped fungus on a stick. Emmy does so, and just as she has the fungus in front of the strider’s face, they begin to run across the lava. Emmy and Birch quickly head toward the nether portal, where they notice Byte on the other side, and soon go through it. Now safe in the Overworld, the two decide to play fetch with Byte once again. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.