text stringlengths 148 3k |
|---|
Minecraft wiki entry for The_third_day, associated text: Consider building a safe room, which is a simple room underground with a bed, a chest full of food, a bow and arrows (and/or a sword, if you have no bow or arrows), and a door opening. This is so that you can sleep through the night, minimize monsters, bring your... |
Minecraft wiki entry for Development_versions, associated text: MC-177099 – Zoglins lock on targets and don't pick another target if target is unaccessible.
MC-177361 – Villagers/wandering traders do not flee away from zoglins.
MC-180867 – Jukeboxes grabbed with an NBT+ picker do not release discs on right click.
MC-18... |
Minecraft wiki entry for Development_versions, associated text: Breaking a beehive while in creative mode will no longer drop the block as an item.
The honeycomb block now uses the stone block sound instead of the slime block sound. (MCPE-53577)
Green particles are now shown when crops get pollinated by bees.
Mob behav... |
Minecraft wiki entry for Cooked_Mutton, associated text: In Bedrock Edition, apprentice-level butcher villagers have a 25% chance to sell 4 cooked mutton for one emerald as part of their trades. |
Minecraft wiki entry for Glow_Squid, associated text: Glow squid appear to glow, but do not produce light. They stop glowing for 5 seconds (100 game ticks) when harmed. |
Minecraft wiki entry for Item_repair, associated text: A perfect repair is theoretically possible, but unlikely in practice. Combining items whose combined durability is more than 100% actually wastes more resources than simply using tools until they break. |
Minecraft wiki entry for Create_a_Mac_OS_X_startup_daemon, associated text: 1 Introduction
2 Word of interest about sudo
3 To do list
4 Creating a _minecraft daemon user and group
4.1 The easy (and incorrect) way
4.2 The hard (and correct) way
4.2.1 Creating the group (GID)
4.2.2 Creating the user (UID)
4.2.3 Creating ... |
Minecraft wiki entry for Arrow, associated text: Depends on how long the bow is charged for, around 1.2 with a fully charged bow. The exact formula is |
Minecraft wiki entry for Dispenser, associated text: Droppers can throw items or push them into adjacent containers.
Hoppers can push items into adjacent containers.
Ice and packed ice have reduced friction to the item entity movement.
Slime blocks can impart velocity to item entities when pushed by a piston.
Water can... |
Minecraft wiki entry for Deepslate_Tiles, associated text: "Whoops! Someone forgot the Grimstone Tiles recipe. It was totally not someone named kingbdogz. I don't even know who that guy is." – @kingbdogz on Twitter, February 17, 2021 |
Minecraft wiki entry for 2CHP, associated text: On the Monday after, Cece notices that Jo is quieter than usual, so by break time, she decides to cheer him up with club sandwiches and some fruit juice that she had bought from the canteen. When Cece heads over to talk to Jo, she notices three girl classmates beside him,... |
Minecraft wiki entry for Villager, associated text: Completing a trade with a villager increases its professional-level slightly. Some trades grant higher levels to the villager, while others do not. As it advances through its profession, the villager offers additional trades. When a villager unlocks a new trade at a h... |
Minecraft wiki entry for Illager, associated text: An illager[1] is a type of hostile mob that regularly spawns in woodland mansions, patrols, raids, and pillager outposts. All illagers are hostile toward players, villagers (excluding baby villagers), wandering traders and iron golems. |
Minecraft wiki entry for Coordinates, associated text: A command's execution position, rotation, dimension, and anchor all can change the effect of using ^ ^ ^. These can be updated by the /execute command. |
Minecraft wiki entry for Feather, associated text: Tamed cats have a 70% chance of giving the player a "morning gift", and the gift has a 16.13% chance to be a feather. |
Minecraft wiki entry for Player.dat_format, associated text: DebugProperty: A compound where each key is a block ID, and the value is the block state key to edit for that block ID. Block tags are not supported.
Block ID: The block state key of the block to edit, for example "minecraft:oak_fence": "east". |
Minecraft wiki entry for Boat, associated text: Boats can be destroyed by explosions, fire and lava (but not magma blocks), cactus, and by being punched by mobs, such as Drowned. Boats made invulnerable with commands cannot be broken by any of these, however they still cannot be used to travel on lava because they sink... |
Minecraft wiki entry for DeepDive2CHP, associated text: Harper feels victorious as she swims back out into the ocean, happy that a big problem had been solved. The next day, back in the real world, Ms. Minerva and Doc decide to have Harper, Morgan, Jodi, Po, and Ash all use the colored plastic lunch trays and reshape t... |
Minecraft wiki entry for Development_versions, associated text: Multiple enchantments on a book, when combined with a tool using an Anvil, give enchantments according to the tool. |
Minecraft wiki entry for Minecart_with_Chest, associated text: Minecarts with chests are also able to interact with hoppers. Hoppers can take items out from the minecart chest if they are below the track as the minecart rolls over it or put them in if the minecart rolls under a downward facing hopper. Hoppers can also ... |
Minecraft wiki entry for Horses, associated text: This breeding scheme proves difficult to model mathematically because probabilities cascade with every attempt, so the following tables show consistent experimental data over 420,000 trials per table. If both parents have the attribute listed in the "Both parents," the ... |
Minecraft wiki entry for Mushroom_Block, associated text: In Bedrock Edition, all-sided cap blocks, all-sided stem block (with id of "brown_mushroom_block"), and all-sidedpore block (with id of "brown_mushroom_block") are available in the Creative inventory. |
Minecraft wiki entry for JSON_format, associated text: conditions:
effects: A list of status effects the player has.
<minecraft:effect_name>: A status effect with the key name being the status effect name.
amplifier: The effect amplifier.
amplifier:
max: The maximum value.
min: The minimum value.
duration: The ... |
Minecraft wiki entry for Create_New_World, associated text: World Preferences
Contains two toggles: Starting Map (disabled by default) and Bonus Chest (also disabled). |
Minecraft wiki entry for Procedural_animated_texture_generation, associated text: Calculates a color_heat as the soup_heat clamped between 0 and 1 inclusive.
Then it calculates the color components of the pixel as follows:
float red = 32 + color_heat^2 * 32
float green = 50 + color_heat^2 * 64
float blue = 255
float al... |
Minecraft wiki entry for Development_versions, associated text: Fixed several crashes that could occur during gameplay.
Fixed a crash that could occur when stepping into a nether portal at the same time as a phantom. (MCPE-43115)
An evocation fang without an owner no longer crashes the game when it tries to deal damage... |
Minecraft wiki entry for Block_entity_format, associated text: : The block entity's root tag.
BaseX: The X postionn of its base.
BaseY: The Y postionn of its base.
BaseZ: The Z postionn of its base.
Size: The size of this chalkboard.
OnGround: True if it is on ground.
Locked: True if it is on locked.
Owner: The ... |
Minecraft wiki entry for Development_versions, associated text: Fixed problems launching beta versions of Forge.[4][5]
Fixed patch note link leading to the incorrect page.
Fixed taskbar icon and WM class on linux.
Fixed crash report not showing up immediately if launcher was re-opened on game crash.
Fixed unapproved la... |
Minecraft wiki entry for Development_versions, associated text: Enchanting is now server-side instead of being only a client-side change.
Fixed ⇧ Shift + Click crash bug with enchanting tables and brewing stands.
Critical hits now appear in multiplayer.
Glass towers stretching to the top of the map no longer appear ove... |
Minecraft wiki entry for Development_versions, associated text: MC-102439 – Shield desynchronizes.
MC-156306 – Villager not throwing bread during idle/meet up times.
MC-156600 – Shields appear to stop blocking when they have taken damage and are still in use.
MC-160020 – Pulled bow changes its texture to the unpulled o... |
Minecraft wiki entry for Terrain_features, associated text: Hills are randomly generated pieces of land on the map. Like stairs, hills are always traversable to their lowest point by virtue of the algorithm that generates them; there is almost always a place on each level from where the next level can be accessed, mean... |
Minecraft wiki entry for Lingering_Potion, associated text: CustomPotionEffects: The custom potion effects (status effects) this potion or tipped arrow has.
One of these for each effect.
Id: The numeric ID of the effect.
Amplifier: The amplifier of the effect, with level I having value 0. Negative levels are discuss... |
Minecraft wiki entry for Development_versions, associated text: 1.11-pre1
16w44a
16w43a
16w42a
16w41a
16w40a
16w39a • 16w39b • 16w39c
16w38a
16w36a
16w35a
16w33a
16w32a • 16w32b |
Minecraft wiki entry for How_to_play, associated text: Some dye materials are harder to find than others. While most Dyes can be crafted from flowers like Red Dye from a Poppy, some Dyes are found or created in more obscure ways such as: |
Minecraft wiki entry for Material_Reducer, associated text: The material reducer is a block used in chemistry to learn about the natural world, by reducing Minecraft blocks to their component elements. |
Minecraft wiki entry for 2010_Indie_of_the_Year_Awards, associated text: Minecraft: New Nintendo 3DS Edition was released on September 13, 2017. It is a unique port developed by Other Ocean Interactive. It is available on the Nintendo eShop, but only for the New 3DS and New 2DS. Multiplayer is limited to local play. Th... |
Minecraft wiki entry for Door, associated text: The tops of doors do not rotate in an expected way when opened and closed.[5]
Doors are intentionally modelled as to have an extra hinge appear on the opposite side of the actual functional hinge.[6] Why this was done is unknown. |
Minecraft wiki entry for Building_a_metropolis, associated text: TimJanism (TimJan's ideal city)
Material-based economy, gold ingots are recommended as they don't have many uses like diamonds have. This will make no one able to create more by just printing it and thereby make money safer and that will let investors and... |
Minecraft wiki entry for Jens_Bergensten, associated text: Jens' Minecraft wiki name automatically changed from "Jeb" to "Jeb mojang" during the Gamepedia migration. |
Minecraft wiki entry for Loot_table, associated text: binomial—A random number following a binomial distribution
n: Number provider. The amount of trials.
p: Number provider. The probability of success on an individual trial. |
Minecraft wiki entry for clone, associated text: clone <begin: x y z> <end: x y z> <destination: x y z> [maskMode: MaskMode] [cloneMode: CloneMode]
Clones all blocks or only non-air blocks.
clone <begin: x y z> <end: x y z> <destination: x y z> filtered <cloneMode: CloneMode> <tileName: Block> <tileData: int>
clone <be... |
Minecraft wiki entry for Development_versions, associated text: Fixed ticks not affecting blocks changing states - this means that things like crops and saplings will once again grow correctly (MCPE-116221).
Fixed the player being unable to interact with a tool in their inventory after breaking blocks with it in surviv... |
Minecraft wiki entry for Water-powered_boat_transportation, associated text: In the third example, you can have another straight flow only in the same direction; you cannot have a new straight flow perpendicular to a previous straight flow, or the boat cannot be pulled across the gap. The straight flow must end with a ... |
Minecraft wiki entry for Wolf, associated text: Tamed wolves at full health can be bred with any type of meat, including rotten flesh and raw chicken without causing the hunger status effect. There is a 5-minute cooldown for breeding, during which the wolf does not accept meat. |
Minecraft wiki entry for Slime_farming, associated text: Both slime blocks and sticky pistons, which are crafted using slimeballs, are essential in many redstone builds. Slimeballs can also be crafted into magma cream, which is needed for brewing potions of fire resistance. Because slime blocks break instantly when hit... |
Minecraft wiki entry for Armor, associated text: A piece of armor can be repaired in an anvil by adding units of the armor material's repair material, with each repair material restoring 25% of the armor item's maximum durability, rounded down. Chainmail armor can be repaired in an anvil using iron ingots. Netherite ar... |
Minecraft wiki entry for Rube_Goldberg_machine, associated text: 1 Ideas
1.1 Mobs
1.2 Item flow
1.3 Water-torch
1.4 Cannonstone
1.5 Greenstone
1.6 Sandclock
1.7 "Pistone"
1.8 Oh, shoot.
1.9 Worth a shot
1.9.1 Variation
1.10 Hot gravel
1.11 Music
1.12 Mine-blowing carts
1.12.1 Jumps
1.12.2 Minecart marble run
1.13 Sourc... |
Minecraft wiki entry for Gear, associated text: 1 Obtaining
2 Usage
2.1 Texture generation
3 Data values
3.1 ID
4 History
5 Issues
6 Gallery
7 References |
Minecraft wiki entry for Pointed_Dripstone, associated text: To create them manually, simply keep stacking pointed dripstones on either the stalactite or the stalagmite or both until they join together, the last pointed dripstone placed being the most slender part of the whole column. Based on the direction of the last... |
Minecraft wiki entry for Development_versions, associated text: 1.18 experimental snapshot 2 (known as 1_18_experimental-snapshot-2 in the launcher) is the second experimental snapshot for Java Edition 1.18, released on July 20, 2021,[7][8] which makes numerous changes to world generation and mob spawning functionality... |
Minecraft wiki entry for Missing_textures_and_models, associated text: For cases where the missing model was used in-game, see Java Edition missing texture and model uses § Missing model. |
Minecraft wiki entry for Content_inaccessible_in_Survival, associated text: Petrified Oak Slab
unless brought in from an earlier version where they were obtainable normally
Player Head
Sculk Sensor[until JE 1.19] |
Minecraft wiki entry for Wolf, associated text: The first screenshot of wolves.[8]
The second screenshot of wolves. Here, Jeb implemented sitting and has a new texture.[9] |
Minecraft wiki entry for Furniture, associated text: Lay down 5×3 wooden slabs. At the two long ends, make a 3×1 fence. Cover the whole lot in green carpet/rug. In the middle of the long sides and at the side, place 3 high wooden blocks, with tripwire hooks on the inside of the top blocks, connected by string for the n... |
Minecraft wiki entry for Minecart_with_Chest, associated text: When on top of detector rails, nearby redstone comparators will give out redstone signals based on how full the minecarts with chests are. |
Minecraft wiki entry for Button, associated text: A button can be used as a monostable power source (it automatically deactivates shortly after being activated). |
Minecraft wiki entry for Memory, associated text: Such an "RS NAND latch" is equivalent to an RS NOR, but with inverters applied to all the inputs and outputs. The RS NAND is logically equivalent to the RS NOR, as the same R and S inputs give the same Q output. However, these designs take inverse R and S (R̅, S̅) as in... |
Minecraft wiki entry for Nether_wart_farming, associated text: Before making a nether wart farm, it is necessary to have one soul sand per nether wart which can be grown. At least one nether wart is also needed to begin producing. It is recommended to have more than one, however, to decrease the initial amount of time ... |
Minecraft wiki entry for Creating_resource_pack_add-ons, associated text: To rename something, go into the Text file, and find en_us (for English), it is separated into stuff like items and tiles to achievements or warnings
Some mob textures are TGAs, You can get a converter such as Pixillion.
Some other textures (Such... |
Minecraft wiki entry for Shrub, associated text: When broken normally, shrubs have a 1⁄8 chance of dropping wheat seeds, due to being a type of grass. This drop rate is affected by fortune like normal grass as well. Shrubs can be obtained as an item using shears. |
Minecraft wiki entry for Water, associated text: The button for swimming is the same as the button for jumping; non-swimming players and mobs sink slowly in water. Holding the swim button raises the player through the water, and when the surface is reached, the player bobs up and down. The crouch button can be used to ... |
Minecraft wiki entry for Sheep, associated text: Sheep can be bred using wheat, after which they spawn a baby sheep. They cannot breed for five minutes after the baby sheep appears. |
Minecraft wiki entry for Organization, associated text: Here are some different recommended keyboard bindings to use for more advanced players and what fingers might be assigned to them: |
Minecraft wiki entry for Door, associated text: Wooden doors can be broken with anything, but axes are fastest. A pickaxe is needed to obtain an iron door by breaking it. All doors drop themselves if they no longer have a block beneath them that can support them. |
Minecraft wiki entry for Item_Frame, associated text: 1 Obtaining
1.1 Breaking
1.2 Natural generation
1.3 Crafting
1.4 Trading
2 Usage
2.1 Item display
2.2 Rotation
2.3 Glow Item Frames
3 Sounds
4 Achievements
5 Data values
5.1 ID
5.2 Block states
5.3 Item data
5.4 Entity data
5.5 Block data
6 Video
7 History
8 Gallery... |
Minecraft wiki entry for Brewing_Stand, associated text: Block entity data
Tags common to all block entities[show]
BrewTime: The number of ticks the potions have to brew.
CustomName: Optional. The name of this container in JSON text component, which appears in its GUI where the default name ordinarily appears.
Fuel:... |
Minecraft wiki entry for Spawner, associated text: A spawner is also disabled by filling the spawning volume with solid blocks. This is often used to disable magma cube spawners, as magma cubes can spawn in any light level. However, since all magma cubes require the space of a large magma cube in order to spawn, a clev... |
Minecraft wiki entry for Development_versions, associated text: When the GUI is opened, ⇧ Shift + clicking an item or a stack in the inventory now transfers it directly into the crafting grid. |
Minecraft wiki entry for SkyBox_Labs, associated text: SkyBox Labs is a Canadian independent game development studio based out of Burnaby, British Columbia, Canada. The studio was brought on to assist with bringing Bedrock Edition to Nintendo Switch and PlayStation 4,[2][3][4] as well as implementing VR support to the ... |
Minecraft wiki entry for Fox, associated text: Red foxes prefer to attack chickens, rabbits, and baby turtles, all of which are on land, over cod, salmon, and tropical fish; conversely, arctic foxes prefer to attack cod, salmon, and tropical fish over land-dwelling creatures. |
Minecraft wiki entry for Door, associated text: Doors generate in some generated structures, forming the entrances to the majority of buildings. Doors do not generate in zombie villages. |
Minecraft wiki entry for Survival_in_an_infinite_desert, associated text: As sticks can be collected from dead bushes and string is dropped by spiders, you could use a village crafting table to craft a fishing rod, giving you a sustainable food source (using water from wells or river biomes and repairing or replacing r... |
Minecraft wiki entry for Memory, associated text: Size
"In a void", that includes required blocks supporting redstone.
Delay
The number of ticks from the trigger to switching the output.
Cycle time
How often the latch can toggle, including any recovery time. This is the period of the fastest clock that can drive it.
Ot... |
Minecraft wiki entry for World_boundary, associated text: 1 Definition
1.1 Java Edition
1.1.1 Horizontal limits
1.1.2 Vertical limits
1.2 Bedrock Edition
1.2.1 Horizontal limits
1.2.2 Vertical limits
2 Effects
2.1 Java Edition
3 History
3.1 Horizontal boundaries
3.2 Vertical boundaries
3.3 Older version effects
3.3.1 I... |
Minecraft wiki entry for Minecart_booster, associated text: This launcher is an improvement over the classic door launchers. A door properly placed above a block will prevent a minecart from passing through the block only when it's opened. |
Minecraft wiki entry for execute, associated text: Result
Unparseable if the argument is not specified correctly
In following conditions, terminates when this subcommand is not at end of the subcommands chain; fails when at the end:
If <start>, <end>, or <destination> is unloaded or out of the world.
If the volume of t... |
Minecraft wiki entry for Exploring_caves, associated text: Weapons - Because of a cave's low light level, mobs such as zombies, spiders, skeletons, creepers, and possibly other aggressive mobs will spawn on the dark areas of the cave, making exploration dangerous. It is recommended the player bring weapons such as swor... |
Minecraft wiki entry for Weather, associated text: In older versions of Minecraft, the initial occurrence of inclement weather is predetermined per seed. For example, if the first storm occurs during the second day in one world, and another world is created with the same seed, a storm also occurs during the second day.... |
Minecraft wiki entry for The_Wild_Update, associated text: Obtained by using a water bucket on a tadpole, similar to obtaining a bucket of fish or axolotls.
Can be used to transport tadpoles to another location, similarly with fish and axolotls. |
Minecraft wiki entry for Beginner%27s_guide, associated text: The right button is more complex: This is the "Use" command, with effects that depend not only on what you're pointing at, but on what you're holding. There are special blocks (such as the "crafting table" discussed below) which open a GUI when used, but if ... |
Minecraft wiki entry for Smelting, associated text: "[MC-165990] Crafting bamboo into scaffolding gives you 8 times the furnace fuel for free - Jira" – Mojira, November 21, 2019. |
Minecraft wiki entry for Advancement_guide, associated text: The first step is building the biggest nether portal possible (23x23). Before attempting to move the ghast through it you should enter the portal to load the chunks and remove any block which might suffocate the ghast. Then you can use fishing rods (prepare a... |
Minecraft wiki entry for Emerald_Ore, associated text: 1 Obtaining
1.1 Breaking
1.2 Natural generation
2 Usage
2.1 Smelting ingredient
2.2 Note blocks
3 Sounds
4 Data values
4.1 ID
5 History
6 Issues
7 Trivia
8 Gallery
8.1 Ruby
9 References |
Minecraft wiki entry for Development_versions, associated text: "@MCPE4theBeacon Not quite ready for full implementation. You might see it go away in the next beta, but the team is still working hard on it!" – @MattGartzke on Twitter |
Minecraft wiki entry for SkyWars, associated text: Water bucket
Lava bucket
Diamond pickaxe
Diamond axe
Splash potion of Regeneration (0:40)
Splash potion of Speed (around a minute)
Potion of Fire Resistance (3 minutes)
Bow enchanted with Power I or Power III, 15 arrows (if the bow is Power I) or 20 arrows, if it's a P... |
Minecraft wiki entry for 2010_Indie_of_the_Year_Awards, associated text: Data packs[Java Edition only] provide a way for players to further customize vanilla worlds in a similar way to resource packs. Unlike resource packs, which modify the game's resources, data packs can be used to override or add new advancements, ... |
Minecraft wiki entry for Nether_survival, associated text: When a fungi is placed on its corresponding nylium and then fertilized with bone meal, it can turn into a huge fungi. Warped (blue) fungi can turn only into a huge warped fungi if placed on warped nylium (blue nylium), and vice versa with crimson. There is no s... |
Minecraft wiki entry for fluid_state, associated text: Name: The namespaced ID of the fluid to use.
Properties: Fluid properties. All properties for the fluid need to be present.
<state>: Fluid property key-value pair. |
Minecraft wiki entry for Pulse, associated text: The "greenstone" or "leafstone" transport depends on updates of leaf blocks depending on changing distance from the nearest log block. This transport is particularly helpful in transporting signal upwards and downwards. Updates do propagate to neighboring blocks though, ... |
Minecraft wiki entry for Things_not_to_do, associated text: Redstone mechanisms can be dangerous if not used correctly. For example, the player might make a mistake and push a block into their own head and suffocate or blow themselves up, or trap themselves inside the build. This also break the redstone build, which co... |
Minecraft wiki entry for Dungeon, associated text: For each attempt, a location and size (an open area with a width and length of 7, 9, or 11 and a height of 6) is chosen. The attempt succeeds if the following conditions are met: |
Minecraft wiki entry for Brickcraft, associated text: https://www.lego.com/cdn/cs/set/assets/bltf87fd15a8f67c6fd/bits_n_bricks_s01e01_minecraft_feature_and_transcript.pdf |
Minecraft wiki entry for Animal, associated text: These mobs and blocks don't have a in-game category but were simply based on real life animals or mythical animals such as dragons. |
Minecraft wiki entry for Jump_Boost, associated text: This section is about the effect IDs. For the IDs on potions, see Potion § Item data. For for the IDs on tipped arrows, see Arrow § Metadata. |
Minecraft wiki entry for Phantom-proofing, associated text: Any AFK spot can be turned into a simple phantom farm. Like most other mobs, phantoms are helpless in bubble columns and take damage from magma blocks. Well-placed windows can lure phantoms to the player so they can be dragged down by downwards bubble columns ... |
Minecraft wiki entry for DungeonCrawl2CHP, associated text: Although Po wanted to get back to Minecraft as soon as possible, it would end up being a few days before he would do so as everyone was working on putting the finishing touches on the play. Ash meets with everyone backstage, about to make her final report to M... |
Minecraft wiki entry for Carrot, associated text: Carrots can be farmed and harvested on farmland. Planted carrots take 8 stages to grow, and go through 4 visually distinct stages. Mature carrot crops drop 2 to 5 carrots (over 3 per crop harvested on average). Bone meal can be used on carrot crops. Using a tool enchant... |
Minecraft wiki entry for 3CHP, associated text: The next day, Tank notices Shark waiting at the bottom of the stairwell, who questions Tank as to why they aren’t hanging out. Tank mentions the community service he has to do, and Shark decides to tell A.J. and Gus that Tank is in juvenile detention. Tank then meets Jake... |
Minecraft wiki entry for Falling_blocks, associated text: If the falling_block block spawns at the same coordinates as an existing block, an error: "Unable to summon object." is thrown. |
Minecraft wiki entry for Historical_effects, associated text: Every power of 2 that the player goes, the hitbox of the block that the player is facing becomes more and more distorted.
The hitbox becomes increasingly more corrupted and distorted until it disappears entirely at X/Z ±2,147,483,648.
X/Z ±2,048: Hitbox begi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.