text
stringlengths
148
3k
Minecraft wiki entry for Far_Lands, associated text: While the Far Lands themselves are technically a hard limit due to arising from integer overflow, they are treated solely as a terrain phenomenon, and the game still functions fine with them. Integer overflows in other cases such as player position are much more dang...
Minecraft wiki entry for Silk_Touch, associated text: Silk touch is also β€Œ[JE only] technically incompatible with the Looting and Luck of the Sea enchantments.
Minecraft wiki entry for Dispenser, associated text: This article is about the block that can fire arrows and other items. For the block that would drop arrows and others as an item, see Dropper.
Minecraft wiki entry for Development_versions, associated text: MC-236723 – The Floating Islands preset does not seem to be generating correctly. MC-237500 – Azalea trees can generate on top of huge mushrooms, trees & bamboo. MC-238360 – Rooted dirt cannot replace terracotta. MC-238529 – Azalea trees can fail to genera...
Minecraft wiki entry for execute, associated text: Syntax (if|unless) predicate <predicate> -> [execute] Arguments <predicate>: resource_location The predicate to be checked whether its evaluates to a positive result. Must be a resource location.
Minecraft wiki entry for Skeleton, associated text: A skeleton in java Edition Beta 1.8. The player can see it wielding its bow with both hands. Dying skeleton mob in Bedrock Edition. Dying skeleton mob in Java Edition. Two skeletons shooting each other. The skeleton on the right is a spider jockey. A skeleton in the N...
Minecraft wiki entry for 2CHP, associated text: Alison quickly heads back to the fortress and gets in a tussle with a few skeletons. Max, Freya, and Bunny Biter quickly rush to her aid. The next few pages showcase a part of the journal from Nicholas, mentioning various potions that don't work with fermented spider eyes...
Minecraft wiki entry for Overworld, associated text: The sun rises in the east and sets in the west, just as it does in the real world. Observing its motion is a simple method of telling direction without a compass.
Minecraft wiki entry for Chorus_Flower, associated text: Chorus flowers can be planted on end stone and grow in any dimension, regardless of light level. A flower stops growing once it has reached age 5 (appearing purple rather than white), but may be harvested and replanted to reset the age. Chorus flowers do not grow...
Minecraft wiki entry for Development_versions, associated text: Now randomly generate rarely underground Can only be generated by enabling "Caves & Cliffs" toggle in the world settings.
Minecraft wiki entry for Shulker_boxes.png-atlas, associated text: This article is about the history of the shulker_boxes.png-atlas file. For a comprehensive history of block texture changes, see Java Edition history of textures.
Minecraft wiki entry for Development_versions, associated text: Correct error output is now displayed when attempting to use the /loot spawn command passing in the position of an unloaded area and there is 0 loot to drop. Added /loot command insert loot and insert kill overload. Title commands fired before a client was...
Minecraft wiki entry for Navigation, associated text: To connect two locations, dig a two- or three-block wide trench between the two places. This trench can later be filled in to make a nice-looking path or road. Light the pathway to make night travel safer, and fences can be placed along the sides of the road to keep...
Minecraft wiki entry for Development_versions, associated text: Fixed an issue that was causing the Ender Dragon animation to appear jittery (MCPE-105892). Fixed a bug that prevented Actors from initializing their animation component.
Minecraft wiki entry for Rock, associated text: Andesite – a light-colored rock found in solitary underground blobs Blackstone – a material only found in large blobs in the Nether's basalt deltas; useful for crafting Deepslate – a dark gray rock sometimes found in blobs close to the deepslate layer Diorite – a light-co...
Minecraft wiki entry for Defeating_the_ender_dragon, associated text: Instead, touch the egg once and let it teleport to a block of end stone. If the player can't find it, follow the purple teleportation particles. To pick up the egg, place a torch two blocks underneath it, and break the end stone block it is sitting o...
Minecraft wiki entry for Redstone_Comparator, associated text: The redstone comparator can take a signal strength input from its rear as well as from both sides. Side inputs are accepted only from redstone dust, block of redstone, redstone repeaters, other comparators, and observers in specific scenarios. The redstone ...
Minecraft wiki entry for Combat, associated text: Loyalty is the best enchantment for a trident as it will make thrown tridents come back to their user, which is useful when using it as a ranged weapon. Impaling is a good enchantment for hunting guardians or elder guardians, as it deals high damage to aquatic mobs in J...
Minecraft wiki entry for Redstone_computers, associated text: The second bus is the data bus, but returns the data from the ALU to the CU. The CU cannot send data through this bus to the ALU because the bus goes from left to right and works in one direction only. The CU can send information back to the storage units th...
Minecraft wiki entry for Heads-up_display, associated text: Players can dual wield allowing a second item to be shown on the left (or right if the player's main hand is set to "left"), along with an additional hotbar slot on the same side. Both the slot and the item are shown only if it contains an item, which can eith...
Minecraft wiki entry for Combat, associated text: Since the player will likely be encountering a Ravager in a Village during a raid, they may want to employ the help of Iron Golems. Iron Golems have a similar attack strength and health pool to Ravagers, making for an evenly matched fight. With the player's help, a sing...
Minecraft wiki entry for Development_versions, associated text: 13w47e is the fifth snapshot for Java Edition 1.7.4, which was released to fix some of the bugs and crashes in the 13w47a, 13w47b, 13w47c and 13w47d snapshots.
Minecraft wiki entry for Version_history, associated text: Version history Pocket Edition Alpha (August 16, 2011 – December 19, 2016) Pocket Edition (December 19, 2016 – September 20, 2017) Bedrock Edition (September 20, 2017 – present) Development versions (November 22, 2013 – present)
Minecraft wiki entry for Development_versions, associated text: Added cut sandstone and cut red sandstone slabs. Crafted from cut sandstone and cut red sandstone. Can no longer make regular sandstone slabs out of cut sandstone.
Minecraft wiki entry for Legacy_village_mechanics, associated text: Using the gathered information above in this wiki, there is an easier way to transport villagers, rather than pushing them in a minecart, boat or using the water tunnel. Firstly find a village, and destroy all wooden doors except one to gather the vill...
Minecraft wiki entry for Rail, associated text: When walking on a block that has a rail on top, the player hears the sound of the block they are walking on, but if they jump (while still walking), they hear the sound of iron.[2] Rails are 750 mm (approx. 2-foot 5-inch) narrow gauge (the gauge is the distance between th...
Minecraft wiki entry for Phantom-proofing, associated text: When searching for a target, they hover and circle at a constant elevation. When attacking, they swoop down quickly, β€œbite” to deal damage, and then quickly swoop back up to their idle positions. The player is not safe underwater since water does not inhibit t...
Minecraft wiki entry for Block_and_item_duplication, associated text: Fill your inventory with items. Repeatedly rename the item you want to duplicate on an anvil until the anvil breaks. When it does, you will drop double the renamed item. If it is not working look at how it's being done in this video: https://youtube....
Code example for Mineflayer API: // This example describes how to login using a launcher_profiles folder instead of a usual minecraft username & password const mineflayer = require('mineflayer') const path = require('path') if (process.argv.length !== 5) { console.log('Usage : node session.js <host> <port> <pathToL...
Minecraft wiki entry for Infdev_20100327_to_Beta_1.7.3, associated text: Much of the open space in both areas are shrouded in darkness and thus hostile mobs run rampant, making the Far Lands as a whole incredibly dangerous. This is especially problematic in the Corner Far Lands due to its layered structure. The flooded...
Minecraft wiki entry for Frog, associated text: They attack small slimes, which drop slimeballs when killed, as well as small magma cubes, leaving a froglight block. The type of froglight depends on which type of frog attacked the magma cube; temperate frogs leave ochre froglights, cold frogs leave verdant froglights, ...
Minecraft wiki entry for Chicken, associated text: 0–2 feathers. The maximum is increased by 1 per level of Looting, for a maximum of 0–5 with Looting III. 1 raw chicken (1 cooked chicken if killed while on fire). The maximum is increased by 1 per level of Looting, for a maximum of 1–4 with Looting III. 1–3 when killed...
Minecraft wiki entry for Lily_Pad, associated text: A lily pad can be used as a starting point for construction on an ocean surface without having to build up from the ocean floor.
Minecraft wiki entry for Development_versions, associated text: MC-69876 – Pistons at Y=1 do not push downwards, and at Y=254 do not push upwards. MC-124320 – Endermen can pick up and place snowless snowy grass blocks. MC-130558 – Item frames cannot be emptied if gamerule doEntityDrops is set to false. MC-134084 – If g...
Minecraft wiki entry for Golden_Carrot, associated text: To eat a golden carrot, press and hold use while it is selected in the hotbar. Eating one restores 6 () and 14.4 saturation points.
Minecraft wiki entry for Time-saving_tips, associated text: When creating large floors or roads, use slabs of whatever material you are working with. This will double the amount of area you can cover with a certain amount of material, and slabs can be placed upon just as normal blocks are. As an added bonus, mobs won't...
Minecraft wiki entry for Development_versions, associated text: Made several performance improvements and optimizations. Improved performance and fixed FPS drops when flying with elytra in the End in Survival mode.
Minecraft wiki entry for Daylight_detector, associated text: Another way to detect nighttime is by right-clicking the daylight detector, which turns it into an inverted daylight sensor. Using the inverted daylight detector instead of a not gate to turn on lamps makes the lights turn on early evening to sunrise.
Minecraft wiki entry for Axolotl_farming, associated text: The ceiling of your farm must be below layer 63 (sea level), as deep as you want, although prior to Bedrock Edition 1.18 the floor of the farm should not be below layer 0. The distance between the floor and ceiling should be at least 5 blocks (6 blocks is best,...
Minecraft wiki entry for Setting_up_a_server, associated text: In order to run your server and stay out of trouble, we highly suggest that you should at least know about the following:
Minecraft wiki entry for Multiplayer, associated text: If the player types a nonexistent command, the command contains syntax errors or the player does not have permission to use the specified command, the player receives an error message and the command does not function.
Minecraft wiki entry for Custom, associated text: generator: Generation settings used for the dimension. type: The ID of the generator (in this case, minecraft:flat). settings: Superflat settings. layers: Layer settings. : A superflat layer. This list is interpreted from top to bottom. height: The number of blocks...
Minecraft wiki entry for Redstone_Dust, associated text: Redstone dust is used for brewing, crafting, and in redstone circuits by placing it on the ground to create redstone wire. It can also be used to power redstone components.
Minecraft wiki entry for Development_versions, associated text: Beta 1.8.0.11 is the third beta version for Bedrock Edition 1.8.0, released on October 24, 2018,[4] which makes some changes to pandas and fixes several bugs.
Minecraft wiki entry for Metal, associated text: A metal is a lustrous, conductive, and generally strong and workable material. There currently exist three different metals within Minecraft:
Minecraft wiki entry for Boss_Update, associated text: The official name for the update, the Boss Update, was revealed on August 29, 2016 in a blog post on the Mojang website.[3]
Minecraft wiki entry for Herobrine, associated text: MHF_Herobrine (no beard). The original screenshot featuring Herobrine. Another screenshot taken on the same seed from the same position. A more recent screenshot by Copeland of the same house from his original Herobrine screenshot. A blurred changelog for Beta 1.7 th...
Minecraft wiki entry for Before_Village_%26_Pillage, associated text: Village Info mod by trunkz - The mod provides a more detailed look at what's going on with your village. It adds a few lines to your F3 screen indicating if you're in or near a village, and info about its size, population (both current and maximum) n...
Minecraft wiki entry for Defeating_a_dungeon, associated text: Once you've located your dungeon, turn on subtitles or sound to determine what type of dungeon it is and how to prepare.
Minecraft wiki entry for Terrain_features, associated text: Floating islands are structures that float in mid-air. Floating islands are normally just small chunks of floating dirt and stone found near cliffs, but on rare occasions they can be large structures that even have springs and trees on them. Floating islands a...
Minecraft wiki entry for Structure, associated text: Sponge rooms, 1Γ—1Γ—1 basic unit, have openings only to the bottom. Each of the 36 columns in the room has a 1⁄3 chance of being empty, a 1⁄2 chance of having one sponge, and a 1⁄6 chance of having two sponges. The walls have dark prismarine.
Minecraft wiki entry for Parity_issue_list, associated text: Bone meal can be used on sugar cane.[feedback 14] Instantly breaks if its water is removed, rather than not breaking until updated as in Java.[69]
Minecraft wiki entry for Parity_issue_list, associated text: For example, it may detail if you were trying to escape a player/mob. See the list of death messages. For death messages from Buzzy Bees onwards, see MCPE-98552.
Minecraft wiki entry for Experience_farming, associated text: A variety of salable items can be produced by automatic farms, easily farmed by hand, or provided as surplus from a mob grinder. Note that if a villager has any options for their first tier of trades (Novice), you can effectively choose for them, if you have...
Minecraft wiki entry for Model, associated text: When were "texture overlays" like those used for a grass block added and removed? I presume 14w25a, since that version made the sides of grass blocks its own element Nearly everything after 1.9 is missing
Minecraft wiki entry for Things_to_do_when_bored, associated text: Did you know that you can make mobs fly by repeatedly punching them while they have slow falling and regeneration? Probably not! Here is how! Step 1: Type in the command /summon minecraft:pig ~ ~ ~. This will summon a pig. Step 2: Type in the command /e...
Minecraft wiki entry for Rube_Goldberg_machine, associated text: Redstone blocks are a source of power. To make "Pistone", make a piston push a redstone block into the rear end of another piston that pushes a redstone block into another piston. Also, players could place a piston where the redstone block originally was,...
Minecraft wiki entry for Iron_Ore, associated text: In Bedrock Edition, iron ore generates in three batches. The first batch attempts to generate 90 times per chunk in blobs of 0-13, from levels 80 to 319, being most common around level 232 and becoming less common towards either end of the range. The second batch atte...
Minecraft wiki entry for Spawn, associated text: The "misc" category is used only by entities that are not mobs, do not spawn naturally, and/or following different spawning rules than other mobs. As such the mob cap has no bearing on mobs of this category.
Minecraft wiki entry for Minecarts, associated text: This design uses a lever to switch the track. The powered rail becomes powered after a preset delay. The detector rail starts the delay. In this design, the lever always points toward the selected destination regardless of direction.
Minecraft wiki entry for Salmon, associated text: Salmon are common passive aquatic mobs found in oceans and rivers. They are a reliable and nutritious source of early-game food when cooked.
Minecraft wiki entry for Development_versions, associated text: MCPE-17951 Field of View will now increase properly when sprinting and Field of View is set to max in the settings MCPE-20012 Villagers will no longer do farming work if they're not a farmer MCPE-20038 Villagers have become chattier when trading MCPE-20022...
Minecraft wiki entry for Savanna, associated text: Survival in the normal savanna, along with its plateau variant, is generally easier than other biomes. The acacia and oak trees provide a decent source of wood, tamed horses can allow for fast travel and outrunning hostile mobs, tamed llamas can serve as useful pack an...
Minecraft wiki entry for Brewing_Stand, 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 Vindicator, associated text: Vindicators are tied with piglin brutes for dealing the single highest amount of raw melee damage in the game, dealing an alarming 19 Γ— 9.5 damage on Hard difficulty. This poses a serious threat even to well-prepared and heavily armored players. Due to the fact mult...
Minecraft wiki entry for Redstone_mechanics, associated text: An opaque block powered only by redstone dust (and no other components) is said to be 'weakly powered' or 'soft-powered' because a block powered only by redstone dust will not power other redstone dust (but can still power other components or devices, such a...
Minecraft wiki entry for entry, associated text: This template is used to make it easier to manage colors in a clean color-table. This is the first initializing of the table.
Minecraft wiki entry for Server_level.dat, associated text: After un-gzipping the datafile (the player may simply decompress the file itself using a tool, which can decompress gzipped files), sequentially the datafile consists of the number 656127880 as 32-bit integer (0x27 0x1B 0xB7 0x88 in HEX), followed by the numbe...
Minecraft wiki entry for 2CHP, associated text: Guy then asks Summer as to why they can’t head to the Nether now instead of tomorrow, and Summer says that they need to prepare first. She then leads Guy to a room containing a brewing stand and a 4x4 pool of water. Summer then drinks a potion of fire resistance, showing ...
Minecraft wiki entry for Redstone_computers, associated text: All ALUs, to perform adding operations, require the presence of multiple adders. Every two bits will feed into an adder which, when joined with other adders, will produce an output which is the sum of the two bytes added together. An adder has an input, an o...
Minecraft wiki entry for Tips_and_tricks, associated text: For fences, you will want a multiple of 5 logs. Convert them to planks, then convert one-fifth (1/5) of the total to sticks. With 20 logs, you can just turn the smaller stack of 16 planks into sticks, then craft that with the other stack of 64 planks, for 48 fe...
Minecraft wiki entry for Advancement, associated text: When advancements are obtained, a sliding toast notification displays in the top right corner, and a message is displayed in chat if the game rule announceAdvancements is set to true.β€Œ The color of the header text in the notification depends on the advancement; nor...
Minecraft wiki entry for Cooked_Rabbit, associated text: In Bedrock Edition, apprentice-level butcher villagers have 25% chance to sell 5 cooked rabbit for an emerald.
Minecraft wiki entry for Development_versions, associated text: MC-106072 – Resource pack loaded as FOLDER doesn't show ingame anymore MC-106100 – Hopper: java.lang.NullPointerException: Ticking block entity MC-106101 – Hopper: java.lang.ArrayIndexOutOfBoundsException: 1 MC-106116 – Achievements which rely on crafting ...
Minecraft wiki entry for Achievement_guide, associated text: To complete this achievement, you must throw a suspicious stew at another player and have them pick it up. Having a fox pick it up does not work.
Minecraft wiki entry for Minecarts, associated text: Minecart Rails Tutorials/Storage minecarts Tutorials/Train station Tutorials/Building a rollercoaster
Minecraft wiki entry for Development_versions, associated text: "filter": { "block": [ { "namespace": "minecraft", "path": "recipes/.*" }, { "namespace": "minecraft", "path": "advancements/.*" } ] }
Minecraft wiki entry for Cooked_Cod, associated text: To eat cooked cod, press and hold use while it is selected in the hotbar. Eating one restores 5 () hunger and 6 hunger saturation.
Minecraft wiki entry for Development_versions, associated text: Item names now appear correctly (MCPE-100252). Piglin snout banner pattern can be found in the inventory again (MCPE-100269). Banner patterns can now be crafted in the 2x2 crafting grid (MCPE-91247). Craftable items now appear correctly (MCPE-100257). Writ...
Minecraft wiki entry for Development_versions, associated text: MC-10679 – Hopper cool-down is messed up. MC-10694 – Piston arm passes through other piston. MC-10731 – Hoppers facing one another are inconsistent. MC-10778 – Slowness 127 and Speed 110 together flip view. MC-10825 – Using /clear on more than 1 player wil...
Minecraft wiki entry for Marketplace, associated text: "Store" redirects here. For the store subcommand of /execute, see Commands/execute Β§ Store subcommands.
Minecraft wiki entry for Spawn, associated text: Common monster mobs can spawn in almost any biome in the Overworld (except for mushroom fields). They can spawn on the surface and underground. The weight determines the spawn rate in the Bedrock Codebase.
Minecraft wiki entry for Building_a_metropolis, associated text: In Minecraft, terrain tends to vary on a smaller scale than in real life, and be much steeper as well.
Minecraft wiki entry for Infdev_20100327_to_Beta_1.7.3, associated text: Lightning bolts that hit surfaces at the top of the map (Y-coordinate 127) are invisible and do not cause a fire. The particles created when rain hits these surfaces are black instead of blue. Snow does not accumulate on these surfaces either (bec...
Minecraft wiki entry for Development_versions, associated text: Two private testing versions of Combat Test 7c were developed: Combat Test 7 and Combat Test 7b, given to testers on August 12 and August 13, 2020, respectively.
Minecraft wiki entry for Renewable_resource, associated text: 1 Methods for renewably obtaining 2 Renewable 2.1 Tradable 2.2 Rare drops 3 Java Edition 4 Bedrock Edition 4.1 Upcoming 5 Video 6 Trivia
Minecraft wiki entry for Raw_Salmon, associated text: In Bedrock Edition, raw salmon can be fed only to wolves not at full health, healing them by 2. Unlike other wolf food, raw salmon cannot be used to breed wolves or to accelerate the growth of baby wolves.
Minecraft wiki entry for Achievement_guide, associated text: First, you need a furnace. Place logs in input slot, then power furnace with fuel, after logs turn into charcoal, use that as fuel to make more charcoal.
Minecraft wiki entry for Mojang_Studios, associated text: The game was first made available to a limited number of people through alpha keys giveaways, starting from July 5, 2012.[17] It then hit beta on June 3, 2013[18] since when it is purchasable at a discounted price. The game was fully released on December 11, 201...
Minecraft wiki entry for Illager, associated text: A raid captain spawns in each wave with other raiders, usually with a vindicator as the captain. During raids, player can spawn raid captains by using spawn egg.
Minecraft wiki entry for Chunk_ban, associated text: DO NOT hold it in your inventory if playing on 1.18.1 or higher. it will PERMANENTLY ban you. The solutions are either to change the nbt data in the server/world file to remove the shulker box or to have a friend place a repeating command block with "/clear @p shulke...
Minecraft wiki entry for Jason_Major, associated text: Jason Major is a former member of the Minecraft Redmond studio and a developer for Bedrock Edition.[3][4] He has also written a novel. He has helped program over a dozen AAA video games including NBA Live 98, Need for Speed: Hot Pursuit and Halo 2 along with numero...
Minecraft wiki entry for Structure_Block, associated text: Data modeβ€Œ[Java Edition only] can be used only during natural generation. They mark the location to run a function specified by its metadata input, which can be used only for relevant structures. The structure block is removed afterward. This mode is hidden unl...
Minecraft wiki entry for Suspicious_Stew, associated text: Due to being NBT-based, the recipe for suspicious stew cannot be found in the recipe book. This is the only item that is craftable and found in loot chests but not found in the Creative inventory. Suspicious stew was introduced because developers wanted a way o...
Minecraft wiki entry for Furniture, associated text: A throne can be made by placing a minecart track on the ground with a block (stone, cobblestone, or iron blocks are best) on one end and a staircase on the other end. placing another block on top of the first and one on either side of it. Then, four stairs are placed...
Minecraft wiki entry for Solid_block, associated text: A player can automatically step up from a lower to a higher height, if the difference is at most 0.6 (3⁄5) of a block. From ground level, this is anything the height of a chain or less.
Minecraft wiki entry for Development_versions, associated text: Fixed a crash that could occur when getting hit by a falling block while wearing a helmet (MCPE-153321). Fixed entities disappearing when importing worlds converted from legacy Console Edition Mobs with knockback resistance (e.g. ravager or zoglin) now rec...
Minecraft wiki entry for Book, associated text: 1 Obtaining 1.1 Block loot 1.2 Crafting 1.3 Chest loot 1.4 Grindstones 1.5 Villager gifts 2 Usage 2.1 Crafting ingredient 2.2 Enchanting 2.3 Trading 3 Achievements 4 Advancements 5 Data values 5.1 ID 6 Video 7 History 8 Issues 9 See also
Minecraft wiki entry for Achievement, associated text: Some achievements also give rewards, which include emotes and character creator items. They can be unlocked only by completing their respective achievement. There are 75 achievements that offer rewards for their completion.
Minecraft wiki entry for Scaffolding, associated text: Scaffolding has no collision detection. The player can climb up or down by jumping or sneaking respectively.