text
stringlengths
148
3k
Minecraft wiki entry for Nikolaj_Nyholm, associated text: Nikolaj Nyholm is a Danish entrepreneur with a specialization in internet start-up companies, who has served as a contracting advisor for Mojang Studios since February 2011.
Minecraft wiki entry for Command_NBT_tags, associated text: Example command: /give @p minecraft:carved_pumpkin{Enchantments:[{id:"minecraft:efficiency",lvl:5}]} 1
Minecraft wiki entry for Randomizers, associated text: Before the input turns on, the hopper's five 16-stackable items are enough to produce a power level 1 output from its comparator (even a single 64-stackable item would be enough for that). These five items should never be returned to the dropper, so the comparator'...
Minecraft wiki entry for Hunger_management, associated text: The most important point is to avoid taking damage, as healing damage uses far more hunger than almost anything else. This includes not just combat damage, but also damage from falls, fire, poison, drowning, etc. Armor will sharply reduce damage taken from mo...
Minecraft wiki entry for Development_versions, associated text: Simple items, like swords or pickaxes, can have an optional offset applied to them to modify the way they are rendered. Note this component should not be added to an attachable item.
Minecraft wiki entry for Nausea, associated text: Only boss mobs are immune. Although not immune, all other mobs are unaffected by Nausea as its effects are limited to purely visual changes to the player's screen. Entering mob view in spectator mode in a mob with Nausea does not show the distortion effects.
Minecraft wiki entry for Glowing, associated text: The Glowing outlines on the husk and spider merged into one. The Glowing effect outlines holes in the skeleton's ribcage only if they go all the way through. Pillagers with glowing effect, as caused by Bell.
Minecraft wiki entry for Beginner%27s_guide, associated text: If you have found a village, it should have farms that may include any of the four food crops: Wheat, carrots, potatoes, and beetroot. See their respective pages to see how to recognize the mature plants, and how to prepare each of these for eating. Having d...
Minecraft wiki entry for Custom_Blocks, associated text: Any image may be used with [] to select a tile from it, as long as the image has the same grid size as terrain.png (i.e. 16x16). E.g.
Minecraft wiki entry for Before_Village_%26_Pillage, associated text: Villagers breed without player intervention, but there must be at least two adult villagers who can reach each other. If you are starting a village from scratch, or recovering from zombie villagers and there are no villagers left (or only one), then ...
Minecraft wiki entry for Things_not_to_do, associated text: If another player finds someone's secret stash of goods, there is a good chance for these items to be stolen. If the player wants to hide a stash of goods, the items should be well hidden and possibly even defended with traps. Or even better, use an ender ches...
Minecraft wiki entry for Development_versions, associated text: 2.1.5127 (Windows), 2.1.5128 (macOS), or 2.1.5129 (Linux) was a launcher beta version released on June 19, 2019, which fixed bugs.[3][6]
Minecraft wiki entry for Development_versions, associated text: MC-152182 – Trading halls are non-viable: employed villagers sometimes un-bond from an existing workbench within 2 blocks, apprentice ranks and above cannot re-bond unless moved 96 blocks away and back. MC-153221 – Dragon fireball causes FPS to crash.
Minecraft wiki entry for Development_versions, associated text: Non-solid blocks that can be placed on the surface of water. Laid by frogs after mating. Hatches tadpoles after some time. Does not drop upon breaking, even with silk touch.
Minecraft wiki entry for Parity_issue_list, associated text: Avoid adding entries along the lines of "this edition does not ...", put it in the other edition instead.
Minecraft wiki entry for MobsRule1CHP, associated text: Chapter 6: Getting Over the Underground Is Hard to Do. Surviving the Underground Might Be Even Harder!
Minecraft wiki entry for ED, associated text: Entity data Tags common to all entities[show] Tags common to all mobs[show] Age: Represents the age of the tadpole in ticks. When greater than or equal to 24000 game ticks (20 minutes), the tadpole grows up to a frog. FromBucket: 1 or 0 (true/false) - Whether the tadpole ...
Minecraft wiki entry for Redstone_components, associated text: Some blocks (bedrock, obsidian, end portal frame, etc.) cannot be moved by a piston. Some blocks (flowers, leaves, torches, etc.) is destroyed, but may drop items (as if destroyed by the player). For full details of how pistons interact with other blocks, s...
Minecraft wiki entry for Cooked_Rabbit, associated text: https://www.reddit.com/r/Minecraft/comments/2c5f35/minecraft_snapshot_14w31a_has_been_released/cjct7gb?context=1
Minecraft wiki entry for Defeating_a_bastion_remnant, associated text: When exploring a Hoglin stable, you should kill the Hoglins first. They have more melee range than the Piglins, are inherently hostile, and deal a lot of knockback, which can easily push you off the pillars and bridges of the bastion. Be careful not...
Minecraft wiki entry for Development_versions, associated text: MC-11532 – Empty map is consumed upon right-clicking in creative. MC-79357 – Armor stand with Marker tag "true" still creates particles when fall. MC-87049 – Firework light flash glitches from many explosions. MC-89000 – Falling Sand doesn't get killed if ...
Minecraft wiki entry for Shaders, associated text: Core shaders are responsible for rendering parts of the game. They are used to render not only blocks and entities when playing the game, but also menu and inventory screens.
Minecraft wiki entry for Development_versions, associated text: Added new sounds. Some sounds, like the cauldron, fletching table, and smithing table, are played when villagers are working.
Minecraft wiki entry for Ender_Dragon, associated text: Targeting Whenever the dragon finds herself less than 10 blocks or more than 150 blocks from her current target, she attempts to choose a new target. When damaged she targets a point just behind herself, causing her to turn away and choose a new target.
Minecraft wiki entry for Development_versions, associated text: Added raw iron, raw copper and raw gold. Drop from their respective ore. The ores can still be obtained with Silk Touch. Can be smelted into an ingot. Piglins attempt to pick up raw gold.
Minecraft wiki entry for Pulse, associated text: A rising edge detector outputs a pulse when the input turns on. A falling edge detector outputs a pulse when the input turns off. A dual edge detector outputs a pulse when the input changes.
Minecraft wiki entry for Command_blocks_and_functions, associated text: This allows the player to destroy a cube of materials around them as they walk, using /execute. The command is /execute as @p at @s run fill ~1 ~2 ~1 ~-1 ~0 ~-1 air‌[Java Edition only] or /execute @p ~ ~ ~ fill ~1 ~2 ~1 ~-1 ~0 ~-1 air‌[Bedrock Edit...
Minecraft wiki entry for Things_not_to_do, associated text: Charcoal is made from logs, not from planks; if you make planks from a log, you cannot use them as the top ingredients to get charcoal.
Minecraft wiki entry for Ink_Sac, associated text: A squid drops one to three ink sacs upon death. The maximum amount is increased by 1 per level of Looting, for a maximum of 1 to 6 with Looting III.
Minecraft wiki entry for Defeating_the_wither, associated text: There are many places in the Overworld, but some places are better than others for the wither fight. You can either fight underground or on the surface. It is best to fight underground, because on the surface, the wither can easily fly away from you and do...
Minecraft wiki entry for Combat, associated text: In Bedrock Edition, the spider jockey also has another variant, the cave spider jockey. Cave spider jockeys are skeletons riding cave spiders, which means it can only be found in a mineshaft. It is mostly the same as regular spider jockey except it can move through 1x1 ...
Minecraft wiki entry for Setting_up_a_Spigot_server, associated text: 1 Obtaining the files 2 Preparing the server 3 Starting the server for the first time 4 Customizing your server
Minecraft wiki entry for Cocoa_bean_farming, associated text: Cocoa beans will break if the bean itself is hit by the player or a piston, if the jungle wood itself is pushed by a piston, if water occupies the same space as the growing bean, or if the jungle wood block is destroyed. All automated harvesting relies on th...
Minecraft wiki entry for Buzzy_Bees, associated text: This update was released on Java Edition as version 1.15. This update's development started with snapshot 19w34a, which was released on August 22, 2019.[3] The first pre-release for Java Edition 1.15 was released on November 21, 2019, followed by the second on Novem...
Minecraft wiki entry for Defense, associated text: Dry ditches, like walls, should be at least three blocks tall on the inside edge, with an overhang or protrusions to prevent spiders from climbing them. They should also be at least three blocks wide at their narrowest point in order to prevent spiders from jumping ove...
Minecraft wiki entry for Obsidian, associated text: Obsidian drops itself only when mined with a diamond or netherite pickaxe; otherwise, it drops nothing.
Minecraft wiki entry for Timeline_of_events, associated text: 11 – PE: v0.2.0 released for Android. 15 – LEGO reveals the final design of the first LEGO Minecraft set.[36] 17 – PE: Alpha 0.2.0 released for iOS. 18 – Catacomb Snatch, a game developed by Mojang in the span of a weekend as part of a charity project called...
Minecraft wiki entry for Development_versions, associated text: Are now balanced to improve gameplay. Instant Health nerfed by 33% (heals only 4 health points/2 hearts at level I). Regeneration nerfed by 50% (takes 50 ticks/2.5 seconds to restore 1 health point/.5 heart at level I). Natural health regeneration now cost...
Minecraft wiki entry for Development_versions, associated text: block.portal.travel and block.portal.trigger sounds are now part of the "ambient/environment" sound category adjustable in options. Shearing sound category was changed from "friendly creatures" to "players" for players using shears and "blocks" for dispens...
Minecraft wiki entry for End_spike, associated text: Issues relating to "End spike", "Obsidian pillar", or "Obsidian spike" are maintained on the bug tracker. Report issues there.
Minecraft wiki entry for The_Hive, associated text: Hide and Seek is one of the three games originally launched on Hive's release. One player is randomly selected as a seeker and the rest are hiders. The hiders can use taunts, which give points and xp when used. These taunts can be seen and heard by both the hiders and...
Minecraft wiki entry for Timeline_of_events, associated text: Mollstam and Manneh join the team: https://web.archive.org/web/0/http://notch.tumblr.com/post/2582321901/2011-here-we-go
Minecraft wiki entry for Mac_Scripting_Tutorial, associated text: That might look like a pretty intimidating block of text up there, especially if you've never done any scripting before, so let's dive into what each of the sections does.
Minecraft wiki entry for Camera, associated text: Photos that are taken with the camera block are stored in %localappdata%\Packages\MinecraftUWP_8wekyb3d8bbwe\LocalState\screenshots.
Minecraft wiki entry for Development_versions, associated text: The fancy leaves option now appears correctly in the settings on Windows 10. Fixed an issue where cubemaps were not fully updating when resource packs were changed. Fixed a bug that could sometimes cause fonts to disappear after quitting to the main menu. ...
Minecraft wiki entry for Sound_directory, associated text: Make sure the file extensions are .js and .bat and not .txt when you rename it! In other words, remove your old file extension. You may be warned that changing a file name extension could make the file unusable. However, this actually indicates that you have re...
Minecraft wiki entry for Compound, associated text: Garbage (rubbish) is considered a "compound", but the only way to produce it is to activate the Lab Table when its inputs are an invalid recipe. It has no uses.
Minecraft wiki entry for Before_1.8, associated text: The most important concept for using an anvil is the Base Value of an item, figured in experience levels. Other than combining with enchanted books, any change made to an item will cost its Base Value plus costs for the change. An item's Base Value is the sum of the...
Minecraft wiki entry for Development_versions, associated text: 11w47a is the first snapshot for Java Edition 1.1, released on November 24, 2011,[1] which fixed a bug and optimized the game. 11w47a is the first snapshot released in 2011 and the first snapshot ever released for Java Edition under the new naming format.
Minecraft wiki entry for Character, associated text: Abominable Weaver (Animal) Abyssal Eye (Aquatic) Hedwig (Hero) Alex (Hero) Ancient Guardian (Aquatic) Ancient Terror (Ghost) Annika (Hero) Archie (Illager) Archeologist (Hero) Baako (Hero) Barbarian (Hero) Barrage (Undead) Bediako (Hero) Ebo (Arcade) Binding Eye (End...
Minecraft wiki entry for JSON_format, associated text: conditions: block: The block that the player slid on. player: The player that would get the advancement. May also be a list of predicates that must pass in order for the trigger to activate. All possible conditions for entities[show]
Minecraft wiki entry for Development_versions, associated text: Obsidian now breaks in 6.5 seconds rather than 3 Minecarts now stack on top of each other Villagers now open doors of all kinds
Minecraft wiki entry for Flower, associated text: Flowers are non-solid plants that occur in a variety of shapes and colors. They are primarily used for decoration and crafted into dyes.
Minecraft wiki entry for Character, associated text: 16px Arachne (Greek mythology) 16px Black Widow Spider 16px Cerberus (Greek mythology) 16px Chimera (Greek mythology) CommuniKate (host) 16px Cropsy 16px Cyclops (Greek mythology) Farm Monsters 16px Dryad (Greek mythology) 16px Durango (Team Mesa) 16px Enderall 16px ...
Minecraft wiki entry for Enchanting_mechanics, associated text: There was a Web page for testing enchantments. While it no longer exists, it is still available on the WayBack Machine
Minecraft wiki entry for Development_versions, associated text: Redstone-related blocks Redstone Redstone lamps Redstone torches Levers Tripwire hooks Tripwire Daylight sensor Inverted daylight sensor Pressure plates (stone and wooden) Weighted pressure plates (gold and iron) Buttons (stone and wooden) Detector rails A...
Minecraft wiki entry for Telegraph, associated text: A display loop is a useful addition to both receivers and message displays. It connects the end of a redstone repeater display to its beginning, showing the message again and again until the eraser is activated. Erasing devices are an absolute necessity when creating...
Minecraft wiki entry for Realms_Plus, associated text: "Quick info: Minecraft Realms isn't built for huge public servers. The sweetspot is a group of invited friends or as a family server." – @danfrisk on Twitter, March 12, 2013
Minecraft wiki entry for Development_versions, associated text: Light blocks are now visible when holding another, and also show brightness value (MCPE-123249) Fixed Light Block not being removed when left-clicking it while holding a Light Block (MCPE-123258) Fixed Light Block brightness not being adjustable when right...
Minecraft wiki entry for Best_biomes_for_homes, associated text: Three notable structures generate in the Nether, those being nether fortresses, bastion remnants, and ruined portals. Nether fortresses offer useful loot such as nether warts and blaze rods for brewing, saddles for striders, iron/gold ingots, obsidian, an...
Minecraft wiki entry for Adding_beauty_to_constructions, associated text: Include chairs and couches, and something decorative or something to do. You can also add a fireplace, but beware of fire! You can make fireplaces out of any material, but it is recommended to use stone or brick. You can also use a campfire to re...
Minecraft wiki entry for Telegraph, associated text: A sending device is the mechanism used to transmit a series of pulses to the receiver, whether it creates those pulses or simply allows a looping message to enter the telegraph line. It can be one of three objects; a lever, a button, or a pressure plate.
Minecraft wiki entry for Command_Block, associated text: Block entity data Tags common to all block entities[show] auto: 1 or 0 (true/false) - Allows to activate the command without the requirement of a redstone signal. Command: The command to issue to the server. conditionMet: 1 or 0 (true/false) - Indicates whethe...
Minecraft wiki entry for Development_versions, associated text: 19w02a is the thirteenth snapshot for Java Edition 1.14, released on January 9, 2019, the first snapshot of the year.[20] It adds the campfire block, the teammsg command, functionality for the cartography table and lectern, new block interaction statistics...
Minecraft wiki entry for Placed_feature, associated text: surface_water_depth_filter—Either returns the current position or nothing. max_water_depth: The maximum allowed depth of the water.
Minecraft wiki entry for Traps, associated text: Stone pressure plates measure only players and mobs and give out maximum signal strength. The second most commonly used pressure plate. Useful if you want to detect only a player or mob. Works best when paired with an observer.
Minecraft wiki entry for Resource_Pack, associated text: https://feedback.minecraft.net/hc/en-us/community/posts/360058097892-Split-up-the-experience-orb-texture-file-into-individual-sprites
Minecraft wiki entry for Comparator_update_detector, associated text: NiceMarkMC accepted the name DUD, but then renamed it to CUD because the other names were technically incorrect.
Minecraft wiki entry for Guardian_farming, associated text: While manual kill designs are possible, keep in mind that the Guardians' natural thorns damage will damage players using swords rather than arrows or damaging potions, and that guardians can fit through 1-block holes (thus attacking from above or around a slab...
Minecraft wiki entry for Cooked_Porkchop, associated text: Butcher villagers may give players with the Hero of the Village effect a cooked porkchop.‌[Java Edition only]
Minecraft wiki entry for Mechanics, associated text: Difficulty: An option that has a direct impact on the ease of gameplay, allowing the game's challenges to be tailored to the player's skill level. Renewability: Refers to the possibility of an item or block to be obtained multiple times on Survival or Adventure modes...
Minecraft wiki entry for 2010_Indie_of_the_Year_Awards, associated text: This article is about the video game. For the franchise, see Minecraft (franchise). For the Java Edition game data folder, see .minecraft. For the edition that uses the title "Minecraft", see Bedrock Edition. For other uses, see Minecraft (disambi...
Minecraft wiki entry for Book_and_Quill, associated text: By pressing use item or long pressing screen anywhere‌[Bedrock Edition only] while holding a book and quill in their hand, the player can open a text editor GUI.
Minecraft wiki entry for Development_versions, associated text: Renamed from "Frog Egg". Texture was slightly changed. The time to hatch into Tadpoles has been increased. [more information needed]
Minecraft wiki entry for Pickaxe, associated text: The golden pickaxe is the only pickaxe that is unable to harvest the material it is made from. The pickaxe is the only block-breaking tool without a use (right-click) function.
Minecraft wiki entry for Raw_Rabbit, associated text: Novice-level Butcher villagers have a 1⁄3 chance to buy 4 raw rabbit for an emerald as their trades.‌[Bedrock Edition only]
Minecraft wiki entry for Daylight_cycle, associated text: During the daytime, the Sun rises up to its peak in a light blue sky. The exact color of the sky depends on the current biome; for example, desert skies are a lighter shade of blue than plains skies.
Minecraft wiki entry for Mojang_Studios, associated text: "Scrolls released on PC, Mac, and Android tablets!" by Owen Jones – Caller's Bane, December 11, 2014.
Minecraft wiki entry for Region_file_format, associated text: The uncompressed data is in NBT format and follows the information detailed on the chunk format article; if compressed with compression scheme 1, the compressed data would be the same as the on-disk content of an Alpha chunk file. Note that chunks are always...
Minecraft wiki entry for Mining, associated text: Dig a quarry down to under Y-level 25, and attempt to unearth a cave. If they did, they can explore that cave. Many of the deeper caves have no surface entrance, and being able to expose a cave that is otherwise sealed to the outside world through a quarry can garner th...
Minecraft wiki entry for Development_versions, associated text: New strings within the game were made available for internationalization: World selection error messages Customized superflat preset names Spectator-mode-specific options and messages In the Options menu: the words "chunks" and "fps" In item tooltips: the ...
Minecraft wiki entry for Redstone_Lamp, associated text: A glowing roof can be done by laying wire across the blocks, or lining the top of the lamps with redstone blocks. Floors and walls are also do-able. A glowing floor can be created by using "knight's move" shape underneath the floor with torches. A glowing wall us...
Minecraft wiki entry for JSON_format, associated text: conditions: signal_strength: The redstone signal that will come out of the target block. projectile: The projectile used to hit the target block. shooter: The player who shot or threw the projectile. May also be a list of predicates that must pass in order for ...
Minecraft wiki entry for Player, associated text: "Steve" redirects here. For the removed mob, see Steve (mob). For the removed human mob, see Human. For the skin in Minecraft Dungeons, see MCD:Steve.
Minecraft wiki entry for Memory, associated text: Allows a lot of flexibility in geometry — the droppers can be read from 3 sides each and activated from 5 sides each; can be oriented vertically too and content can be read with comparators through solid blocks. However, always power it through an adjacent block; if pla...
Minecraft wiki entry for Building_a_rollercoaster, associated text: [type=!player,type=!minecart,type=!painting,type=!item_frame,type=!fireworks_rocket,type=!leash_knot,
Minecraft wiki entry for Command_Block, associated text: In Java Edition, just like other blocks that can store NBT data, using pick block + CTRL copies the command and options inside the command block. This allows it to be placed elsewhere without having to re-enter the data inside.
Minecraft wiki entry for Defeating_a_woodland_mansion, associated text: These make transportation of loot much easier, as mansions are sometimes very far, even thousands or millions of blocks from the spawn point. You can even pack backup gear in the ender chest, which you can place at the mansion’s entrance along with...
Minecraft wiki entry for Cave, associated text: A world full of cheese caves. The start of a spaghetti cave. A spaghetti cave winding through the underground. An X-ray view of a spaghetti cave. Pillars in a noise cave. Stone speleothems in a cave. A noise cave with varying sizes of speleothems. A noise cave with thick,...
Minecraft wiki entry for Roof_types, associated text: A monitor roof. The same building with the overhanging eaves removed. An alternative monitor roof. This sateri roof is a Swedish design; a hipped monitor roof.
Minecraft wiki entry for Spawn_Egg, associated text: The NPC and agent can both be spawned in Bedrock Edition, however, the agent is not visible or interactable in any way, though it still prevents the placing of blocks and entities.
Minecraft wiki entry for Development_versions, associated text: Now have a small chance of spawning with only one horn Baby goats will always grow up to have two horns, however.
Minecraft wiki entry for Development_versions, associated text: Added new creeper_drop_music_discs item tag. Contains all music discs except "Pigstep". Used to determine what music discs creepers can drop.
Minecraft wiki entry for Strider, associated text: 1 Spawning 2 Drops 3 Behavior 4 Riding 5 Breeding 6 Sounds 7 Achievements 8 Advancements 9 Data values 9.1 ID 9.2 Entity data 10 History 11 Issues 12 Trivia 13 Gallery 13.1 Concept art 14 References
Minecraft wiki entry for How_to_play, associated text: In Education Edition, special blocks make it easier for teachers to create and employ lessons. Only players with World Builder ability can place and destroy these blocks. Only players without World Builder ability are subject to the restrictions imposed by these bl...
Minecraft wiki entry for Beginner%27s_guide, associated text: For more information on breeding, see the page Breeding. Taming mobs is more complex, but you might look at the pages for Wolves, Cats, Horses, and Llamas.
Minecraft wiki entry for Hardcore_mode, associated text: Remember, villages will provide good combat and survival supplies. Loot one if possible, but finding them can be somewhat difficult.
Minecraft wiki entry for Building_a_metropolis, associated text: Ideas: Add mobs, bounty hunters and guards and turn it into a "game". Relatives of the criminals can send in healing potions and food and other supplies. If (somehow) they survive then either
Minecraft wiki entry for Development_versions, associated text: https://bugs.mojang.com/browse/MC-6594?focusedCommentId=202107&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-202107
Minecraft wiki entry for Development_versions, associated text: Added Social interactions screen. Gives players the ability to disable chatting with certain players, thus hiding any messages receiving from them. Opens with a configurable key binding, by default P. Whether a player is hidden resets when re-joining a ser...