text stringlengths 148 3k |
|---|
Minecraft wiki entry for Spawn, associated text: When the player first loads into the world or respawns, the game searches within the world spawn area and tries to place the player on a random grass block. Upon spawning, the player is placed on the highest valid spawn point block of the X and Z spawn coordinates, even if this would set the player above the maximum build height. However, if there are no valid spawn points but a grass block that was determined to be an invalid spawn point due to being blocked by a block above it (though the grass block would decay soon after), the game checks the closest two free spaces from below and the player spawns there. If there are absolutely no grass blocks, the player spawns directly at the world spawn point, which can even result in players spawning above the Void if there are no blocks at that location. |
Minecraft wiki entry for Dirt, associated text: In Java Edition, another way to obtain renewable dirt makes use of moss blocks. Since large spruce trees can convert moss blocks into podzol, and moss can be grown on renewable stone (generated with water and lava), dirt can be renewably created as long as there is access to water, lava, moss, spruce saplings and bone meal. Azalea can also convert moss blocks into rooted dirt when grown into a tree, but since only one block is converted at a time, it is much less efficient than large spruce trees. |
Minecraft wiki entry for Historical_effects, associated text: The fence's entity hitbox after 2,097,152 blocks
The fence gate's entity hitbox after 2,097,152 blocks
The wall's entity hitbox after 2,097,152 blocks |
Minecraft wiki entry for Bountiful_Update, associated text: Mojang released the first pre-release on August 22, 2014, the second pre-release on August 25 and the third pre-release on August 28. |
Minecraft wiki entry for VPS, associated text: Note: Beware to not only install a headless jdk i.e. openjdk-7-jre-headless beacause you are going to use a virtual head like a vnc server. |
Minecraft wiki entry for Grass, associated text: Grass generates in the form of random patches, on grass blocks in most biomes with grassy soil, like plains or forests. Tall grass generates in plains, savannas and lush caves. There is approximately 8.6 tall grass per chunk. |
Minecraft wiki entry for Development_versions, associated text: Function similarly to minecart with chests, but in boats instead, so player can take a journey on the water and carry things.
Crafted by combining a chest with any boat. |
Minecraft wiki entry for Trap_design, associated text: A redstone clock can be used to generate periodic pulses. This is almost always used with arrow dispensers or a trap that is triggered periodically such as a piston grinder. |
Minecraft wiki entry for Custom_world_generation, associated text: block sets the blocks that reach this surface rule to the specified block
result_state: The block to use
Name: The namespaced id of the block to use.
Properties: Block states
state: A block state key and its value. |
Minecraft wiki entry for JSON_format, associated text: conditions:
loot_table*: The resource location of the generated loot table.
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 Surviving_in_a_single_area_indefinitely, associated text: With 1.14, iron golem spawning has been changed. Now villagers will attempt to spawn a new iron golem if a mob is hostile towards villagers such as a zombie approaches. In Bedrock Edition, iron golems will spawn in villages with at least 20 beds and 10 villagers, and where at least 75% of the population has worked recently. |
Minecraft wiki entry for Phantom, associated text: Phantoms can move through water at their normal speed. In Bedrock Edition, a phantom underwater attempts to fly to the surface, and dies from drowning after 20 seconds if trapped underwater. Phantoms do not drown in Java Edition. |
Minecraft wiki entry for Cat, associated text: When tamed cats are fed an raw cod or salmon, they enter love mode. Breeding creates a kitten, and the parents cannot breed again for 5 minutes. The kitten has the coloring of and belongs to the owner of one of the parents. |
Minecraft wiki entry for Zombified_piglin_farming, associated text: To construct a farm in the Nether, one can build platforms for zombified piglins to spawn on, with trapdoors on the edge, and place slabs on the floors of all surrounding areas (or just fill them in), so zombified piglins only spawn on those platforms. |
Minecraft wiki entry for Cave_spider_farming, associated text: Cave spiders can be dangerous enemies - they are shorter than a slab, one block wide, and apply the poison effect to the player. This makes them hard to farm. However, with some skills and care, it is possible. Cave spiders drop the same things that spiders do (string and spider eyes). Despite this, cave spider farms are useful because their spawners are easier to find. While a spider spawner may be tucked away in some dungeon, cave spider spawners can be found in many mineshafts. |
Minecraft wiki entry for Blaze_farming, associated text: This 1.12 design is very resource friendly since it uses the AI wandering process instead of pistons to collect blazes. A follow-up video in the channel further eliminates the redstone-powered grinder by circumventing entity cramming with ladders and killing multiple blazes with a Sweeping Edge sword. (It's still working in 1.14.2). |
Minecraft wiki entry for Pumpkin_Seeds, associated text: 1 Obtaining
1.1 Breaking
1.2 Natural generation
1.3 Chest loot
1.4 Crafting
1.5 Trading
1.6 Post-generation
2 Usage
2.1 Farming
2.2 Breeding
2.3 Taming
2.4 Composting
3 Pumpkin stem
4 Sounds
5 Data values
5.1 ID
5.2 Block states
6 Advancements
7 History
7.1 Pumpkin stem "item"
7.1.1 Appearances
7.1.2 Names
8 Issues
9 Gallery
10 References |
Minecraft wiki entry for World_boundary, associated text: In the Xbox 360 Edition, PlayStation 3 Edition, PlayStation Vita Edition, and Wii U Edition, the Overworld is limited to 864×864 blocks. Additionally, in the Xbox One Edition, PlayStation 4 Edition and Nintendo Switch Edition, the player is able to further select the size of their worlds, from Small (1024×1024), Medium (3072×3072), and Large (5120×5120, except Nintendo Switch Edition). The edges of these worlds are surrounded by an invisible barrier with an endless sea of water beyond it. Before being patched out over time, there were often several exploits that could be used to glitch past the border, such as using boats, or using hundreds of TNT Minecarts to blow the player above the world height cieling. |
Minecraft wiki entry for Defeating_a_Nether_fortress, associated text: At some point in the fortress you will want to set up a small base containing several important items and the ability to make more. When you set up a camp with these items, try to use a bit of spare logs and cobble to create another set so this place is a safe space. |
Minecraft wiki entry for Mods, associated text: Server mods are modifications to the official Minecraft server software. They are commonly designed to make the administration of servers easier by implementing tiered privileges for commands (such as kicking, banning, etc.). They are frequently implemented as "wrappers" which do not modify the main server .jar file, instead of monitoring its output and sending commands to it. |
Minecraft wiki entry for Anvil, associated text: Dynamic block entity data
Tags common to all entities[show]
BlockState: The falling block represented by this entity.
Name: The resource location of the block.
Properties: Optional. The block states of the block.
Name: The block state name and its value.
DropItem: 1 or 0 (true/false) – true if the block should drop as an item when it breaks. Any block that does not have an item form with the same ID as the block does not drop even if this is set.
FallHurtAmount: Multiplied by the FallDistance to calculate the amount of damage to inflict. By default this value is always 2.
FallHurtMax: The maximum hit points of damage to inflict on entities that intersect this falling block. For vanilla falling blocks, always 40 × 20.
HurtEntities: 1 or 0 (true/false) – true if the block should hurt entities it falls on.
TileEntityData: Optional. The tags of the block entity for this block.
Time: The number of ticks the entity has existed. When Time goes above 600, or above 100 while the block is below Y=1 or is outside building height, the entity is deleted. |
Minecraft wiki entry for Dual_wielding, associated text: Note that dual-wielding in Bedrock Edition is much more limited. Most items cannot be put into the off-hand slot. |
Minecraft wiki entry for Metadata_variants, associated text: The "weird piston" block existed for a period of time in Bedrock Edition, but with a much different appearance from the weird piston known from other editions. |
Minecraft wiki entry for Pulse, associated text: Moved Observer RED
Moved Observer RED variants (vertical, straight, angled)
1x1x3, 1x1x1, 1x2x2
1-wide, 1-wide flat, flat
circuit delay: Java: 2 ticks, Bedrock: 4 ticks
output pulse: 1 tick |
Minecraft wiki entry for Item_modifier, associated text: set_contents - For loot tables of type block, sets the contents of a container block item to a list of entries.
entries: A list of loot table entries to use as contents.
type: the type to be written in BlockEntityTag.id. |
Minecraft wiki entry for Nylium, associated text: 1 Obtaining
1.1 Natural generation
1.2 Breaking
1.3 Chest loot
1.4 Post-generation
2 Usage
2.1 Note Blocks
3 Sounds
4 Data values
4.1 ID
5 History
6 Issues
7 Trivia
8 References |
Minecraft wiki entry for Obfuscation_map, associated text: "I've been pushing for this for a while, so I'm really happy that we were finally able to release the obfuscation mappings public. @SeargeDP had a great idea to release the 1.14.4 mappings as comparison, so those are going out right now." – @Dinnerbone on Twitter, September 4, 2019 |
Minecraft wiki entry for Mining, associated text: Speed mining is a mining technique in which a player randomly mines out a 50 block radius around them. Stone can be instantly broken by using an Efficiency V diamond or netherite pickaxe while under the effects of Haste II from a beacon, allowing the player to quickly clear out a large area. It is at first expensive, but pays off quickly. It is suggested that the player to do this at diamond level. |
Minecraft wiki entry for Development_versions, associated text: Fixed a crash that could occur when using Character Creator.
Tweaked color tint for default Steve skin to match default Steve (MCPE-120818).
Altered message for when friends change skins (MCPE-92772). |
Minecraft wiki entry for Things_not_to_do, associated text: Note: This is true of any diamond pickaxe or netherite pickaxe with Efficiency II or higher, any iron pickaxe of Efficiency III or higher and any type golden pickaxe. |
Minecraft wiki entry for End_Gateway_(block), associated text: They generate naturally as part of the End gateways. Each time the Ender dragon is defeated one End gateway generates around the central island in the End, up to 20 times. Activating each of them generates one more gateway among the outer islands. Thus, a total of 40 End gateways or End gateway blocks can be generated in a world. |
Minecraft wiki entry for Hoe, associated text: Hoes can be used to convert coarse dirt into regular dirt by pressing use on the coarse dirt. Similar with tilling dirt, the space above the coarse dirt must be empty for it to be tilled. |
Minecraft wiki entry for Drowned, associated text: Drowned detect turtle eggs within 10 blocks in Bedrock Edition and 24 blocks in Java Edition. They stomp on turtle eggs until the eggs break. Drowned can even jump over a 1-block gap to reach a turtle egg successfully, even if the egg is raised 1 block higher than the gap. |
Minecraft wiki entry for Traps, associated text: Traps are a common mechanism in multiplayer built by players to kill other players or mobs automatically. The following is a list of basic traps with a short tutorial that often assumes the reader has a working understanding of the basic concepts required to build the trap. Most traps are considered to be mechanisms, though some are not classified as such. |
Minecraft wiki entry for History, associated text: The next 16,384 bytes contains the skylight data. The format is identical to the previous "data" format. If a skylight value is f, that means the sunlight is fully lighting that block (like air or glass). The less sunlight is present in that block, the lower the value (like semi-transparent blocks such as leaves or water). And when the skylight value is 0, no sunlight is present in that block (like stone or dirt). Because the game automatically generates lighting, it is unimportant to modify this part of the file when generating a world via an outside program. |
Minecraft wiki entry for Development_versions, associated text: Can now saddle pigs, striders, and tamed horses, donkeys and mules.
Can now put horse armor on tamed horses.
Can now put carpets on tamed llamas.
Can now put chests on tamed llamas, donkeys, and mules.
Can now shear mooshrooms and snow golems. |
Minecraft wiki entry for Dungeon, associated text: 1 Generation
2 Structure
2.1 Loot
3 Data values
3.1 ID
4 History
5 Issues
6 Trivia
7 Gallery
7.1 Surface dungeons
7.2 Multiple dungeons
7.3 Odd generation
8 References |
Minecraft wiki entry for Sculk_farming, associated text: Sculk farming is a method of farming XP and/or sculk growth blocks for decoration by using the sculk catalyst block. Since mobs normally only drop XP when killed by a player, and sculk blocks drop XP when mined, this can also be used for bulk XP storage. |
Minecraft wiki entry for Exploring_an_ancient_city, associated text: Even the above strategies are not entirely foolproof, and it is still possible for something to go wrong and for the warden to spawn sometime during your explorations. You will know this has happened when you hear a loud growling noise and you can see the Warden rising up out of the ground when it spawns. If this happens, you can still somewhat easily evade the warden without dying. When the warden spawns, it may be very tempting to sprint away, but this will create noise that the warden will hear, causing it to give chase and likely kill you. You must keep sneaking and slowly move away, unless the warden has already begun chasing you. Avoid creating any noise if possible! The Warden is blind and instead operates by sound, using noise to pinpoint whatever it was that awakened it. If it cannot hear anything, then it just roams around randomly, sniffing the air, waiting for any noise to happen, though it can still detect an entity if they get too close to the Warden or bump into it. Over time, standing too close to the Warden will cause it to target you do to it smelling you, so escaping is important. If the Warden hears too much noise, something gets too close to it, or sniffs you too many times, it will give chase. You can tell if the warden has begun chasing you because it will lean forward and roar, before speeding up and rushing towards its target. If the warden is currently chasing you, try to sprint to somewhere the warden cannot follow, such as though a two block high gap and then try to get further away from there. If you didn't have a hole about 30 blocks long before, it will kill you using its sonic blast attack. |
Minecraft wiki entry for Player_versus_Player, associated text: Because of the nature and the danger of these wars, the mechanics of these "groups" of people that are attempting to overthrow the server will be explained. |
Minecraft wiki entry for Coordinates, associated text: An entity's coordinates are actually the coordinates of the center at the bottom of player's collision box. When the display shows you are at Y=63, then the player's feet are at Y=63, and their eyes are at 64.62. |
Minecraft wiki entry for Ancient_Debris, associated text: The texture of the ancient debris is supposed to look like pressed metal plates.[1]
Ancient debris is actually what remains of the mining activity of the piglins, who extracted all the original netherite ore.[2]
It is possible to find blobs of up to 20 contiguous ancient debris - up to five debris can generate in a chunk, so if a blob of five generates in adjacent corners of four different chunks, a blob of 20 debris would be created.
Despite having the same blast resistance as obsidian, ancient debris can be moved by pistons. |
Minecraft wiki entry for Bookshelf, associated text: Bookshelves can be broken fairly easily by hand, but can be broken faster by using an axe. In either case, they drop 3 books when broken, allowing the reconstruction of the bookshelf with the addition of six wood planks. When broken by an item that is enchanted with Silk Touch, a bookshelf drops itself. |
Minecraft wiki entry for TNT_cannons, associated text: Care must be taken so that the pistons do not displace the water blocks protecting the cannon from TNT damage. To do this, one usually has to apply water a block above the area where the pistons would go into. It is also advised that the pistons should retract back into normal position before the main charge explodes, or your cannon might be destroyed. When the pistons extend, they create air spaces in the water no matter what, hence compromising the water's protection. |
Minecraft wiki entry for Setting_up_a_server, associated text: If you want to add a pausing part like the Windows example, remove the exec word, and add a line of read -n 1 -p "Waiting..." to the end. This is useful if you are running the script by double-clicking on the GUI. |
Minecraft wiki entry for Development_versions, associated text: v0.9.0 alpha build 1 is the first build version released for v0.9.0 alpha, and the first build version released in 2014. |
Minecraft wiki entry for Timeline_of_events, associated text: 25 – Java: 1.14.3 released.[90]
25 - Story Mode: Minecraft: Story Mode Season 1 & 2 took down from stores and stopped being supported. |
Minecraft wiki entry for Player_versus_Player, associated text: If someone is pummeling you with arrows and you cannot dodge them, block them by right click holding your sword, or shield in recent versions. This will reduce incoming damage by half, or with a shield will block all damage (though means you'll be sneaking). Block in between shots while trying to get closer to them. |
Minecraft wiki entry for JSON_format, associated text: Triggers after the player enchants an item through an enchanting table (does not get triggered through an anvil, or through commands). Available conditions: |
Minecraft wiki entry for Chat, associated text: Simply pressing / acts like a command key; it opens the chat with a / in it.
Typing / and then pressing Tab ↹ lists available commands, similar to entering the /help command. |
Minecraft wiki entry for Development_versions, associated text: Fixed mobs default summonability when not specified in JSON.
Improved performance in 'RangedAttackGoal' for mobs that do not move. |
Minecraft wiki entry for Combination_locks, associated text: Make a series of buttons, and connect only one to an RS NOR latch. Then connect both the RS NOR latch and a second button to an AND gate, which feeds to another RS NOR latch. Do this continually until you have either filled all of the buttons or are satisfied with the lock. Connect the final RS NOR latch to a separate AND gate with a signal from an enter button. Feed that to the output RS NOR latch. Then connect any of the left-over buttons to the enter button and send reset signals to all of the RS NOR latches. A pressure plate next to a door can reset the door. This type of lock has severe limitations its security. For example, not all the buttons could be used in the pin or there would be nothing to reset the system. |
Minecraft wiki entry for Sweet_berry_farming, associated text: Sweet berries grow on sweet berry bushes and will eventually replenish after being harvested, making it possible to farm them. Automatic farms allow the player to get a large amount of sweet berries without needing to harvest them manually. |
Minecraft wiki entry for Door-based_iron_golem_farming, associated text: An iron golem farm is commonly a player-made village (or several of them, spaced far enough apart to remain separate) in which golems are spawned and then either killed immediately, or moved to a holding cell (outside the village boundary, so that new ones can spawn in their place) for later killing. If you opt for the first method, you will either need to go AFK while camping out at the collection point, have a hopper collecting your items, or else check back periodically to collect your items before they despawn. This necessity can be avoided by using the holding cell method, which allows the golems to collect while you are working nearby, and then you can harvest them all at once when you are ready so that you don't miss any drops. |
Minecraft wiki entry for Time-saving_tips, associated text: Because sugar cane can only be placed on dirt, sand or grass, you will sometimes need to place some of these blocks first.
It's unlikely that you will be able to completely clear a volume of water using only sugarcane. There will usually be a few spots where sugarcane cannot be placed, and in these places the water will need to be displaced in the usual way or collected using a bucket.
This method only works on sloped areas. You can't fill a completely flat area with sugarcane because it needs a water block one meter below its own level before it can be placed. |
Minecraft wiki entry for Minecart_booster, associated text: The outer loop cart, once started, is repeatedly boosted by the inner cart, which simply travels back and forth along its short track. The outer loop cart in turn can be used to boost a stationary cart placed next to the corners. Just wait for the outer loop cart to pass, place your cart, get in, and when the outer loop cart loops around again your cart will get a boost. |
Minecraft wiki entry for Beacon, associated text: The beacon affects an area in the shape of a square column, which reaches downward and out to each side at a range determined by the size of the pyramid base (see table below), and upward a distance of that range + 384 blocks. |
Minecraft wiki entry for Spawner_traps, associated text: One way to make a blaze farm is to box in the spawner, so that the blazes can't fly away. Leave a space at the blazes foot level and stand so that your eye level is at that space. That way the blazes can't hit you (mostly), but you can hit them. This is also a pretty good experience farm since each blaze drops twice as much xp as other mobs with its health. Be warned, however, that sometimes blazes will spawn outside the box so it is advised that one box themselves in as well. |
Minecraft wiki entry for Water_lake, associated text: In Java Edition, the air pockets above lakes were generated with cave air instead of normal air. This was true even for lakes that are exposed to the open sky. |
Minecraft wiki entry for Savanna, associated text: Villages that generate in savannas are made mainly of terracotta, acacia logs, and planks; the bright-orange acacia planks make savanna villages easy to spot from a distance. Lakes generate infrequently. |
Minecraft wiki entry for Achievement_guide, associated text: Visit these 5 biomes by exploring the nether: basalt deltas, crimson forest, nether wastes, soul sand valley and warped forest. If you are underground then press f3 in your keyboard |
Minecraft wiki entry for Dragon_Egg, associated text: To cause the egg to teleport, press attack while in Survival or Adventure mode (press use in Creative). It teleports to an air block nearby (up to seven blocks vertically and fifteen blocks horizontally), creating the same particles as endermen. It may teleport into the air and subsequently fall to the ground since they forcefully obey gravity. If all available air blocks are filled, it is possible to break the block. |
Minecraft wiki entry for Beginner%27s_guide, associated text: The most important places to light up are a player's home or base, caves explored, the outside around the player's home, and anywhere the player is often at or near that is dark. |
Minecraft wiki entry for Redstone_Comparator, associated text: Down and unpowered (indicating the comparator is in "comparison mode")
Up and powered (indicating the comparator is in "subtraction mode") |
Minecraft wiki entry for Adventure_Update, associated text: "Bad news, the game over screen now says "Score: 0" instead of "Score: &0". :(" – @notch on Twitter, September 23, 2011 |
Minecraft wiki entry for Shelters, associated text: This really serves no purpose in singleplayer. Simply place tall grass, vines, leaves, trees, and water on and around your base(s). It can give it a kind of cool look, depending on how well you do. |
Minecraft wiki entry for Dolphin%27s_Grace, associated text: Dolphin's Grace is a status effect that increases the player's swimming speed when a dolphin is nearby and following the player. |
Minecraft wiki entry for locatebiome, associated text: Specifies the biome(s) to be located. See Biome/ID for a list of available biome IDs.
Must be a resource location or a tag. |
Minecraft wiki entry for Beating_a_challenge_map, associated text: A common trick that map creators may do sometimes is to put spawners within the mazes, making it harder to move around. It's important to use corners to your advantage in combat. It's not recommended to use lava, as this will make it harder to penetrate further into the maze. Shields can be good in a 1-block wide situation. |
Minecraft wiki entry for Development_versions, associated text: Fixed crash when closing server.
Fixed crash on joining worlds.
Fixed crash on disabling Wi-Fi.
Fixed crash on switching worlds.
Fixed minecarts and boats for multiplayer.
Fishing button now gets priority over the leave boat button.
Fixed bug with furnace smelting whilst output slot is full.
Selected language is now centered in the language list.
Fixed players in creative mode dying by void.
Fixed boat riding behavior on reconnect.
Players no longer spawn in transparent blocks.
Fixed block break speed when under haste effect.
Fixed boats’ hitbox so that it doesn’t prevent fishing and breaking blocks while looking down. |
Minecraft wiki entry for Village, associated text: Zombies spawn during zombie sieges. Chicken jockeys spawn rarely during zombie sieges.
Pillagers, vindicators, evokers, vexes, ravagers, and witches spawn during raids.
Witches also spawn when a villager is struck by lightning within four blocks of the bolt. |
Minecraft wiki entry for Development_versions, associated text: "Minecraft Beta - 1.18.0.20 (Xbox One/Windows 10/Android)" – feedback.minecraft.net, October 6, 2021. |
Minecraft wiki entry for Development_versions, associated text: "It was 128 blocks before. This doesn't apply to anything marked persistent, like nametagged fish or fish caught in a bucket and then released again." – u/sliced_lime on Reddit, March 4, 2020 |
Minecraft wiki entry for Furnace, associated text: Furnaces can be found in plains, desert, and some savanna village weaponsmiths. Furnaces also generate in some houses in snowy tundra villages, and in one of the taiga/snowy taiga[BE only] village houses. They also appear in ancient cities, and one furnace generates in every igloo. |
Minecraft wiki entry for Superflat_survival, associated text: Build the portal in your house if playing sedentary. Contrary to popular belief, ghasts do not spawn near a portal, so you are safe from them. Zombified piglins may be nearby, but they do not attack you unless provoked. Piglins are hostile unless you are wearing at least 1 piece of gold armor. |
Minecraft wiki entry for Historical_effects, associated text: The fence's entity hitbox before 2,097,152 blocks
The fence gate's entity hitbox before 2,097,152 blocks
The wall's entity hitbox before 2,097,152 blocks |
Minecraft wiki entry for Traps, associated text: Note: This trap will not work on all types of Nether mobs, as they are immune to all kinds of fire damage. |
Minecraft wiki entry for Quasi-connectivity, associated text: There are two primary methods of designing a torch key. The first is to place a block update detector under the ground so that the placement of a redstone torch updates the BUD. However, BUDs can also be updated remotely by other redstone components, increasing the chances of discovery. The second method is to use immediate QC activation by placing the torch so that it simply activates a piston by quasi-connectivity. |
Minecraft wiki entry for Classic_server_protocol, associated text: Color coding at the start of the message will only work if the player ID byte is less than 127. If it's 127 or higher, the game automatically adds &e before the message, making it yellow. However, color codes after the first character still work. If you use an ID below 127, it doesn't add a color code, so the ones you use will work. |
Minecraft wiki entry for Tree, associated text: While loosely defined as a tree, these are structures generated on the outermost End islands. Instead of logs and leaves, they are instead comprised of chorus plant trunk blocks and flowers on the tip. They do not drop their own block but instead chorus fruit. They are usually extremely tall, with multiple branches. When the bottom of the chorus tree is cut, the whole chorus tree falls apart, dropping their fruit. The branches are tipped with "chorus flowers", which do not drop when the tree is broken, but can separately be broken (and dropped) by any tool, bare hands, or the impact of any projectile. When a chorus flower is placed on End stone, it grows into a chorus tree over time — unlike most trees, this is a step-wise process as the chorus flower generates branches one block at a time. |
Minecraft wiki entry for Block_update, associated text: NC update (i.e. neighbor changed, update neighbors, redstone update) is the most widely known type of block updates, mainly used for redstone components. |
Minecraft wiki entry for Zombified_Piglin, associated text: If a Zombified Piglin wearing a carved pumpkin or jack o'lantern is killed using a tool enchanted with Looting, there is a chance equivalent to the level of Looting used to drop the pumpkin or jack o'lantern, up to a maximum of 3% at Looting III. |
Minecraft wiki entry for Miscellaneous_tints, associated text: 1 List
1.1 Entities
1.1.1 Experience orbs
1.2 Other world elements
1.2.1 End Gateway beam
1.2.2 Guardian beam
1.2.3 World border |
Minecraft wiki entry for Things_not_to_do, associated text: Try not to over-enchant tools and weapons, as over-enchanting them increases the risk of not being able to repair them. This is because the anvil has a limit of 39 levels for a task, so even if the player has enough levels, the anvil still declares the repair work "too expensive" if the task costs more than the anvil's limit. The player can avoid increasing anvil costs by not renaming items early on, or combining other items and enchanted books with the item. The player can circumvent issues with high anvil costs by enchanting tools with the Mending enchantment, removing the need to repair these tools using an anvil. If a player does not have access to mending books, they could also enchant items with Unbreaking to increase the time between needing to repair items in an anvil. |
Minecraft wiki entry for Development_versions, associated text: Now can have custom explosion radius and fuse timer using edited mob spawners and NBT tags (ExplosionRadius & Fuse). |
Minecraft wiki entry for Plains, associated text: Plains are grassy and mostly flat. Many of the grass blocks are covered in grass or tall grass. Oak trees generate sometimes; 1⁄3 are large. Rarely, these trees have bees and bee nests. |
Minecraft wiki entry for How_to_play, associated text: Melee attacks, except by axe-wielding mobs or by a sprinting player wielding an axe, however even without sprinting an axe still greatly decreases the durability
Normal, tipped and spectral arrows
Arrows are totally deflected and can hit other targets.
Status effects do not carry through to the blocker[JE only].
Flaming arrows
Burning does not carry through to the blocker[JE only].
Tridents
Snowballs and eggs
Spines from pufferfish
Bullets from shulkers
The levitation effect does not carry through to the blocker[JE only].
Spit from llamas
Fireballs, such as from blazes and fire charges
Burning does not carry through to the blocker.
Direct hits from ghast fireballs
These still cause environmental damage.
Explosion damage from creepers
TNT that another player lit
Ravager headbutts
These still knock the blocker back by about 3 blocks.
Blocking these strikes can stun the ravager for a moment, and it roars afterward.
Ravager roars are blocked but still knock back the blocker.
Bee stings are blocked, but bees continuously attack until the player stops blocking and the player is stung. |
Minecraft wiki entry for Trident, associated text: Pressing attack while holding a trident deals damage to both mobs and players. Tridents deal 9 melee damage. A successful hit consumes durability of the trident. |
Minecraft wiki entry for Defeating_the_wither, associated text: It is also possible to kill the wither by summoning it in a small obsidian chamber. When it escapes, have several people fire bows at it from all directions. This negates its explosion and forces it to attack one target at a time. |
Minecraft wiki entry for Printing, associated text: See Javamonk's video below, for a 3D printer almost the same as the previous one, but with a faster conveyor belt. |
Minecraft wiki entry for Creating_resource_pack_add-ons, associated text: If you don't see your pack in-game, make sure your manifest.json is correct. Look for any missing curly braces { }, commas, colons :, quotation marks " ", or square brackets [ ]. Remember for each open brace, quotation, or square bracket, you must have a closing brace, quotation, or square bracket. You can also use a JSON validator like JSONLint to validate (and correct) your JSON-file. Using visual studio code will tell you any errors. |
Minecraft wiki entry for Silverfish, associated text: Silverfish, being arthropods, take extra damage from the Bane of Arthropods enchantment, and receive Slowness IV upon being hit. |
Minecraft wiki entry for Village_chaining, associated text: As the game's internal integer rounding always truncates integers, village centers are always placed further to the downward direction (negative Y direction) from the actual centroid of the village. This also affects the golem spawning box. The golems spawn inside a 16*6*16 box that has to fit perfectly into the block grid. As a result, the center of that box is never the center of the village. |
Minecraft wiki entry for Transmission, associated text: When a setblock command is executed, the affected block does not change until a half a redstone tick later (one game tick). Thus, the minimum circuit delay for setblock transmission is 0.5 ticks. |
Minecraft wiki entry for 2CHP, associated text: By morning, Stax begins crafting a boat. Whilst doing this, he has flashbacks to his grandmother and father: Stax’s grandmother hated boats, saying that they were "both dangerous and a waste of time", while his father loved them, saying that he had "been comfortable in them" and even taught Stax how to craft one. Nonetheless, Stax crafts a boat, but soon realizes that it’s already too late in the day to begin heading home. Sighing, he instead uses the rest of the day to craft a wood sword, and retreats into the stone tower by nightfall, falling asleep moments later. |
Minecraft wiki entry for Zombie, associated text: Zombies pursue and attack utility mobs (golems) within 42 blocks. Iron golems and snow golems attack zombies without provocation, although snow golems deal only knockback to zombies with their snowballs. |
Minecraft wiki entry for How_to_play, associated text: A command block also shows you its previous output. This helps you figure out if a command block failed to execute its command and why. |
Minecraft wiki entry for Pickaxe, associated text: Enchantment probabilities are the same as a level-20 to level-39 enchantment would be on an enchantment table that had no cap at level 30, and that was able to apply treasure enchantments (except Soul Speed), and where the chance of multiple enchantments is not reduced. |
Minecraft wiki entry for Development_versions, associated text: 21w38a is the second snapshot for Java Edition 1.18, released on September 23, 2021,[22] which make more performance-related tweaks, reimplements telemetry, and fixes bugs, mostly relating to terrain changes that were accidentally removed in the previous snapshot. |
Minecraft wiki entry for Seagrass_farming, associated text: Seagrass is easily farmed by simply applying bonemeal to an underwater surface and then AFK-left clicking with shears. New shears can be given to the player as they break, allowing for continuous farming. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.