text stringlengths 148 3k |
|---|
Minecraft wiki entry for Saved_data_Dropbox_guide, associated text: In Linux, your Minecraft data folder is located in your user home folder. However, it may be hidden from view. If you are using a GUI, ensure that you choose View > Show Hidden Files. |
Minecraft wiki entry for How_to_play, associated text: In order for one of these items to be powered, it needs a power source such as a lever, button, or pressure plate. Experiment to find them all! |
Minecraft wiki entry for Redstone_Repeater, associated text: For a more in-depth breakdown of changes to repeater textures and models, including a set of renders for each state combination, see /Asset history |
Minecraft wiki entry for Development_versions, associated text: MC-3090 β Unable to play game unless LWJGL is manually replaced.
MC-4253 β Endermen are rendered hostile if they take environmental damage.
MC-5674 β Client can control if they take damage and abuse this / ALT or F10 freezes client in windowed mode.
MC-11229 β Using the anvil for free.
MC-12017 β Can get permanently stuck in a minecart in a nether portal.
MC-12369 β Minecraft crashing on 1.5.1 prerelease server. |
Minecraft wiki entry for Development_versions, associated text: 2.1.5819 (Linux), 2.1.5816 (macOS), or 2.1.5815 (Windows) was a launcher beta version released on July 16, 2019, which fixed bugs.[1] |
Minecraft wiki entry for Development_versions, associated text: When crafting slabs, the player will now get 6 instead of 3.
Can now be placed upside-down when placed against the bottom of a block. |
Minecraft wiki entry for Modmemc, associated text: Modmemc is a minecraft launcher. You can add mods to it, but it won't break the minecraft you have now, because you can have more minecraft folders and it install mod automatically for you. (multiple installations of minecraft and install automatic mods) |
Minecraft wiki entry for Pillager, associated text: 0β1 Emerald (10β39 or 25.6%)
2β3 Emerald (5β39 or 12.8%)
4β5 Emerald (2β39 or 5.1%)
1 Enchanted Book (2β39 or 5.1%)
1 Iron Pickaxe (5β78 or 6.4%)
1 Iron Axe (5β78 or 6.4%)
1 Iron Shovel (5β78 or 6.4%)
1 Iron Sword (5β78 or 6.4%)
1 Iron Helmet (5β78 or 6.4%)
1 Iron Chestplate (5β78 or 6.4%)
1 Iron Leggings (5β78 or 6.4%)
1 Iron Boots (5β78 or 6.4%) |
Minecraft wiki entry for Argument_types, associated text: Must be a three-dimensional coordinates with floating-point number elements. Accepts tilde and caret notations. |
Minecraft wiki entry for 2010_Indie_of_the_Year_Awards, associated text: From its creation, Minecraft was developed almost exclusively by Notch until Jens "Jeb" Bergensten started working with him and has since become head of its development. It features music by Daniel "C418" Rosenfeld, Kumi Tamioka and Lena Raine and paintings by Kristoffer Zetterstrand. Initially released as what is now known as Minecraft Classic on May 17, 2009, the game was fully released on November 18, 2011. Since its release, Minecraft has expanded to mobile devices and consoles. On November 6, 2014, Minecraft and all of Mojang Studios' assets were acquired by Microsoft for US$2.5 billion.[5][6] Notch has since left Mojang and is no longer working on Minecraft. |
Minecraft wiki entry for Slime, associated text: Magma Cube β A similar mob that spawns only in the Nether and drops magma cream
Tropical Slime - A variant that is found in Minecraft Earth |
Minecraft wiki entry for Deepslate_(disambiguation), associated text: Deepslate is a stone variant found in blobs near bedrock, and make up the entirety of caves in Y-levels below 0. (1.18)
Deepslate may refer to: |
Minecraft wiki entry for NPC, associated text: Unlike other entities, NPCs do not spawn naturally; they can be spawned using the NPC spawn egg (it can be obtained with the following command: /give @s spawn_egg 1 51), or by using the command /summon npc. When spawned, an NPC displays a name hovering over its head. The default name is "NPC" with a color code of Β§e, resulting in the name being yellow. |
Minecraft wiki entry for Shrub, associated text: The only visual difference between the shrub and the dead bush is that the shrub appears shorter, or sunk into the ground by 1 pixel. |
Minecraft wiki entry for Hero_of_the_Village, associated text: Example: Level III would give a 42.5% discount. For trade with 14 emeralds as the cost, the discount would be 5 emeralds (rounded down from 5.95 emeralds), for a final price of 9 emeralds. |
Minecraft wiki entry for End_survival, associated text: Another important farm to make is a tree farm. To make the trees actually grow, the player will need to place a torch or some glowstone near the tree, as the natural light level is too low for the tree to grow. |
Minecraft wiki entry for Development_versions, associated text: A new climbable block that can be crafted using bamboo and string.
Climb by pressing the jump key and go down by pressing the sneak key. |
Minecraft wiki entry for Fortune, associated text: Glowstone, melons, nether wart, redstone ore, sea lanterns, and sweet berries use a discrete uniform distribution, meaning each possible drop amount is equally likely to be dropped. Fortune increases the maximum number of drops by 1 per level. However, maximum drop limitations may apply: glowstone has a capacity of 4 glowstone dust, sea lanterns have a capacity of 5 prismarine crystals, and melons have a capacity of 9 melon slices. If a drop higher than these maximums is rolled, it is rounded down to the capacity. |
Minecraft wiki entry for hopper_clock, associated text: 1Γ3Γ2 (6 block volume)
1-wide, flat, silent
clock output: 4 ticks on, 4 ticks off
clock period: 8 ticks |
Minecraft wiki entry for Enderman, associated text: "They run TOWARDS you, not away. So if you happen to look at one, do not look away." β @notch on Twitter, July 28, 2011 |
Minecraft wiki entry for Element_Constructor, associated text: The interface of the element constructor when unused.
The element constructor being used to produce helium. |
Minecraft wiki entry for Mushroom_Block, associated text: The blocks themselves can be retrieved only by using a tool enchanted with Silk Touch. Mining the mushroom cap or stem yields a block with the cap or stem texture, respectively, on all faces. |
Minecraft wiki entry for Example_NBT_Class, associated text: Tag(Type type, String name, Object value)
Description: Create a new NBT tag.
type: Any value from the {@link Type} enum.
name: Name for the new tag or null to create an unnamed tag.
value: An object that fits the tag type or a {@link Type} to create an empty TAG_List with this list type. |
Minecraft wiki entry for Tick, associated text: In Java Edition, chunks with loading type of entity ticking (see Chunk#Level and load type) and with horizontal distance between its center and a player (not in spectator mode) less than 128 blocks are ticked on every game tick. A few things should be noted here: first, the chunk should be loaded as an entity-ticking chunk. Second, if the chunk receives chunk tick, even if some blocks in the chunk are out of the 128-block radius, they can receive random tick as normal. Third, because 128 blocks is the horizontal distance, the player's position along the y-axis does not matter. |
Minecraft wiki entry for Zombified_Piglin, associated text: The pre-Texture Update zombie pigman texture file has "THX XAPHOBIA" written on the unused section as a credit by Notch to the skin's original creator.
Deaths of hostile zombified piglins always register as kills by the player they are targeting, regardless of whether that player ever touched that zombified piglin.[8]β[Java Edition only]
The zombified piglin's angry sound is played twice the speed of the original sound file in the game.β[JE only]
Applying the Classic Texture Pack changes the zombified piglin's model and texture back to a zombie pigman.β[Bedrock Edition only]
Baby zombified piglins can be jockeys upon chickens and striders. Uniquely on more than one mob (other than the player).
There is a glitch where the zombified piglin texture appears as the zombie pigman even without the Classic Texture Pack.β[Bedrock Edition only] |
Minecraft wiki entry for Raw_JSON_text_format, associated text: If you want to use a translated text inside the "with" component, instead of an array it needs to be another rawtext component (which consists of an array of JSON texts). The following example outputs "Opped Apple". |
Minecraft wiki entry for Plains, associated text: Some patches of plains grow various colors of tulips and these patches, along with flower forests, are the only places where tulips generate. Oxeye daisies, cornflower, and azure bluets flowers sporadically generate within the plains. Sunflowers are found in the sunflower variation. |
Minecraft wiki entry for Boots, associated text: In Bedrock Edition, vindicators and pillagers that spawn in raids have a chance to drop iron boots, which are usually badly damaged and have a 50% chance to be enchanted. |
Minecraft wiki entry for Stairs, associated text: The old light transparency.
First image of upside-down stairs released by Jeb.
The Stairs icon in Alpha v1.0.1 had a rendering problem. |
Minecraft wiki entry for Brewing, associated text: Add a base ingredient to create a base potion, usually nether wart is used to create an awkward potion.
Add an effect ingredient into the awkward potion to create a potion with a working effect.
In any order, several optional steps can be added (depending on the basic effect, not all of these may be valid):
An enhancer ingredient may be added: glowstone dust to make the effect more intense, or redstone dust to make it last longer.
A fermented spider eye may be added to "corrupt" the effect, generally reversing it.
Gunpowder can be added to convert it to a splash potion, which can be thrown (or fired using a dispenser) to affect all players and mobs in a radius.
After a splash potion is brewed, Dragon's breath may be added to upgrade it to a lingering potion, which can be used to create a lasting area effect cloud, or to craft tipped arrows. |
Minecraft wiki entry for Best_biomes_for_homes, associated text: Spawning in a desert is a rough time. For newer players, it is recommended to wander to another biome as staying here means accepting a great challenge when it comes to survival.
Coming to the desert to mass-collect the sand in bulk is a good idea if you need glass or sandstone.
If you find a desert and expect to need sand in the future, set up a base somewhere more habitable and come back later. |
Minecraft wiki entry for Loot_table, associated text: LootTable: Loot table to be used to fill the container when it is next opened, or the items are otherwise interacted with. When the container is a chest that is part of a double chest, only the half corresponding to the tagged single-chest is affected.
LootTableSeed: Seed for generating the loot table. Works similarly to the seeds for worlds. 0 or omitted uses a random seed. |
Minecraft wiki entry for Cave, associated text: "Oh forgot to mention in the changelog: we also added some more variation to the old cave carvers (width, heigh, floor cutoff, etc). Just to make them blend in a bit better with the noise caves instead of being instantly recognizable." β @henrikkniberg on Twitter, February 24, 2021 |
Minecraft wiki entry for Defeating_a_woodland_mansion, associated text: For added security, you could head to the second floor immediately to kill an evoker and get its Totem of Undying, before exploring normally afterwards floor-by-floor. |
Minecraft wiki entry for Defense, associated text: Damages terrain
Has a higher chance of detonating during construction than regular landmines
Are more expensive than regular landmines
Like all landmines, it can be easily noticed by a vigilant player |
Minecraft wiki entry for Development_versions, associated text: Adults and cubs spawn randomly as passive mobs in ice plains, ice mountains, and ice plains spikes.
When hit, the adults will attack the player, the cubs will run away (very fast, similar to baby zombies).
Additionally, adults will always attack the player when their cubs are around.
Can swim faster in water than the player.
Cubs will follow their parents.
Drops 0β2 raw fish (75% chance) or 0β2 salmon (25% chance), each increased by 1 per level of Looting. |
Minecraft wiki entry for Development_versions, associated text: MC-236610 β Lava lakes generate without stone around.
MC-236628 β Lava pools cause sand to fall now instead of putting sandstone beneath it.
MC-236652 β Weather can be incorrect sometimes within a biome.
MC-236659 β Lava lakes spawn more on the surface than usual.
MC-236803 β Extremely low amount of pillager spawns in outpost on jagged peaks, groves, snowy slopes and frozen peaks.
MC-237040 β Falling blocks still sometimes disappear for a moment when landing.
MC-237598 β Projectiles glitch around in the air when exiting simulation distance.
MC-237621 β Missing biome definitions in some peak grid cells cause unintended ocean placement.
MC-237791 β Villager spawn eggs used on grove, frozen peaks, snowy slopes and jagged peaks don't spawn snowy plains villagers.
MC-237954 β The "Sound of Music" and "Feels like home" advancements are internally located in the incorrect tab folder.
MC-238038 β Newly added advancements' namespace ID does not match its translation key.
MC-238972 β Deserts generate with little or no sandstone.
MC-239714 β Doing /locate desert_pyramid on a desert Superflat world freezes the world.
MC-239851 β Upgrading old worlds causes leaves to change to surface builder blocks.
MC-239852 β Lava pools intersecting strongholds can cause end portal frames to be deleted. |
Minecraft wiki entry for Unused_textures, associated text: char_2.png is a texture that could be found in the jar file for the first Indev build released on February 12, 2010. The texture is mostly identical to that of Steve, with the difference being the presence of two yellow pixels on the head, as well as hair being present in the hat layer as well as the base. It was removed two days later. |
Minecraft wiki entry for Hardcore_mode, associated text: If you have thumb buttons, assign them to your weapon and water bucket. If a bucket is not available or you are in the Nether, equip a solid block instead. If you do not have a shield, it is best to put torches or food in your off-hand, as they can be used while having an equipped sword. |
Minecraft wiki entry for Treasure, associated text: Buried Treasure, a natural structure consisting of a chest containing valuable loot that generates underground
Treasure chest, a chest found in the upper section of the stern of shipwrecks containing random valuable loot
"Treasure" items obtained from fishing
Buried Treasure Map, also known as a "treasure map", used to locate buried treasure
Treasure enchantment, special enchantments that cannot be obtained with an enchantment table
Treasure Room, one of the four variants of a Bastion Remnant |
Minecraft wiki entry for Controlling_Tectonicus_from_the_command_line, associated text: (Remember to change the version number to match the file you downloaded). This will print out all the available options. |
Minecraft wiki entry for Things_to_do_when_bored, associated text: Similar to hardcore mode, this game mode only gives the player one life. However, this game mode also removes the ability to naturally regenerate health, meaning that golden apples and potions and even beacons have to be used to regenerate health. This is a game mode even harder than regular hardcore, which only the best players will be able to complete. So if you are new to the game I don't recommend this mode but if you are to play this watch your surroundings! |
Minecraft wiki entry for Cooked_Porkchop, associated text: 1 Obtaining
1.1 Mob loot
1.1.1 Pigs
1.1.2 Hoglins
1.2 Cooking
1.3 Trading
1.4 Chest loot
2 Usage
2.1 Food
2.2 Wolves
2.3 Piglins
3 Sounds
4 Data values
4.1 ID
5 Achievements
6 Advancements
7 History
8 Issues |
Minecraft wiki entry for Defeating_a_bastion_remnant, associated text: There is always a magma cube spawner in each bastion remnant of the treasure room type. It is located close to the bottom of the large room, above a lava pool, guarding the ultimate treasure: a pile of gold blocks, and a chest. Most players would just easily disable the spawner by breaking it, as magma cubes spawn at any light level, torches won't do anything, and it takes a lot of time and blocks to fill up the entire 9Γ3x9 spawning area, enough time for the local piglins, piglin brutes and magma cubes to tear you into pieces. However, there exist a simple way to disable a magma cube spawner entirely and reliably, using as little as 9 blocks. |
Minecraft wiki entry for End_Portal_(block), associated text: An end portal block has a block entity associated with it that holds additional data about the block. |
Minecraft wiki entry for Development_versions, associated text: The server jar now accepts command-line arguments --demo, --port, --singleplayer, --universe, and --world. The old nogui argument still works for backwards compatibility. |
Minecraft wiki entry for 0x10c, associated text: "That was fun! Implemented the base for the sound engine in 0x10c. Supports samples and procedural sounds, and the ability to add effects." β @notch on Twitter, October 21, 2012 |
Minecraft wiki entry for Mob_grinder, associated text: The ability of tridents to hit multiple mobs is an intended behavior in Bedrock Edition: see MCPE-60933 |
Minecraft wiki entry for Development_versions, associated text: Beta 1.14.2.51 is the second beta version for Bedrock Edition 1.14.20, released on January 8, 2020,[2] which fixes bugs. |
Minecraft wiki entry for Firework_Rocket, associated text: A firework rocket can be used as ammunition for crossbows, although it deals damage only if it has an explosion effect. A higher flight duration gives the firework rocket a longer range, and more damage is added per firework star. The Piercing enchantment has no effect on firework rockets shot from a crossbow. |
Minecraft wiki entry for Caves_%26_Cliffs, associated text: Iron and gold ores now drop 1 raw iron and raw gold, as well as copper ore dropping 2-3 raw copper when mined instead of dropping themselves.
Can be smelted into their ingot variants.
The Fortune Enchantment works on iron and gold to drop more raw iron or raw gold. |
Minecraft wiki entry for Removed_blocks, associated text: Unlike the dead bush, which was a separate block and used a separate block ID at the time, the shrub was the default data value variant of the block ID that also hosted grass and ferns, which were respectively metadata values 1 and 2 of the shrub. As such, the shrub inherits much of the functionality of grass and ferns; alongside the aforementioned offset, they also had the same chance to drop wheat seeds upon breaking. |
Minecraft wiki entry for Enderman, associated text: In Java Edition, users can summon an enderman holding any block (including the ones not listed above) using the carriedBlockState NBT data. For example, to summon an enderman holding a grass block with no AI where the player is standing: |
Minecraft wiki entry for Breaking, associated text: On survival mode, however, some blocks are unbreakable, like bedrock, and on adventure mode all blocks are unbreakable unless the player has a item/tool with the can_destroy NBT tag. On spectator mode a player can't break blocks in any way, and on creative mode all blocks are breakable unless the player is holding a sword, trident, or debug stick. |
Minecraft wiki entry for Curing_a_zombie_villager, associated text: To create a Splash Potion of Weakness, it must be brewed using a brewing stand, which can either be crafted using blaze rods and cobblestone or found in an igloo basement, end ship or a cleric house in a village. |
Minecraft wiki entry for Development_versions, associated text: The 'Beam Me Up' achievement can once again be unlocked
Starting map and bonus chest can no longer be toggled for template worlds
The second player in split-screen can no longer die if their personal game mode is set to creative |
Minecraft wiki entry for Grass_Block, 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 Creeper, associated text: When within 3 blocks of a player, a creeper stops moving, hisses, flashes and expands and explodes after 1.5 seconds, destroying blocks in the area as well as significantly damaging the player. A creeper's detonation can be halted if the player leaves the blast radius, including by knocking it back, going out of the creeper's sight, or if the creeper is killed before the explosion. The distance with the player at which a creeper cancels its explosion is greater at higher difficulties. Normal creeper explosions have a power of 3. |
Minecraft wiki entry for Breaking, associated text: Blocks are marked with a wireframe cube outline, making the current target easily visible. After the cracks completely cover the block, it breaks and depending on the type of block and the tool being wielded, it may be harvested for resources. |
Minecraft wiki entry for Train_station, associated text: Using hoppers, all the tickets (or other fees) thrown into the ticket machine could be pushed with a piston into a hopper on top of a chest, giving the owner the tickets back (or extra money, even)! |
Minecraft wiki entry for Hardcore_mode, associated text: As you can probably imagine, you might end up cheating the system and respawning, and it does not permanently turn off cheats. However, if you want to get achievements in the world, this is the only way to do it unmodded. |
Minecraft wiki entry for Crossbow, associated text: 1 Obtaining
1.1 Crafting
1.2 Repairing
1.3 Mob loot
1.3.1 Pillagers
1.3.2 Piglins
1.4 Chest loot
1.5 Trading
2 Usage
2.1 Weapon
2.2 Fireworks
2.3 Repair
2.4 Enchantments
2.5 Fuel
3 Sounds
4 Data values
4.1 ID
4.2 Item data
5 Achievements
6 Advancements
7 History
8 Issues
9 Trivia
10 Gallery
11 References |
Minecraft wiki entry for Thunderstorm, associated text: Lightning strikes within a radius of 128 blocks (Java Edition) or 64 blocks (Bedrock Edition) of a lightning rod are redirected to the rod, emitting a Redstone signal. This can be used to prevent flammable structures from being struck by lightning, or intentionally direct lightning toward or away from mobs. During a thunderstorm, they emit spark-like particles, even in biomes where lightning doesn't strike. |
Minecraft wiki entry for Crash, associated text: It is very rare but possible for a server to cause the client to crash (particularly some of the buggy mods). Crashing a server using the world height limit crashes both the server and client. If a server has too much lag, it might randomly crash the client multiple times until it stops lagging. |
Minecraft wiki entry for Development_versions, associated text: Beta 1.18.10.24 is the fourth beta version for Bedrock Edition 1.18.10, released on December 15, 2021[5], which adds some of The Wild Update features behind the experimental gameplay and fixes bugs. This was the final beta released in 2021. |
Minecraft wiki entry for Development_versions, associated text: Changed textures of blue stained glass and red stained glass, to match transparency of other types of stained glass. |
Minecraft wiki entry for Defeating_a_village_raid, associated text: Make sure you set your spawn in the village so if you die you can get back to the village before the raiders kill all of your villagers. Using a bed or the command /spawnpoint can help you set your spawn point in your desired location. A spawn point around the middle of the village is a good place since all the places around the village is around the same distance from you. |
Minecraft wiki entry for Silverfish, associated text: Two silverfish.
A swarm of silverfish.
Silverfish spawner room in a stronghold.
The same room, with a lit portal.
A silverfish riding a minecart.
Many silverfish in a village (click for animation).
A giant stone silverfish as seen in the Java Edition 13w26a banner. |
Minecraft wiki entry for Development_versions, associated text: Glyph Unicode Name Item
π‘ U+1F5E1 DAGGER KNIFE Sword
πΉ U+1F3F9 BOW AND ARROW Bow
πͺ U+1FA93 AXE Axe
π± U+1F531 TRIDENT EMBLEM Trident
π£ U+1F3A3 FISHING POLE AND FISH Fishing Rod
π§ͺ U+1F9EA TEST TUBE Potion
β U+2697 ALEMBIC Splash Potion
π‘ U+1F6E1 SHIELD Shield |
Minecraft wiki entry for Development_versions, associated text: "It's here! Minecraft 1.7.3 pre-release is available for download, to be released early next week." β @Dinnerbone on Twitter, December 6, 2013 |
Minecraft wiki entry for Head, associated text: Withers can be spawned by placing soul sand or soul soil in a T shape, and putting 3 wither skeleton skulls on top of the T. The T can be horizontal or vertical. The last block placed must be one of the three wither skeleton skulls. A dispenser can also create a wither, by placing the final skull onto soul sand directly in front of and below it. |
Minecraft wiki entry for Diamonds, associated text: The player should mine with the Fortune enchantment on a pickaxe, preferably level III, for the next diamond blob, to significantly improve the number of diamonds they get. Also, this is not something they can rely on, but they can try. If they find a large diamond blob, they have an enchanting table, and are confident they can get a Fortune III, it might be worth waiting and acquiring the diamonds later or mining it with a Silk Touch pickaxe and harvesting the ore when they acquire Fortune III. If they see the hint on the table say Fortune III, immediately enchant a diamond pickaxe with it. |
Minecraft wiki entry for Village, associated text: Job site blocks are blocks such as grindstones, smithing tables, and lecterns, which are used by villagers. Villagers with the corresponding professions spend their time in front of their job site block, except for nitwits, baby villagers and unemployed villagers (villagers without profession overlays). Upon claiming a job site block, green particles appear above both the villager and the job site block, and the villager takes up the profession of the job site block if unemployed. Villagers that have already been traded with can claim only job site blocks related to their profession. Employed villagers that are not linked to a job site block are unable to restock their trades. Villagers cannot link to a job site block that has already been claimed by another villager. There are thirteen job site blocks in the game, each linking to their respective villager profession. |
Minecraft wiki entry for Island_survival, associated text: Underwater Ruins are another rare structure that has the potential to greatly benefit a player's survival game. They generate mostly underwater, although if you are lucky enough to find one that generated on land, you effectively have a half-done house. As an added bonus, underwater ruins also contain chests with loot and treasure. If you have access to a conduit, you could use an underwater ruin as a base. Beware, however, as underwater ruins may potentially be inhabited by drowned which can, in the worst-case scenario, spawn with tridents, granting them a lethal ranged attack. Drowned are extremely dangerous underwater because they have no distraction from a limited breath meter. |
Minecraft wiki entry for Panorama, associated text: The seed for this panorama is unknown. It was originally introduced in snapshot 21w15a, then changed in snapshot 21w18a to remove torches.[8] |
Minecraft wiki entry for Kelp_farming, associated text: This tutorial seeks to explain common practices for farming kelp, a plant found naturally underwater. |
Minecraft wiki entry for stats, associated text: objective (set mode only)
Specifies the name of the objective to be updated with the result returned by stat. May be anything because it is not evaluated until a command is run by the specified block or entity, but only the name of a defined objective produces useful results. |
Minecraft wiki entry for Creating_behavior_packs, associated text: The entities folder is where we will put all our JSON files for changing entity behaviors. Let's start by grabbing pig.json and copying it into our entities folder. After downloading the example pack, it can be found on this file path: \Vanilla_Behavior_Pack\entities\pig.json. Once pig.json is copied over, open it up in the text editor of your choice. |
Minecraft wiki entry for Achievement_guide, associated text: These can not be crafted as of 1.9. You must now find them in on of the following structure: desert temple, dungeon, mineshaft, Bastion Remnant, Ruined portal, or woodland mansion. |
Minecraft wiki entry for Complete_main_adventure, associated text: Once the portal has been physically located, activate every frame and the portal to the end will be revealed. Enter and prepare for a long and somewhat uneventful fight. A bow with Power and Infinity, a diamond sword with Sharpness, full diamond armor and several slow falling potions are required, or you can take a water bucket instead. |
Minecraft wiki entry for Egg_farming, associated text: The usual way to capture chickens is to hold seeds of any kind, which will make any chickens nearby follow you across the landscape and right into the pen. Alternatively, if you already have slimeballs and string, you can use leads to drag them along; this will mostly keep them from wandering away. You will need a separate lead for each chicken. With care, chickens can even be led across water, as they will follow your boat. |
Minecraft wiki entry for Reinforced_Deepslate, associated text: Reinforced deepslate is found in the central part of ancient cities, creating a portal-like or frame structure. |
Minecraft wiki entry for Historical_effects, associated text: Distorted rail, powered rail and detector rail from before Beta 1.8, with single blocks for comparison.
Stretched circle of rails from before Beta 1.8 |
Minecraft wiki entry for Block_and_item_duplication, associated text: For any crafting recipe that uses more than 1 of the same item, you can use this dupe. To use it, you put the items in the crafting grid, then use the bundles on the crafting slot. The resulting item will not disappear but you will save the item you just took from a bundle. For example, if you used 9 stacks of netherite ingots to make 1 stack of netherite blocks, you could use 9 bundles to take all the netherite away and get 1 stack of netherite blocks for no cost. |
Minecraft wiki entry for Development_versions, associated text: main_hand - An optional object storing optional transform data for first_person and third_person for the player's right hand.
off_hand - An optional object storing optional transform data for first_person and third_person for the player's left hand.
first_person - An optional object storing 3 vectors 'position', 'rotation', 'scale' used to build the first person matrix.
third_person - An optional object storing 3 vectors 'position', 'rotation', 'scale' used to build the third person matrix. |
Minecraft wiki entry for Hiding_chests, associated text: Here is a list of simple ways to hide chests, which only require a few blocks and don't include any redstone wiring. |
Minecraft wiki entry for Friendly_Update, associated text: For a guide about all the additions and changes in this update, see Bedrock Edition guides/Friendly Update. |
Minecraft wiki entry for Camera, associated text: The camera is an entity that is capable of capturing and storing images. In Education Edition, it works together with the portfolio item to create collections of photos.[1] |
Minecraft wiki entry for Material_Reducer, 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 Tuff, associated text: 1 Obtaining
1.1 Natural generation
1.2 Breaking
2 Usage
3 Sounds
4 Data values
4.1 ID
5 History
6 Issues
7 Trivia
8 References |
Minecraft wiki entry for Crop_farming, associated text: Using Bone Meal on any crop plant has a chance to advance it a random number of growing stages, allowing you to harvest it faster. |
Minecraft wiki entry for Development_versions, associated text: 1.14.40 is a beta for Education Edition 1.14.50, released on October 14, 2020, which added new Learn to Code features.[1] |
Minecraft wiki entry for Mojam, associated text: On February 20, 2013, Mojang Studios announced the "Humble Bundle Mojam 2".[3][4] Much like the first Mojam, Mojang Studios took suggestions for potential game ideas and developed a game from them in 78 hours. During this Mojam, other developers including Oxeye Game Studio, Wolfire Games, Vlambeer, Grapefrukt Games, and Ludosity also are making games for the event. |
Minecraft wiki entry for Legacy_village_mechanics, associated text: Hauling them in from another village
They can be shipped by a boat, a minecart, or led through the night with a trail of fake houses (see videos).
Curing infected zombie villagers
Using cheat commands and/or creative mode spawn eggs |
Minecraft wiki entry for Development_versions, associated text: MC-152908 β When a player joins a server, everything that happened during the time offline queued on connecting to the server. |
Minecraft wiki entry for Splitscreen, associated text: Splitscreen is a console-exclusive feature that allows up to four players to play on one screen at the same time. It is supported on the Legacy Console Edition (excluding PS Vita) and console versions of Bedrock Edition. Mini Games, Realms, and peer-to-peer online multiplayer has support for splitscreen. External servers, including the featured servers, do not. |
Minecraft wiki entry for Dolphin%27s_Grace, associated text: This status effect is exclusive to Java Edition. Although players in Bedrock Edition are also able to experience a significant gain in speed if the same conditions as in Java Edition are met, it is not considered a status effect as no effect icon is shown. |
Minecraft wiki entry for Logic_gates, associated text: Imagine you see the problem 999 + 1. You don't sit around thinking "9 + 1 is 10, carry 1, so 9 + 1 is 10, carry the 1, so 9 + 1 is 10, so 1000." It's the same situation in an advanced circuit. |
Minecraft wiki entry for Mob_grinder, associated text: A 3-tier lava grinder for killing iron golems and smaller mobs, although baby zombies can slip through.
Another lava grinder (front view). |
Minecraft wiki entry for Development_versions, associated text: Added a mojang-minecraft-ui module with API structures for creating simple dialog boxes:
Added ActionFormData/ModalFormData/MessageFormData types in the mojang-minecraft-ui namespace. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.