![]() |
VOOZH | about |
| Health points | Large: 16HPπ β€οΈ Γ 8 Semi-large: 9HPπ β€οΈ π β€οΈ π β€οΈ π β€οΈ π π Medium: 4HPπ β€οΈ π β€οΈ Small: 1HPπ π |
|---|---|
| Behavior | Hostile |
| Mob type | π Image Monster |
| Attack strength |
Large: Easy: 3HPπ β€οΈ π π Normal: 4HPπ β€οΈ π β€οΈ Hard: 6HPπ β€οΈ π β€οΈ π β€οΈ Semi-large: Easy: 2.5HPπ β€οΈ Γ 1.25 Normal: 3HPπ β€οΈ π π Hard: 4.5HPπ β€οΈ Γ 2.25 Medium: Easy and Normal: 2HPπ β€οΈ Hard: 3HPπ β€οΈ π π Small: 0HPπ π€ |
| Hitbox size | Large: Height: 2.08 blocks Width: 2.08 blocks Semi-large: Height: 1.5625 blocks Width: 1.5625 blocks Medium: Height: 1.04 blocks Width: 1.04 blocks Small: Height: 0.52 blocks Width: 0.52 blocks |
| Spawn |
|
| Can be leashed | No |
| Can ride boats | Yes, if small |
| Can ride minecarts | Yes |
{
"title": "Slime",
"rows": [
{
"field": "(values exceeds 1000 characters...)",
"label": "(link to Health article, displayed as Health points)"
},
{
"field": "Hostile",
"label": "Behavior"
},
{
"field": "<span class=\"nowrap\"><span class=\"sprite-file\" style=\"\">(link to File:EntitySprite monster.png article, displayed as 16x16px|link=Monster|alt=|class=pixel-image|)</span>(link to Monster article, displayed as <span class=\"sprite-text\">Monster</span>)</span>",
"label": "(link to Mob type article, displayed as Mob type)"
},
{
"field": "(values exceeds 1000 characters...)",
"label": "Attack<br/>strength"
},
{
"field": "'''Large:'''<br/>Height: 2.08 blocks<br/>Width: 2.08 blocks <br/>'''Semi-large:'''<br/>Height: 1.5625 blocks<br/>Width: 1.5625 blocks <br/> '''Medium:'''<br/>Height: 1.04 blocks<br/>Width: 1.04 blocks <br/> '''Small:'''<br/>Height: 0.52 blocks<br/>Width: 0.52 blocks",
"label": "(link to Hitbox article, displayed as Hitbox size)"
},
{
"field": "(values exceeds 1000 characters...)",
"label": "(link to Mob spawning article, displayed as Spawn)"
},
{
"field": "No",
"label": "Can be (link to Lead article, displayed as leashed)"
},
{
"field": "Yes, if small",
"label": "Can ride (link to boat article, displayed as boats)"
},
{
"field": "Yes",
"label": "Can ride (link to minecart article, displayed as minecarts)"
}
],
"invimages": [
"Slime Spawn Egg"
],
"images": [
"Slime.png"
]
}
Slimes are cube-shaped hostile mobs that spawn deep underground in particular chunks, aboveground in swamps, or when an Oozing-affected entity dies. They move by jumping, chasing after their targets, and usually dealing damage on touch. Slimes spawn in different sizes, and larger ones split into smaller ones on death. Slimes are a major source of slimeballs.
Slimes spawn naturally in 3 sizes: small, medium, and large. A fourth size, known as semi-large, only spawns from trial spawners and the oozing mob effect[verify]. Slimes have an NBT tag, [Byte] Size, which determines their size. Small, medium, and big slimes have their Size set to 0, 1, and 3 respectively. Using the /summon or /data commands, a slime can be given any Size in the range from 0 to 126 (inclusive).[verify for Bedrock Edition]
A slime needs a space of 2.04Γ2.04Γ2.04 blocks to spawn, which must be clear of solid and liquid obstructions. When a slime attempts to spawn, the game checks to see if the space requirement is followed. Therefore, small and medium slimes are not able to spawn in 2-block tall areas even though it would normally be enough room for other small mobs. Any block within the space, even a glass pane, can prevent slimes from spawning.
The random distribution of slime sizes is affected by regional difficulty: chances range from 33% for each size at the low difficulty to 16% small, 33% medium, and 50% big with higher difficulty.
Slimes can spawn in swamps and mangrove swamps between the altitudes of Y=51 and Y=69 (inclusive) when the provided light level is 7 or less. They spawn most often on a full moon, and never on a new moon.
More precisely, the game checks two factors:
If these conditions are met and the altitude is acceptable, there is a 50% chance of spawning a slime.
The light level requirement for slime spawning in swamps is different from that of most hostile mobs, which spawn only at light level 0.[1] This allows slimes in swamps to spawn in dimly-lit areas where most hostile mobs can't, allowing swamp-based slime farms to be built.
Slimes spawn in the Overworld in slime chunks below the layer of Y=40 in groups of fourβ[JE only] or individuallyβ[BE only], regardless of the lighting or weather conditions.
About 1β10 of all chunks are generated as slime chunks, but they are not determined randomly. An algorithm is used to determine whether each chunk is a slime chunk. In Java Edition, whether a chunk at a particular set of coordinates becomes a slime chunk is determined by the world's seed. In Bedrock Edition, however, they are generated at the same coordinates in every world.
In Java Edition, slime chunks are determined pseudo-randomly by combining their chunk coordinates with the seed of the world.
This Java code can be used to print a message to the terminal indicating whether one specific chunk is a slime chunk.
importjava.util.Random; publicclass CheckSlimechunk{ publicstaticvoidmain(Stringargs[]){ // The worldseed from /seed. // Only the lowest 48 bits of the worldseed in binary // actually affect slime chunk placement. longseed=12345L; intchunkX=12;// Chunk coordinates = floor(block coordinate/16) intchunkZ=-3;// Chunk coordinates = floor(block coordinate/16) Randomrnd=newRandom( ( seed+ (int)(chunkX*chunkX*0x4c1906)+ (int)(chunkX*0x5ac0db)+ (int)(chunkZ*chunkZ)*0x4307a7L+ (int)(chunkZ*0x5f24f) )^0x3ad8025fL ); System.out.println(rnd.nextInt(10)==0); } }
The chunk coordinates and the world seed are combined to make a specific RNG seed to generate a random integer between 0 and 9 (inclusive). If the random integer is 0, then the chunk is a slime chunk. World coordinates can be converted to chunk coordinates by dividing by 16 and then rounding down. The world coordinates and the chunk coordinates are both 32-bit integers (instances of int).
In Bedrock Edition, the algorithm does not depend on the world seed, so the chunks that slimes can naturally spawn in inhabit the same coordinates for every world.[2]
Each trial chambers structure has a 25% chance to select slimes as the "small melee" mob for its trial spawners. This means only about 25% of trial chambers contain slime spawners within them.
Slimes from trial spawners spawn in sizes 1 (medium) and 2 (semi-large), unlike slimes that spawn in slime chunks and swamps, which come in sizes 0, 1 and 3 respectively.[3]
During ominous trials, each ominous trial spawner has a 1β7 chance to dispense lingering potions of Oozing, which spawn two medium slimes upon an affected entity's death. Any type of ominous trial spawner can dispense Oozing potions, regardless of the mob type it spawns.
If an entity inflicted with the Oozing effect dies, two medium-sized slimes appear at its death location.
In Java Edition, Oozing only spawns slimes in a 5Γ5Γ5 cube up to the maximum entity cramming count (default to 24).
From a single large slime, a player can expect an experience and slimeball yield of 12β28 and 0β32, respectively. The average yield from a single large slime is usually around 19 experience and 9 slimeballs.
| Item | Quantity / Chance / Average | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Default | Looting I | Looting II | Looting III | ||||||||||
| π Image | Slimeball[A][B] | 0β2 | 66.67% | 1.00 | 0β3 | 83.33% | 1.50 | 0β4 | 91.67% | 2.00 | 0β5 | 94.44% | 2.50 |
| π Image | Slimeball[C] | 1 | 100.00% | 1.00 | 1 | 100.00% | 1.00 | 1 | 100.00% | 1.00 | 1 | 100.00% | 1.00 |
| Item | Quantity / Chance / Average | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Default | Looting I | Looting II | Looting III | ||||||||||
| π Image | Slimeball[A][B] | 0β2 | 2β3 | 1 | 0β3 | 5β6 | 3β2 | 0β4 | 11β12 | 2 | 0β5 | 17β18 | 5β2 |
| π Image | Slimeball[C] | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
| Item | Amount | Probability | ||||
|---|---|---|---|---|---|---|
| Default | Looting I | Looting II | Looting III | |||
| π Image | Slimeball[A][B] | 0 | 1β3 (33.33%) | 1β6 (16.67%) | 1β12 (8.33%) | 1β18 (5.56%) |
| 1 | 1β3 (33.33%) | 1β3 (33.33%) | 1β4 (25.00%) | 1β6 (16.67%) | ||
| 2 | 1β3 (33.33%) | 1β3 (33.33%) | 1β3 (33.33%) | 5β18 (27.78%) | ||
| 3 | 0 | 1β6 (16.67%) | 1β4 (25.00%) | 5β18 (27.78%) | ||
| 4 | 0 | 0 | 1β12 (8.33%) | 1β6 (16.67%) | ||
| 5 | 0 | 0 | 0 | 1β18 (5.56%) | ||
| Average | 1 (1.00) | 3β2 (1.50) | 2 (2.00) | 5β2 (2.50) | ||
| π Image | Slimeball[C] | 1 | 1 (100.00%) | 1 (100.00%) | 1 (100.00%) | 1 (100.00%) |
| Average | 1 (1.00) | 1 (1.00) | 1 (1.00) | 1 (1.00) | ||
| Killed | 1 | ||||
|---|---|---|---|---|---|
| Item | Expected Drops | ||||
| Default | Looting I | Looting II | Looting III | ||
| π Image | Slimeball[A][B] | 1.00 | 1.50 | 2.00 | 2.50 |
| π Image | Slimeball[C] | 1.00 | 1.00 | 1.00 | 1.00 |
| Item | Quantity / Chance / Average | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Default | Looting I | Looting II | Looting III | ||||||||||
| π Image | Slimeball[A][B] | 0β2 | 66.67% | 1.00 | 0β3 | 66.67% | 1.33 | 0β4 | 66.67% | 1.67 | 0β5 | 66.67% | 2.00 |
| π Image | Slimeball[C] | 1 | 100.00% | 1.00 | 1 | 100.00% | 1.00 | 1 | 100.00% | 1.00 | 1 | 100.00% | 1.00 |
| Item | Quantity / Chance / Average | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Default | Looting I | Looting II | Looting III | ||||||||||
| π Image | Slimeball[A][B] | 0β2 | 2β3 | 1 | 0β3 | 2β3 | 4β3 | 0β4 | 2β3 | 5β3 | 0β5 | 2β3 | 2 |
| π Image | Slimeball[C] | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
| Item | Amount | Probability | ||||
|---|---|---|---|---|---|---|
| Default | Looting I | Looting II | Looting III | |||
| π Image | Slimeball[A][B] | 0 | 1β3 (33.33%) | 1β3 (33.33%) | 1β3 (33.33%) | 1β3 (33.33%) |
| 1 | 1β3 (33.33%) | 1β6 (16.67%) | 1β12 (8.33%) | 1β18 (5.56%) | ||
| 2 | 1β3 (33.33%) | 1β3 (33.33%) | 1β4 (25.00%) | 1β6 (16.67%) | ||
| 3 | 0 | 1β6 (16.67%) | 1β4 (25.00%) | 2β9 (22.22%) | ||
| 4 | 0 | 0 | 1β12 (8.33%) | 1β6 (16.67%) | ||
| 5 | 0 | 0 | 0 | 1β18 (5.56%) | ||
| Average | 1 (1.00) | 4β3 (1.33) | 5β3 (1.67) | 2 (2.00) | ||
| π Image | Slimeball[C] | 1 | 1 (100.00%) | 1 (100.00%) | 1 (100.00%) | 1 (100.00%) |
| Average | 1 (1.00) | 1 (1.00) | 1 (1.00) | 1 (1.00) | ||
| Killed | 1 | ||||
|---|---|---|---|---|---|
| Item | Expected Drops | ||||
| Default | Looting I | Looting II | Looting III | ||
| π Image | Slimeball[A][B] | 1.00 | 1.33 | 1.67 | 2.00 |
| π Image | Slimeball[C] | 1.00 | 1.00 | 1.00 | 1.00 |
1XP when killed by the player
Slimes move by hopping, which they do every 10 to 30 ticks (0.5 to 1.5 seconds). They can swim in water and climb ladders and scaffolding. Unlike other mobs, slimes continue moving when no players are nearby. Their exact routine is as follows:
The slime searches for a player (or, failing that, an iron golem) within 16 blocks (spherical) distance.
Unlike most mobs, slimes do not pathfind toward their target, always approaching their target in a straight line without avoiding environmental hazards such as lava, cactus or dangerous falls. This means they can easily get stuck in corners or behind walls, not knowing how to circumvent them. This behavior is shared by magma cubes.
A slime's maximum health is equal to its size squared, and its dimensions are 0.51 blocks times its size in each dimension. When a slime attacks, it deals damage equal to its size, except for size 0 (smallest) slimes, which do no damage, and do not prevent sleeping. Because small slimes still have a hostile AI, they continuously try to attack the player.
A slime's jump distance also depends on its size; a slime jumps a distance slightly farther than its length. When landing, a number (8 times the slime's size) of slime particles appear. Regardless of size, slimes always jump 1 block high.
When a slime larger than 0 dies, it spawns 2β4 new slimes equivalent to its size divided by 2, rounding down. A slime that was named with a name tag produces smaller slimes with the same name when it dies.
Slimes continuously damage all players, snow golemsβ[Bedrock Edition only], and iron golems they collide with (although damage immunity reduces the actual damage to 1 attack every half second), unlike other mobs that damage only those targets they specifically attack[4] and as a result they deal damage about twice as quickly as other mobs.
Slimes in water attempt to swim to the surface if possible. If forced to stay submerged, they eventually drown, splitting into smaller slimes that drown and finally drop slimeballs.
Slimes are immune to Oozing.
| Sounds | ||||||||
|---|---|---|---|---|---|---|---|---|
| Sound | Closed captions | Source | Description | Identifier | Translation key | Volume | Pitch | Attenuation distance |
| βSlime attacks | Hostile Creatures | When a slime attacks something | entity.slime.attack | subtitles.entity.slime.attackβ | 1.0 | 0.8β1.2 | 16 | |
| βSlime dies | Hostile Creatures | When a non-small slime dies | entity.slime.death | subtitles.entity.slime.deathβ | Large: 1.2 Medium: 0.4 | 0.64β0.96 | 16 | |
| βSlime dies | Hostile Creatures | When a small slime dies | entity.slime.death_small | subtitles.entity.slime.deathβ | 0.0 | 1.12β1.68 | 16 | |
| βSlime hurts | Hostile Creatures | When a non-small slime is damaged | entity.slime.hurt | subtitles.entity.slime.hurtβ | Large: 1.2 Medium: 0.4 | 0.64β0.96 | 16 | |
| βSlime hurts | Hostile Creatures | When a small slime is damaged | entity.slime.hurt_small | subtitles.entity.slime.hurtβ | 0.0 | 1.12β1.68 | 16 | |
| βSlime squashes | Hostile Creatures | When a non-small slime jumps | entity.slime.jump | subtitles.entity.slime.squishβ | Large: 1.2 Medium: 0.4 | 0.64β0.96 | 16 | |
| βSlime squashes | Hostile Creatures | When a small slime jumps | entity.slime.jump_small | subtitles.entity.slime.squishβ | 0.0 | 1.12β1.68 | 16 | |
| βSlime squashes | Hostile Creatures | When a non-small slime lands | entity.slime.squish | subtitles.entity.slime.squishβ | Large: 1.2 Medium: 0.4 | 1.0β1.5 | 16 | |
| βSlime squishes | Hostile Creatures | When a small slime lands | entity.slime.squish_small | subtitles.entity.slime.squishβ | 0.0 | 1.0β1.5 | 16 | |
| Sounds | |||||||
|---|---|---|---|---|---|---|---|
| Sound | Closed captions | Source | Description | Identifier | Translation key | Volume | Pitch |
| β ? | Friendly Mobs | When a slime dies | mob.slime.small | β ? | 1.0 | 0.8β1.2 | |
| β ? | Friendly Mobs | When a slime is damaged | mob.slime.small | β ? | 1.0 | 0.8β1.2 | |
| β ? | Hostile Mobs | When a non-small slime jumps or lands | mob.slime.big | β ? | 1.0 | 0.64β0.96 | |
| β ? | Friendly Mobs | When a small slime jumps or lands | mob.slime.small | β ? | 1.0 | 0.64β0.96 | |
| None | Noneβ[sound 1] | None | When a slime attacks something | mob.attack | Noneβ[sound 1] | 1.0 | 0.8β1.2 |
| β ? | Hostile Mobs | Unused sound event | mob.slime.attack | β ? | 1.0 | 1.0 | |
| Name | Identifier | Entity tags | Translation key |
|---|---|---|---|
| π EntitySprite slime.png: Sprite image for slime in Minecraft Slime | slime | frog_foodno_anger_from_wind_chargenon_controlling_rider |
entity.minecraft.slime |
| Name | Identifier | Numeric ID | Family | Translation key |
|---|---|---|---|---|
| π EntitySprite slime.png: Sprite image for slime in Minecraft Slime | slime | 37 |
mobmonsterslime | entity.slime.name |
Slimes have entity data associated with them that contains various properties.
Achievements that apply to all mobs:
| Icon | Achievement | In-game description | Actual requirements (if different) | Gamerscore earned | Trophy type (PS) | ||
|---|---|---|---|---|---|---|---|
| PS4 | Other | ||||||
| π Image | π Image | Overkill | Deal nine hearts of damage in a single hit. | Damage can be dealt to any mob, even those that do not have nine hearts of health overall. | 30 | Bronze | |
| π Image | π Image | Over-Overkill | Deal 50 hearts of damage in a single hit using the Mace | Damage can be dealt to any mob, even those that do not have 50 hearts of health overall. | 20 | Silver | |
| π Image | π Image | Mob Kabob | Hit five mobs in the same Charge attack using the Spear. | Armor stands and players also count for this achievement as they are technically mobs. | 10 | Bronze | |
Advancements that apply to all mobs:
| Icon | Advancement | In-game description | Actual requirements (if different) |
|---|---|---|---|
| π Image π Image | Adventure | Adventure, exploration and combat | Kill any mob, or be killed by any living entity. |
| π Image π Image | A Throwaway Joke | Throw a Trident at something. Note: Throwing away your only weapon is not a good idea. | Hit a mob with a thrown trident. |
| π Image π Image | Take Aim | Shoot something with an Arrow | Using a bow or a crossbow, shoot a mob with an arrow, tipped arrow, or spectral arrow. |
| π Image π Image | Mob Kabob | Hit five mobs in the same Charge attack using the Spear. | π Image Armor Stand and π Image Mannequin also count for this advancement. |
| π Image π Image | Arbalistic | Kill five unique mobs with one crossbow shot | π Image Armor Stand and π Image Mannequin also count for this advancement. This is a hidden advancement, meaning that it can be viewed by the player only after completing it, regardless of if its child advancement(s), if any, have been completed. |
| π Image π Image | Over-Overkill | Deal 50 hearts of damage in a single hit using the Mace | Damage can be dealt to any mob, even those that do not have 50 hearts of health overall. |
Note: This video is from 2012. Since then, slimes spawning in swamps has been added to the game.
| Java Edition Alpha | |||||||
|---|---|---|---|---|---|---|---|
| v1.0.11 | π Image π Image π Image Added slimes. | ||||||
| Slimes are the fifth hostile mob added to the game. | |||||||
| There are three sizes of slimes: small, medium, and big. Their exact size values in comparison to modern slimes is unknown. | |||||||
| On death, non-tiny slimes split into smaller slimes only if they are dealt exactly the same damage as their remaining health. | |||||||
| Small slimes drop 0β2 slimeballs. | |||||||
| Slimes spawn only below Y=32 | |||||||
| v1.0.12 | Big and medium slimes no longer spawn in Peaceful. | ||||||
| Slimes now have sound effects. | |||||||
| The targeting and attacking of slimes has been fixed. | |||||||
| v1.0.13 | π Image π Image π Image The model and texture of slimes has been changed. | ||||||
| Slimes now spawn only below Y=16. | |||||||
| v1.0.13_01 | Big and medium slimes are rarer now, as they have a spawn chance of 1 in 50. | ||||||
| v1.0.14 | All sizes of slime now have a 1 in 10 chance to spawn. | ||||||
| Slime spawning is now tied to slime chunks. For any given chunk there is a 1 in 100 chance of it being a slime chunk. | |||||||
| v1.0.17 | Slimes now spawn in multiplayer. | ||||||
| Slime chunks are more common. For any given chunk there is a 1 in 30 chance of it being a slime chunk. | |||||||
| v1.1.1 | Slime chunks are more common. For any given chunk there is a 1 in 10 chance of it being a slime chunk. | ||||||
| v1.2.0 | Slime spawning is disabled with the introduction of biomes. The slime mob was not included on the biome mob spawn list. | ||||||
| Java Edition Beta | |||||||
| 1.3 | Slimes can spawn again. | ||||||
| Despite a Mojang employee claiming slime spawning was enabled again in Beta 1.2[5], it was actually only enabled in Beta 1.3. | |||||||
| 1.4 | A multiplayer bug has been fixed where slimes split were visible only to the player that caused them to split and would not take any damage.[6] Because these slimes were client-side, the player could remove them only by exiting and logging back into the server. | ||||||
| 1.5 | Slimes no longer spawn in Peaceful difficulty and attack only when provoked. | ||||||
| Java Edition | |||||||
| 1.0.0 | Beta 1.9 Prerelease | Non-tiny slimes now split into smaller slimes when they receive more damage than their remaining health. | |||||
| Beta 1.9 Prerelease 5 | Slimes now spawn on levels 0β39 rather than 0β16, making them much more common. | ||||||
| 1.1 | 11w49a | Added slime spawn egg, allowing the player to spawn slimes. | |||||
| 1.3.1 | 12w15a | The slime spawning rate in superflat worlds has been decreased. | |||||
| 12w22a | Sizes of slimes is no longer sometimes wrong. | ||||||
| 12w23a | Jumping animations of slimes have been fixed. | ||||||
| 12w25a | The slime spawning rate in superflat worlds has been decreased, even more. | ||||||
| 1.4.2 | 12w38a | Slimes now have a new mob sound, the same as magma cubes, to make the sounds more realistic. | |||||
| 12w40a | Slimes are now easier to find as they spawn in swamp biomes at low light level. Since slimes can't swim, it is quite likely that they jump in deep water and eventually drown. | ||||||
| 1.5 | 13w10a | Slime spawn rates in swamps now depend on the current moon phase. | |||||
| 1.8 | 14w06a | Slimes can now swim as a result of the update to the new AI. | |||||
| Slimes now randomly change direction every so often, reducing the chance of them getting stuck in walls or corners. | |||||||
| Slimes now randomly despawn over time if no player is within a 32 block range. | |||||||
| The jumping mechanics of slimes have been changed. The distance they are able to jump corresponds to their size; they jump approximately the same distance as the length they are. They also turn and face their whole body to the player while attacking. | |||||||
| Huge slimes can now spawn while summoning with a command block. | |||||||
| 1.14 | 18w43a | π Image π Image π Image The texture of slimes has been changed. | |||||
| 19w08a | Hitbox side length for sizes 0, 1, 3 (small, medium, big) changed from 0.51, 1.02, 2.04 to 0.5202, 1.0404, 2.0808, respectively. | ||||||
| 1.16 | 20w06a | Small slimes now make sounds again when moving.[7] | |||||
| 1.17 | 21w10a | The maximum size of slimes is now 127. | |||||
| 1.20 | 23w18a | Slimes are now affected by the Jump Boost effect.[8] | |||||
| 1.20.2 | 23w33a | The sounds of slimes are now controlled by the "Hostile Creatures" instead of the "Friendly Creatures" sound slider.[9] | |||||
| 1.20.3 Experiment | 23w45a | Slimes now spawn in trial chambers behind the "Update 1.21" experimental data pack. | |||||
| 1.20.5 | 24w03a | Hitbox side length for sizes 0, 1, 3 (small, medium, big) changed from 0.5202, 1.0404, 2.0808 to 0.52, 1.04, 2.08, respectively. | |||||
| 1.20.5 Experiment | 24w13a | Two medium size slimes spawn when an entity (except boss mobs and slimes) dies with the Oozing effect. | |||||
| pre1 | Oozing now spawns slimes in a 5Γ5Γ5 volume up to the max entity cramming count. | ||||||
| Pocket Edition Alpha | |||||||
|---|---|---|---|---|---|---|---|
| v0.9.0 | build 1 | π Image π Image π Image Added slimes and slime spawn eggs. | |||||
| build 2 | Slimes now have sounds. | ||||||
| Slimes now spawn naturally. | |||||||
| v0.10.0 | build 1 | Slimes now have bouncing animations. | |||||
| v0.12.1 | build 1 | Slimes now have particles when jumping. | |||||
| Slimes now drop slimeballs.[verify] | |||||||
| v0.13.0 | build 3 | The spawning of slimes has been improved. | |||||
| Bedrock Edition | |||||||
| ? | Slimes spawn commonly in flat worlds. | ||||||
| 1.10.0 | beta 1.10.0.3 | π Image π Image π Image The texture of slimes has been changed. | |||||
| 1.16.201 | Slimes no longer spawn at ground level on flat worlds. | ||||||
| 1.20.60 Experiment | Preview 1.20.60.20 | Slimes now spawn in trial chambers behind the "Update 1.21" experimental toggle. | |||||
| 1.21.0 Experiment | Preview 1.21.0.20 | When an entity with the Oozing effect dies, two medium size slimes spawn. | |||||
| 1.21.80 | Preview 1.21.80.20 | A slime named with a name tag now produces smaller slimes with the same name when it dies. | |||||
| Legacy Console Edition | |||||||
|---|---|---|---|---|---|---|---|
| Xbox 360 | Xbox One | PS3 | PS4 | PS Vita | Wii U | Switch | |
| TU1 | CU1 | 1.00 | 1.00 | 1.00 | Patch 1 | 1.0.1 | π Image π Image π Image Added slimes. |
| TU9 | Added slime spawn egg, allowing the player to spawn slimes. | ||||||
| TU14 | 1.04 | The slime spawning rate in superflat worlds has been decreased. | |||||
| TU19 | CU7 | 1.12 | 1.12 | 1.12 | Slimes can now spawn in swamps at night. | ||
| New Nintendo 3DS Edition | |||||||
|---|---|---|---|---|---|---|---|
| 0.1.0 | π Image π Image π Image Added slimes. | ||||||
| Java Edition | |||||||
|---|---|---|---|---|---|---|---|
| 1.11 | 16w32a | The entity ID for slimes has been changed from Slime to slime. | |||||
| 1.13 | 17w47a | Numeric IDs for entities were presumably deprecated in this version.β[more information needed] | |||||
Issues relating to "Slime" are maintained on the bug tracker. Issues should be reported and viewed there.