text stringlengths 148 3k |
|---|
Minecraft wiki entry for Gathering_resources_on_peaceful_difficulty, associated text: Prismarine shards, unfortunately, can only be obtained by killing guardians or elder guardians. However, all of the crafting recipes with prismarine shards: prismarine, dark prismarine, prismarine bricks, and sea lanterns, make up entire ocean monuments, and prismarine and sea lantern also generate in underwater ruins. If you are planning on getting a sea lantern, make sure you mine it with a Silk Touch pickaxe, because otherwise, it will drop only prismarine crystals. |
Minecraft wiki entry for Development_versions, associated text: "This week's build is now available! It had to be re-versioned to 1.18.30.24, but is the same as what is in the current changelog. Thanks for your patience!" – @JORAX79 on Twitter, March 9, 2022 |
Minecraft wiki entry for Development_versions, associated text: Added a new tag for item forms of blocks called BlockStateTag.
Formatted as {BlockStateTag:{state:"value",state2:"value2",stateN:"valueN"}}.
Does not affect item model. |
Minecraft wiki entry for Setting_up_a_server, associated text: A: Right-click your .bat program and hit edit; add a new line and type pause save and run the file. If it says invalid path, it is probably due to an incorrect path to java.exe/javaw.exe or your Minecraft server jar file. You may just need to change /jre7/ to /jre6/ . Or search your system for java.exe/javaw.exe and adjust the path accordingly. (It's probably under c:\program files or c:\program files (x86).) Also, you must have the offline version of Java installed—not just the Java plug-in for your browser. |
Minecraft wiki entry for Development_versions, associated text: The boss health bar now shows correctly when creating custom wither entities.
Custom entities once again show the health bar correctly while being ridden. |
Minecraft wiki entry for Island_survival, associated text: If your island is near or next to a warm ocean, you could see a coral reef which can be visible at night with sea pickles as a light source. Kelp does not generate in this biome and pufferfish may poison you when you get close to them. |
Minecraft wiki entry for Transmission, associated text: When a signal comes in from either side, it blocks the other input by providing a strength 15 signal to its comparator's side. |
Minecraft wiki entry for Development_versions, associated text: New boss mob.
Only available through external modification such as editing mob spawners, mods, or hacks.
It shoots exploding projectiles called Wither Skulls and destroys nearby blocks.
Also has a boss health bar. |
Minecraft wiki entry for Development_versions, associated text: MC-245857 – Enchanting table registers block diagonally above the bookshelves as blocking said bookshelf.
MC-245925 – Falling block visual glitch when dying with doImmediateRespawn.
MC-246465 – Lava can burn, damage, and destroy entities client-side and lead to de-sync.
MC-248095 – Active repeating command blocks stop running after world conversion to 1.18. |
Minecraft wiki entry for Survival_in_an_infinite_desert, associated text: The lack of planks and crafting tables prevents you from crafting a bed. As a result, you cannot reset your spawn point and you cannot sleep. |
Minecraft wiki entry for Walls_and_buttresses, associated text: A retaining wall is a wall that prevents earth, sand, gravel, or snow from flowing down a slope. They result in a significant difference in the height of the ground on either side of the wall. There are several ways to implement a retaining wall but there are few visible differences between them because the parts that are different are usually buried. It's also possible to combine the following designs in various ways. |
Minecraft wiki entry for Redstone_components, associated text: A piston has a stone base and a wooden head, and can be placed so the head faces in any direction (its front). |
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 Bad_Omen, associated text: In Java Edition, Bad Omen's potency determines the chance for illagers to be equipped with enchanted weapons when the player triggers a raid by entering a certain radius around a bed that a villager has claimed. If the raid results in player victory, the Hero of the Village's potency equals the Bad Omen's potency (capped at level 5). Bad Omen levels past the first also give a single extra raid wave, given the difficulty level. For example with Bad Omen II-V in Easy difficulty has four waves instead of three, Normal difficulty has six waves instead of five, and Hard difficulty has eight waves instead of seven. |
Minecraft wiki entry for Magma_Cube, associated text: Magma cubes.
Size comparison between a large magma cube and a player.
They emit the same flame particles as a mob spawner upon landing.
A group of small magma cubes.
A separated magma cube. Note the lava core.
A magma cube leaping out of lava.
A magma cube spawner inside a Bastion Remnant.
A magma cube spawner completely disabled with 9 solid blocks in Java Edition.
A magma cube spawner in a bastion remnant, being disabled with solid blocks. |
Minecraft wiki entry for Transportation_methods, associated text: Horses can be found in plains and savanna biomes, and can be tamed by mounting them until they produce heart particles. A saddle is required in order to control the horse, and it can be equipped with tiered horse armor (Both saddles and horse armor are found in various generated structures). Horses have variable colors and stats, with running speed, jump height, and health all being randomized for each wild horse. A horse that spawns with high stats in all categories makes a useful, tough mount for traversing rough terrain. |
Minecraft wiki entry for Client_request_placeholder_block, associated text: Issues relating to "Client request placeholder block" are maintained on the bug tracker. Report issues there. |
Minecraft wiki entry for Piston, associated text: Sticky pistons behave strangely when they receive a 1-tick signal. If a block is directly next to the piston, the piston pushes the block but does not pull it back when the signal ends. If the piston receives another 1-tick signal, the piston extends and retract the block. This can be used to toggle the position of blocks. |
Minecraft wiki entry for Redstone, associated text: Tutorials/Rube Goldberg machine: Complexity and spectacle!
Tutorials/Block update detector: A specialized class of circuit; BUDs are mostly but not completely rendered obsolete by the Observer.
Tutorials/Comparator update detector: An extension of BUDs that also spots inventory changes.
Tutorials/Shulker box storage: Systems for loading and unloading shulker boxes.
Tutorials/Zero-ticking: Exploiting a notable bug for rapid circuits.
Tutorials/Combination locks: Creating combination locks
Tutorials/Elevators: Vertical transportation
Tutorials/Telegraph: Long-range signaling (through loaded chunks only)
Tutorials/Command block: Use of creative-mode Command blocks
Tutorials/Flying machines: Mobile machinery!
Tutorials/Note block music: A working music machine! |
Minecraft wiki entry for Chunk, associated text: Since Minecraft worlds are 30 million blocks in each cardinal direction and contain an extreme amount of chunks, the game loads only certain chunks in order to make the game playable. |
Minecraft wiki entry for Development_versions, associated text: Huge crimson fungi and huge warped fungi
New structure resembling trees found in crimson and warped forests, respectively.
Made of crimson and warped stem blocks as well as red nether wart blocks and warped wart blocks.
Can be grown from their respective fungi. |
Minecraft wiki entry for Organization, associated text: Organization is a very important habit to get into in Minecraft. Organization helps with finding things quickly and easily, especially later in the game when you have collected a lot of materials. It takes a long time to find what you need when it is cluttered up. This tutorial is intended for players who prefer to store items in specific categories. |
Minecraft wiki entry for Development_versions, associated text: mojang-minecraft
World
Added blockBreak and blockPlace events, which are called when a player breaks or places a block in the world
BlockExplodeEvent
Renamed destroyedBlock to block
Player
Added method startItemCooldown(itemCategory : string, durationTicks : int) - Starts or resets a cooldown on an item category (e.g., ender_pearl) for the given duration in ticks
Added method getItemCooldown(itemCategory : string) - Returns the remaining duration in ticks that this player has of the given item category. If no cooldown is present, returns 0.
ItemCooldownComponent
Added ItemCooldownComponent (item.getComponent("minecraft:cooldown"))
Read-only property cooldownCategory : string - Represents the cooldown category of this item.
Read-only property cooldownTicks : int - Represents the cooldown time in ticks for this item if cooldown is enabled
method startCooldown(player : Player) - Starts or resets a cooldown for this item on the given player if cooldown is enabled for this item
ItemType
Removed getName method and added read-only property .id
mojang-gametest
Test
Added gameMode: GameModeparameter to spawnSimulatedPlayer method
SimulatedPlayer
Renamed destroyBlockto breakBlock
Renamed stopDestroyingBlockto stopBreakingBlock
Removed selectSlot method
Added property selectedSlot : int - Gets or sets the currently selected hotbar slot for the player |
Minecraft wiki entry for Level, associated text: Altitude
Experience
Light level
Java Edition level format
Bedrock Edition level format
a former name for world |
Minecraft wiki entry for The_Wild_Update, associated text: This guide is a simplified overview of all changes in The Wild Update update (Java Edition 1.19.x releases), which assumes at least some familiarity with the Caves & Cliffs updates (Java Edition 1.17.x and Java Edition 1.18.x releases) |
Minecraft wiki entry for Historical_effects, associated text: At excessive X/Z positions (depends on the operating system and version, but usually occurs between X/Z: ±268,435,456 and ±2,147,483,647, and early versions such as Beta), world render glitches out, resulting in terrain that appears to flicker. This does happen at X/Z: <±268,435,456, but it becomes very noticeable at X/Z: >±268,435,456 and gets worse every power of 2 beyond that. This could most likely be that past X/Z: ±268,435,456 the Minecraft world is 32 blocks off, which is as large as 2 chunks, though it is unconfirmed. |
Minecraft wiki entry for LastBlock2CHP, associated text: Although Morgan likes this plan, it feels risky as everyone decides to split up. Despite that, he, Theo, and Ash admire the new wording added to the obsidian that had previously marked as a warning on the mountainside. "BEWARE THE EVOKER KING" now read "BEWARE THE EVOKER KING’S BAD BREATH". Theo then calls out the Evoker King from the bottom of the mountain; the King ends up breaking a hole through his own tower. Morgan is surprised that he is able to see through the King’s skin, which had swirling constellations adorned on it. The Evoker King then summons numerous hostile mobs, ordering them to attack the group. Although the three start to kill them off, their health begins to drain quickly. Theo then decides to call out the Evoker King on fighting them, making the King stop the horde of hostile mobs and instead grab Theo from underneath with numerous dirt and stone blocks shaped like a giant fist, clutching him as tight as he can. The Evoker King then asks Theo as to why he isn’t using his powers, and Theo says that he isn’t Theo. Just then, Theo blinks out of existence, revealing Po in his place. |
Minecraft wiki entry for Development_versions, associated text: MC-73060 – Named ender dragon crashes the game.
MC-73061 – Realms not compatible with 1.8.1-pre1/-pre2.
MC-73114 – Entity UUID records remain in scoreboard teams.
MC-73123 – Entities lose scoreboard scores when in unloaded chunk. |
Minecraft wiki entry for Blast_chamber, associated text: Blocks cannot just exist outside the block grid. However pistons appear to do this all the time. Actually, the blocks to be pushed are deleted, then moving piston is placed at the destination, then play the animation of blocks moving to give a sense of blocks moving. |
Minecraft wiki entry for Llama, associated text: Select a row based on the stronger parent. The column shows the probability of the resulting offspring having a given strength. |
Minecraft wiki entry for Nether_survival, associated text: Most people mine by having a main "hub" tunnel, and having a lot of seperate tunnels that go off of that. |
Minecraft wiki entry for Chalkboard, associated text: Boards have no collision box (they are completely non-solid), so items and mobs can move through boards blocks. Other blocks (including other boards) can be placed on any edge of a board. |
Minecraft wiki entry for Slime_(disambiguation), associated text: Slime, a green, cubic mob that hops around and splits into smaller versions of itself upon death
Slimeball, an item dropped by tiny slimes
Slime Block, a block crafted from slimeballs
Magma Cube, a hostile mob found in The Nether |
Minecraft wiki entry for 1CHP, associated text: 1 Once upon a time, there was a player.
2 Chapter 1: You and Me and Us and Them
3 Chapter 2: The Dome and the Dragon
4 Chapter 3: Kan
5 Chapter 4: The Endmoot
6 Chapter 5: The Spy
7 Chapter 6: The Final Battle
8 Chapter 7: Humans
9 Chapter 8: The Six of Us |
Minecraft wiki entry for Classic_server_protocol, associated text: A yaw value of 0 means the player is facing in the Z- (negative Z) direction. This value increases in a clockwise direction as seen from above. If we call the negative Z direction "North", then a yaw of 64 means "East", 128 means "South", and 192 means "West". |
Minecraft wiki entry for Mining, associated text: As always, the player can use any spacing; a spacing of three provides both reasonable efficiency and reasonable thoroughness. |
Minecraft wiki entry for Huge_mushroom, associated text: The decoded change-list
A river test with 3 huge red mushrooms (Bottom left, top, and one hidden behind a tree at the far left).
An early village (a first screenshot about villages, posted by Notch) with 2 huge mushrooms.
The first screenshot of endermen, with a huge mushroom on the right. |
Minecraft wiki entry for Slime_Block, associated text: Items, falling blocks, minecarts and boats do not bounce on slime blocks. Particles, however, do bounce. Players can also get around the fact that falling blocks, minecarts, and boats don't bounce by having sticky pistons with slime blocks bounce them. |
Minecraft wiki entry for Easter_eggs, associated text: "Yolo"
"/achievement take achievement.understandCommands @p"
"Ask for help on twitter"
"/deop @p"
"Scoreboard deleted, commands blocked"
"Contact helpdesk for help"
"/testfornoob @p"
"/trigger warning"
"Oh my god, it's full of stats"
"/kill @p[name=!Searge]"
"Have you tried turning it off and on again?"
"Sorry, no help today". |
Minecraft wiki entry for Phantom, associated text: A phantom flying high in the air, using its model and texture from 18w07a. The smoke particles beside each of its wings can be seen.
A phantom flying high in the air, using its model and texture from 18w07a. The smoke particles beside each of its wings can be seen.
A phantom under the Invisibility effect.
Phantoms exposed to sunlight and taking fire damage.
The particles produced by the phantom's wings can be clearly seen.
The phantom's poses from Jasper Boerstra's Twitter.
A phantom swooping down at a player at night leaving a trail of gray smoke.
A phantom stuck in a player's boat, caught in the daylight. |
Minecraft wiki entry for Fire, associated text: Mobs on fire are extinguished when in water or in a cauldron containing it. In the latter case, one layer of water disappears. |
Minecraft wiki entry for Development_versions, associated text: 1.7 is the first pre-release for Java Edition 1.7.2, released on October 22, 2013.[16] It adds acacia and dark slabs and stairs of the yet to be added wooden planks and retextures the tops of most wood blocks. |
Minecraft wiki entry for 2%C3%972_grid, associated text: 1 Building blocks
2 Decoration blocks
3 Foodstuffs
4 Tools
5 Combat
6 Brewing
7 Materials
8 Miscellaneous |
Minecraft wiki entry for Armor, associated text: It is possible using /give to obtain armor with an enchantment level higher than what is normally obtainable via normal survival. Using this method, a player could give themselves, for example, a full set of diamond armor with a Protection V enchantment on every piece. Following the algorithm above, we find that, because Protection V has an EPF of 5, the armor reaches the maximum EPF of 20 for all types of damage. Any higher Protection enchantments could be used to reach the cap with just one level XX (20) enchantment, rather than having a full set of enchanted armor, but would be wasted if all pieces shared the same level enchantment. |
Minecraft wiki entry for Legacy_village_mechanics, associated text: Villagers must be "willing" in order to breed. After mating, they are longer willing and must be traded with again before becoming willing again. |
Minecraft wiki entry for Configured_feature, associated text: fossil—Can place a small structure.
fossil_structures:
: A fossil structure.
overlay_structures:
: An overlay structure.
fossil_processors
Template:Nbt inherit/structure processor
overlay_processors
Template:Nbt inherit/structure processor
max_empty_corners_allowed: How many corners of the structure are allowed to be empty for it to generate. Prevents structures floating in the air. |
Minecraft wiki entry for Placed_feature, associated text: block_predicate_filter—Either returns the current position or nothing.
predicate: The block predicate to test.
Block predicate[show] |
Minecraft wiki entry for X-ray_glitches, associated text: Again, you may wish to surround your head with top slabs wherever possible, to maximize visibility. When you are ready, activate the lever, and the glitch will begin almost immediately. |
Minecraft wiki entry for Development_versions, associated text: Added mouse and keyboard support for Android devices that support it (Oreo and newer)
Certain Android devices no longer fail to perform multilingual input
Crosshair placement is no longer offset on certain Android devices
The game will no longer fail to properly shutdown on certain Android devices
Fixed resolution issues on certain Android devices
Fixed networking issues on certain Android devices
Going underwater on certain Android devices no longer makes the screen go pitch-black |
Minecraft wiki entry for Hoe, associated text: A hoe is a tool used to till dirt and grass blocks into farmland, as well as to harvest certain plant-based blocks quickly. |
Minecraft wiki entry for Iron_golem_farming, associated text: A village center is the northwest bottom corner of a point-of-interest (POI) block, which can be a bed pillow, bell, or workstation. The village center always begins as the pillow of the first bed linked to a villager. It can shift when a villager links to a new POI or unlinks from a POI after three failed attempts to pathfind to it, or after removal of either the villager or the POI from the village. The game attempts to make the village center correspond roughly to the geometric center of all linked POI in a village, but there is randomness involved and shifts can seem erratic. |
Minecraft wiki entry for Development_versions, associated text: More things will burn in the furnace
1 Wool smelts 0.5 items
1 Carpet smelts 0.33 items, just less than 1⁄3 items (increased in 16w35a)
1 Ladder smelts 1.165 items, just less than 1 1⁄6 items (increased in 16w35a)
1 Wooden Button smelts 0.5 items
1 Bow smelts 1.5 items
1 Fishing rod smelts 1.5 items
1 Sign smelts 1 item
1 Bowl smelts 0.5 items
1 Wooden door smelts 1 item
1 Boat smelts 2 items |
Minecraft wiki entry for Raid, associated text: In Java Edition, illagers and witches not spawned as part of the raid (e.g. from a patrol) may join the raid and be counted by the bossbar, provided they are within 96 blocks of the village center. Illusioners can also join the raid. Raid captains may also join and can trigger a new raid when killed far enough from the village. |
Minecraft wiki entry for Butcher_shop, associated text: 1 Butcher Shop
1.1 Video
1.2 Materials
1.3 Blueprint
1.4 Command Script
2 Desert Butcher shop
2.1 Materials
2.2 Blueprint |
Minecraft wiki entry for Armor, associated text: The Turtle Shell is not part of a full set. However, its defense points match gold, chainmail, and iron helmets, while its durability is between iron and diamond helmets (276). In the game's code, it is equivalent in protection to iron armor. |
Minecraft wiki entry for DungeonCrawl2CHP, associated text: The next day, at school in the real world, Po and a majority of the students spend their lunch period in the auditorium setting up the stage for the play. Po has his lighting cues confirmed to memory, but the others were scrambling to get their tasks done. Ash has Po give to Jodi and the paint crew a can of fuchsia, but he bumps into Morgan on the way, who shows Po a fake croissant that almost resembles the food items in Minecraft. Po says that it looks impressive, but wonders as to why Morgan is on the props team; Harper says that they fell a bit behind schedule, but Morgan says that he finally has his lines memorized. Po soon finds Jodi, who is working with Theo on painting the sets. As Jodi takes the can of paint from Po, she wonders as to where Doc is. Po says that he banned her from the play because of attempting to use automated technology, but Jodi is determined to find another role for her. Just then, Po realizes that although everyone has a specific job on the play, they help each other out on everything. He begins to bring up the dungeon in Minecraft, but is interrupted when Theo is nearby. |
Minecraft wiki entry for Ravager, associated text: Ravagers can be summoned with riders by using spawn event command. For example: /summon ravager ~ ~ ~ minecraft:spawn_with_pillager_rider. |
Minecraft wiki entry for Multiplayer, associated text: The user then receives an error message that is only seen by the user who has done the error that can be of all reasons why above. |
Minecraft wiki entry for Pulse, associated text: The pulse length of a pulse is how long it lasts. Short pulses are described in redstone ticks (for example, a "3-tick pulse" for a pulse that turns off 0.3 seconds after it turns on) while longer pulses are measured in any convenient unit of time (for example, a "3-second pulse"). |
Minecraft wiki entry for Strider, associated text: Entity data
Additional fields for mobs that can breed[show]
Tags common to all entities[show]
Tags common to all mobs[show]
Saddle: 1 or 0 (true/false) - true if the strider is saddled. |
Minecraft wiki entry for Shelters, associated text: Consider building a road or a path between your buildings or to the nearest village. Remember to keep it well lit so no mobs spawn! A good material is dirt path. |
Minecraft wiki entry for Shulker, associated text: There is a chance that a new shulker of the same color will spawn when one shulker hits another shulker (or itself) with a shulker bullet. |
Minecraft wiki entry for Development_versions, associated text: Glyph Unicode Name
⅐ U+2150 VULGAR FRACTION ONE SEVENTH
⅑ U+2151 VULGAR FRACTION ONE NINTH
⅕ U+2155 VULGAR FRACTION ONE FIFTH
⅖ U+2156 VULGAR FRACTION TWO FIFTHS
⅗ U+2157 VULGAR FRACTION THREE FIFTHS
⅘ U+2158 VULGAR FRACTION FOUR FIFTHS
⅙ U+2159 VULGAR FRACTION ONE SIXTH
⅚ U+215A VULGAR FRACTION FIVE SIXTHS
⅒ U+2152 VULGAR FRACTION ONE TENTH
↉ U+2189 VULGAR FRACTION ZERO THIRDS
⅟ U+215F FRACTION NUMERATOR ONE |
Minecraft wiki entry for Development_versions, associated text: MC-29498 – Villagers, exchanging 2 items for one, have their second required item in trade deleted after reloading the world.
MC-29748 – Fire aspect does not cause fire on any mob.
MC-30873 – Crash - Block Statistics: If player breaks a technical block, the statistics get corrupted.
MC-31619 – Item frames are self-lit.
MC-31649 – Beacon beam not showing.
MC-31686 – Custom mob names can't be seen through blocks.
MC-32008 – 13w38b leaves are lighter and cast a lot fewer shadows.
MC-32733 – Game is sending incorrect (additional?) frames to the video buffer.
MC-32762 – No logging to development console.
MC-33057 – Text is completely unreadable/invisible. |
Minecraft wiki entry for Far_Lands, associated text: Currently, across all currently-developed editions, the Far Lands only occur either in older versions of the game or via modding to remove the patches which prevent them from occurring. |
Minecraft wiki entry for Shipwreck, associated text: Shipwrecks rarely generate naturally in all oceanic biomes. On rarer occasions they may generate beached above sea level, inside an ocean monument, icebergs, underwater ruins or ravines. |
Minecraft wiki entry for Quasi-connectivity, associated text: This means that when these redstone components are attached to a block beneath them, they can activate the space above a piston (one block away), and also simultaneously update the piston as well (two blocks away). A trapped chest updates redstone components adjacent to the space beneath it, but doesn't need to be attached to any block (for example, like a pressure plate) — the other examples below use an upside-down slab instead of a block because a powered block would activate the pistons directly. A tripwire hook cannot be attached to a block beneath itself so cannot be used for immediate QC activation. |
Minecraft wiki entry for Obsidian, associated text: Obsidian is used to create a nether portal frame, which is then ignited using fire. The frame must be a vertical rectangle any size from 4×5 to 23×23. The corners of the frame are not required for an operational portal. |
Minecraft wiki entry for Creating_a_challenge_map, associated text: Create a 500*500 barrier cage. Position all the players. Have command blocks hooked to redstone clock to summon powerful monsters, such as vindicator with Sharpness V axe, zombie in full diamond armor, skeleton with Power V bow, charged creepers, etc. Summon an ender dragon or wither as well. Keep the map on adventure mode so people can't break the redstone. |
Minecraft wiki entry for Hero_of_the_Village, associated text: Hero of the Village is a status effect and can be removed through all conventional methods, such as drinking milk, using Totem of Undying, or dying.[Java Edition only] |
Minecraft wiki entry for Pre-flattening, associated text: The lower three bits are the fluid block's level. 0x0 is the highest fluid level (not necessarily filling the block - this depends on the neighboring fluid blocks above each upper corner of the block). Data values increase as the fluid level of the block drops: 0x1 is next highest, 0x2 lower, on through 0x7, the lowest fluid level. Along a line on a flat plane, water drops one level per meter from the source, lava drops one in the nether and two everywhere else. |
Minecraft wiki entry for Traps, associated text: There are many variations of this trap, so don't be scared to alter elements of it, especially concerning the direction (descending or ascending), who steps on the trap (you or assailant) and more. |
Minecraft wiki entry for Lifeboat, associated text: 1 Volunteers & Staff
1.1 Staff
1.2 Volunteers
2 Games
2.1 Survival Games "Redux"
2.2 Capture the Flag
2.3 Zombie Apocalypse
2.4 Survival Mode
2.5 Prison
2.6 Bedwars
2.7 Skywars
2.8 Mummy Valley, Windy Isles, and Temple of the Gods
2.9 Battle Royale
2.10 Creative Mode
2.11 Arcade Mode
2.12 One in the Chamber
2.13 Crash on Planet X
2.14 Lifeboat City
2.15 Block Party |
Minecraft wiki entry for Player_versus_Player, associated text: Solution: Find a way to put an inactive nether portal to another dimension in your base so you can portal away, or build your base around an end portal, or build tunnels. |
Minecraft wiki entry for Minecart_with_Furnace, associated text: The coal is not stored as an item in the entity, but in the object data in the fuel property as a time in ticks. Fuel is a short value, i.e. a maximum of 32767 ticks, which is about 27 minutes. However, /summon furnace_minecart ~ ~ ~ {Fuel:32000} alone doesn't make it go since it doesn't have a direction. It can be right-clicked on a track to give it a direction, or it can be summoned with the properties PushX and PushZ set, which are responsible for the direction. The Motion property of every entity allows for movement of the minecart, but it does not direct the minecart to move on its own. |
Minecraft wiki entry for Transmission, associated text: A single segment of analog repeater wire (ARW) consists of exactly 15 repeaters connecting an input line to an output line. To connect multiple segments together without additional comparators, the segments must be arranged so that the output dust of the last repeater is the same as the input dust of the next segment (i.e., block B of the previous segment is block A of the next segment). This causes the segments to overlap in distance by one block and causes each segment to be offset to the side from the previous segment by two blocks. |
Minecraft wiki entry for Making_nice_floors, associated text: 1 Overview
2 Floor textures
2.1 With Wood and Wood Planks
2.1.1 Horizontal Wood Logs
2.1.2 Vertical Wood Logs
2.1.3 Differently Oriented Wood Logs
2.2 With Granite, Andesite, or Diorite
2.2.1 Tile-like Floor
2.2.2 Eroding Floor
2.3 With Wool or Concrete
2.3.1 Pattern 1
2.3.2 Pattern 2
2.3.3 Pattern 3
2.3.4 Pattern 4
2.4 With Glazed Terracotta
2.5 With Glass
3 Floors for Rooms
4 Gallery
5 See also |
Minecraft wiki entry for Development_versions, associated text: F3 + G toggles the visibility of chunk borders around the player.
Shows a blue outline for the chunk the player is currently in and a yellow outline for individual air blocks in the vicinity of the chunk.
The blue outline in particular, will outline the chunk horizontally on top of the solid blocks on the ground.
The outlines extends arbitrarily up, but ends at bedrock level. |
Minecraft wiki entry for Elder_Guardian, associated text: 1 Spawning
2 Drops
3 Behavior
3.1 Laser
3.2 Inflicting Mining Fatigue
3.3 Spikes defense
3.4 Elder guardian ghost
4 Sounds
5 Data values
5.1 ID
5.2 Entity data
6 Achievements
7 Advancements
8 Video
9 History
10 Issues
11 Trivia
12 Gallery
12.1 Screenshots
12.2 In other media
13 References |
Minecraft wiki entry for Light, associated text: In Bedrock Edition, smooth lighting can be turned on or off in the Video settings, accessed from the Settings menu. In Java Edition, it has three settings: Maximum, Minimum (an older version of the engine)[4], or Off, and can be changed by accessing Video Options from the Options menu. |
Minecraft wiki entry for Lava_Spawner, associated text: 1 Obtaining
1.1 Breaking
1.2 Chest loot
2 Usage
2.1 Creating liquids
2.2 Sponges
3 Data values
3.1 ID
4 History
5 Issues
6 See also
7 References |
Minecraft wiki entry for Nether_Wart, associated text: Nether wart can be mined instantly with any tool. A fully mature nether wart crop yields 2–4 nether wart. This is increased by one for each level of Fortune. Less mature stages drop one nether wart, even with the Fortune enchantment. |
Minecraft wiki entry for Fungus, associated text: Fungi naturally generate in the crimson forest and warped forest biomes. Crimson fungi most commonly generate in the crimson forest biome and warped fungi most commonly generate in the warped forest biome. Warped fungi can generate in crimson forests and crimson fungi in warped forests but this is not common. |
Minecraft wiki entry for Player_versus_Player, associated text: On a PvP server, you never know where people are. Even if you are far away from spawn someone may be spying on you, stalking you, waiting to attack or worse. Never think you are alone, always assume someone is near you and will attack you. Keep your fingers ready to whip out your sword. |
Minecraft wiki entry for Mushroom_farming, associated text: The farm can be covered in glass, if the platforms are built in mycelium. They can also be covered with any other non-transparent block. |
Minecraft wiki entry for Things_not_to_do, associated text: Destroying tripwire without shears triggers the tripwire and any connected traps, similarly to walking over the tripwire. Breaking the tripwire with the shears does not trigger any nasty traps. |
Minecraft wiki entry for Roof_types, associated text: Where dormers are used on a thatched roof, they are almost always wall dormers, but one may also see the occasional deeply inset eyelid dormer, as in the picture. |
Minecraft wiki entry for VPS, associated text: To get tectonicus running you will need to recompile xvfb (yeah it's really sad, it is a one-line bug). |
Minecraft wiki entry for Item_Frame, associated text: In Bedrock Edition, an item frame has a block entity associated with it that holds additional data about the block. |
Minecraft wiki entry for Development_versions, associated text: Allows players to select whether a message appears in chat when a player or tamed mob dies.
Has new "Immediate Respawn" option. |
Minecraft wiki entry for Development_versions, associated text: Snapshot 20w06a (known as 20w06a in the launcher) is the first snapshot for Java Edition 1.16, released on February 5, 2020,[1] making it the first snapshot of the year and decade. It adds several new Nether Update features, like new biomes, the /locatebiome command, and fixes some bugs. |
Minecraft wiki entry for Tutorials, associated text: The first day/Beginner's guide
Your first 10 minutes
The second day
The third day
Hunger management
Navigation
Things not to do
Simple tips and tricks
Best biomes to play |
Minecraft wiki entry for Magma_Cube, associated text: A magma cube jumps a distance of approximately its length times 1.5 and a height equivalent to its size in blocks. This means that a large magma cube jumps 4 blocks in height and moves significantly quicker than a small magma cube, which jumps 2 blocks in height; while a tiny magma cube moves slowly and jumps 1 block in height. |
Minecraft wiki entry for Difficulty, associated text: This applies only to mobs attacking the player. Mobs attacking other mobs always deal the 'Normal' damage listed, regardless of difficulty.
Values for the creeper and ghast assume the player is directly adjacent to the explosion.
The damage of slimes and magma cubes depends on their size. Tiny-sized slimes, while hostile, are unable to do damage directly.
Mobs deal no damage to players on peaceful. |
Minecraft wiki entry for Defeating_an_End_city, associated text: Ender pearls will help you teleport away from danger or to new places. Bring at least a stack and if you run out, then you can kill endermen to get more. |
Minecraft wiki entry for 0x10c, associated text: On April Fools' Day 2012, instead of a typical Minecraft April Fools joke, as was the case the prior year and every year since, Mojang launched a satirical website for a space game entitled Mars Effect,[8] citing a lawsuit with Bethesda regarding the title of the Mojang game Scrolls as an inspiration.[9] However, the gameplay elements remained true, and on April 4, 2012, Mojang revealed it as an actual space sandbox title, 0x10c.[10] |
Minecraft wiki entry for Blob, associated text: 1 Generation
2 List
2.1 The Overworld
2.2 The Nether
3 Data values
3.1 ID
4 History
5 Gallery
6 References |
Minecraft wiki entry for Tuff, 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 Minecart_with_Spawner, associated text: The spawner within behaves the same way as normal spawners; but the entity to be spawned cannot be set via using Spawn Eggs; the spawner's data can only be modified using commands or NBT edits. It has the same associated NBT tags as a normal spawner.[1] |
Minecraft wiki entry for Transportation_methods, associated text: 1 Player transport
1.1 Horses
1.2 Llamas
1.3 Elytra
1.4 Minecarts
1.5 Boats and ice roads
2 Item transport
2.1 Donkeys, mules, and llamas
2.2 Ender chests
2.3 Shulker boxes
3 Short-range systems
3.1 Water channels
3.2 Hoppers
4 Villager and mob transport |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.