Yes. Your explored terrain, your builds, your chests and what is inside them, your items, your player, your mobs, your tamed animals, your villagers, your maps and your redstone circuits arrive in the other edition in the state you left them. When a piece of data cannot cross as-is, we tell you which one and why, further down this page.
You will find the details here, in both conversion directions: what arrives as-is, what needs an adaptation, what Minecraft recomputes by itself, and the little that does not exist at all in the other edition.
152entity types
42enchantments
45potion variants
37effects
For a regular survival world
If you play vanilla (a base, farms, chests, animals, a village, a few hundred hours), you get back what you built and what you carry. You wake up at home, at your position, with your inventory, your XP, your active effects and your bed as respawn point.
What no converter can recover is terrain you never walked through: it was never written to your disk, so there is nothing to convert, and the target edition will generate it its own way. Hence the useful habit before exporting: go take a walk through the areas you care about. The rest of the differences are listed below, each with what is kept and where the limit comes from.
Java and Bedrock are not two copies of the same file
Blocks, entities, inventories, maps, chunks: nothing is stored the same way on both sides. So renaming a file extension converts nothing. Every piece of data has to be read and rewritten in the format the other engine expects, knowing the differences down to the detail: the order of the sherds on a decorated pot, how a bee remembers its hive, or the fact that a timer counts down on one side and points at a deadline on the other.
That is the work WorldSwitch does, and it is what lets this page go into this level of detail.
WorldSwitch does not just convert blocks
Geometry is the easy part. What makes a world yours is more like everything that was still in progress when you quit the game.
A lit furnace keeps its ongoing smelt, its fuel and the XP waiting inside.
A campfire keeps its four pieces of food and each one's cooking timer.
A lectern keeps its book and the exact page it was open at.
A chiseled bookshelf keeps every book in its own slot, and your secret door still opens.
A chest you never opened keeps its loot table: it still has its surprise for you.
A mount keeps its saddle, its armor, its chest and its riders.
A map keeps its drawing pixel by pixel, with its scale and its center.
A repeater stopped mid-cycle resumes with the right remaining delay, like the water that was mid-flow.
A villager keeps its job, its level, its trades, its discounts and its bed.
Already-primed TNT keeps its countdown: it will go off right on time.
An interrupted raid resumes at its wave, with its raiders and its progress bar.
A beacon keeps its beam, its two powers and its pyramid level.
What could not follow is written down, and you know where to read it
While converting, the engine records everything it could not reproduce identically: a property the target version does not know yet, a state with no equivalent, data set aside to allow the trip back. Every family is named and counted, instead of being summed up in a vague warning.
You read it in two places. On the final screen first: the number of recorded differences appears as soon as the conversion is done, and if your world contains experimental Bedrock content, we tell you which experiment to enable BEFORE opening it. In the converted world next: a file named worldswitch_command_report.json is dropped at its root, with the detail family by family. The total there is always exact; the detail covers the 200 most frequent families, and the file itself tells you how many are left beyond that.
⌕
What do the 5 markers mean?
✓ ConvertedThe data moves across as-is.
✓ Converted, adaptedThe data moves across; a secondary layer is adjusted to fit the other edition.
↻ Recomputed by MinecraftMinecraft rebuilds this state itself on first load. Nothing is lost in the file.
▰ Kept for the trip backUnusable in the target edition, the data is kept alongside the world so the trip back is possible.
— No equivalentThe mechanic does not exist in the other edition: there is nothing to translate it into. What surrounds it is kept.
Terrain & world
Everything you already explored comes with you, across all three dimensions.
✓ Converted
The terrain you explored
Every area already generated is rebuilt block by block: your landscape, caves, mineshafts, paths and everything you built there arrive in place, at the same coordinates.
Two bounds frame this promise, and each has its own card below: the height available in the target edition, and the blocks the target version you choose can describe.
✓ Converted
All three dimensions
The Overworld, the Nether and the End are converted together, with their builds, their chests and their inhabitants. Your portals stay aligned.
The three dimensions do not have the same height from one edition to the other: the Nether case has its own card below.
✓ Converted, adapted
Biomes
The biomes of explored areas are converted along with your terrain. Your blocks and builds are never replaced because a biome had to be adapted.
When a biome exists on both sides, its counterpart is used. When it exists in only one edition, WorldSwitch keeps the closest available biome. The difference then shows up in what depends on the biome: grass and water tint, ambient sound, local weather, natural spawns.
A Java / Bedrock difference The two editions do not carry exactly the same biome list.
✓ Converted
Flat or void worlds
A flat world stays flat and a void world stays void: the composition, order and thickness of your layers are kept, along with the biome when it exists on both sides.
What gets generated AROUND afterwards is another matter: "generate structures", features, lakes and structure overrides are not described the same way in both editions. Your source world's setting comes back if you convert back, but the target edition may place structures where the other did not. A layer made of a block the target version does not know yet falls under the "target version" card below: the case is flagged, never silent.
▰ Kept for the trip backJava → Bedrock
Your world border, going to Bedrock
Your terrain does not shift by a single block: a border is only a rule laid over the world, and everything it enclosed arrives intact.
Bedrock has no world border: the converted world opens unbounded. Your border is kept alongside the world — center, size, safe zone and damage — and comes back unchanged if you convert back to Java. Since Java 1.21.9 each dimension can have its own: a border specific to the Nether or the End is flagged in your conversion report.
A Java / Bedrock difference The border is a feature Bedrock simply does not have.
✓ Converted, adaptedBedrock → Java
Your world border, going to Java
Your terrain, your builds and everything inside as well as outside the border arrive intact, at the same coordinates.
A world born on Bedrock has no border to give: the feature does not exist in that edition, so the Java world opens unbounded, just as it did on Bedrock. A world that started on Java gets its exact border back — center, size, safe zone, damage and warning distance.
A Java / Bedrock difference It is Bedrock that has no border; Java describes one perfectly well.
↻ Recomputed by Minecraft
Chunk lighting
Your torches, lanterns, lamps, light blocks and stained glass all arrive exactly where you placed them.
The light map itself is not copied from one engine to the other: Minecraft recomputes it the first time the chunk loads, and the result is the target edition's normal lighting.
State the game recomputes The game redoes this computation, not us, and it redoes it on every version update anyway.
Blocks & redstone
Blocks keep their orientation, their state and their pending timers.
✓ Converted
Blocks and their orientation
Every block keeps its orientation. A log placed sideways stays sideways, a stair still faces the same way, and a door you left open still opens on the right side.
✓ Converted
The 16 colors
Wool, concrete, terracotta, stained glass, carpets, beds, candles and banners keep their exact color, both ways.
✓ Converted
Slabs, stairs, doors, trapdoors
A slab placed on top stays on top, an upside-down stair keeps its orientation, and a door keeps its hinge on the right side.
✓ Converted
Waterlogged blocks
A stair, fence, slab or sign placed in water stays waterlogged after conversion, and bubble columns keep their direction.
✓ Converted
Copper and its oxidation
Your copper blocks keep their look, from brand new to fully oxidized, with the exposed and weathered stages in between. And if they are waxed, they stay waxed.
✓ Converted
Your crops and how grown they are
Wheat, beetroot, carrots, melons, cocoa, bamboo, cactus: every plant resumes at the exact growth stage you left it at, and tilled soil keeps its moisture level.
✓ Converted
Redstone component orientation
Repeaters, comparators, observers, pistons (base and head), levers and torches keep their orientation, their delay and their powered state. Your circuits restart the right way round.
✓ Converted
Redstone dust signal
The signal strength running through each redstone dust is kept, from 0 to 15.
✓ Converted
Rails
Rails, powered, detector and activator rails keep their shape (curve, slope) and powered state.
✓ Converted
Pending timers
A repeater mid-flip, water or lava mid-flow, frosted ice mid-melt, a crop about to grow: pending timers are converted with the right remaining delay.
✓ Converted, adapted
A piston frozen mid-push
The piston, its arm and the block it was moving all three arrive, in place, facing the right way: nothing drops on the ground and nothing turns into air.
The animation itself is not replayed: the carried block is placed on its DESTINATION cell, the one the game would have given it two ticks later. In practice you get the result of the push, not its intermediate frame, and a flying machine stopped mid-cycle may need one pulse to restart.
A Java / Bedrock difference The two editions describe a moving block with entirely different schemas. Copying Java's made the piston drop as an item and the pushed block turn to air: resolving the push is what keeps the build whole.
Advanced details 1
✓ Converted, adapted
Tick-perfect machine behavior
All your components arrive, oriented, powered and timed as you left them: the circuit is physically identical, block for block.
Java and Bedrock do not resolve redstone in the same order. Builds that rely on that detail (quasi-connectivity, BUDs, flying machines, very tight clocks) can behave differently in game, and sometimes need a tweak.
A Java / Bedrock difference It is the game engine that differs, not the world file: no converter can change that, whichever one you use.
Blocks that hold something
It is not just the block that moves: it is what is inside it.
✓ Converted, adapted
Furnaces mid-smelt
A lit furnace keeps its ongoing smelt, its remaining fuel and the accumulated experience waiting inside. Smokers and blast furnaces too, with their own speed.
Java remembers WHICH recipes produced that experience, Bedrock only the TOTAL. From Bedrock to Java the total is therefore spread over one reference recipe: you collect the right amount of XP when emptying the furnace, without the itemized list. And a smelting recipe with a custom duration (datapack) resumes at the vanilla duration.
A Java / Bedrock difference The two editions do not store a furnace's experience at the same level of detail.
✓ Converted
Campfires and their food
Each of the four slots keeps its food AND its own cooking timer: the meat that was nearly done stays nearly done.
✓ Converted, adapted
Brewing stands
A brewing stand keeps its brewing potions, its blaze powder, its water and the remaining brew time.
A brewing stand whose total brew time was changed by a datapack resumes at the vanilla duration: the brew in progress continues, at the game's normal speed.
A Java / Bedrock difference Bedrock has no way to describe a custom brew duration.
✓ Converted
Beacons
An active beacon keeps its beam, its primary and secondary powers, and its pyramid level. Everything is there from the first load, with nothing to rebuild.
✓ Converted
Lecterns
A lectern keeps the book placed on it and the exact page it was open at.
✓ Converted
Chiseled bookshelves
Every book stays in its exact slot, out of the six: the comparator behind your secret door will read the same value.
✓ Converted
Jukeboxes
The inserted disc stays in the jukebox. The track restarts from the beginning when you play it again: the game plays the sound, it is not stored in the world file.
✓ Converted
Beehives and their bees
A beehive keeps the bees stored inside, each with its own state, along with its honey level.
✓ Converted, adapted
Signs
The text, the 16 colors, bold, italic and the glowing effect of BOTH sides of a sign are kept, hanging signs included, and the wax too.
Two kinds of formatting have nowhere to go. Java's underline and strikethrough no longer exist on Bedrock: those two codes now name material tints there (copper, redstone). The other way round, those same tints have no Java color name. Either way the text, its base color and its formatting stay, and the case is named in the report.
A Java / Bedrock difference Bedrock reassigned the underline and strikethrough codes to colors. Emitting those codes for a Java style would give a wrong hue, not an underline.
✓ Converted, adapted
Banners and their patterns
A banner keeps its layered patterns, in order, with their colors, and its rotation on its post. Ominous banners and pillager banners too.
Both editions share the vanilla patterns. If one of them just added a pattern the other does not have yet, that single layer is the only one affected: it is named in the conversion report, and the banner keeps all its other layers and its place.
A version difference The two editions do not add new patterns at the same time.
✓ Converted, adapted
Decorated pots and flower pots
A decorated pot keeps its four sherds, each on the right face and the right way round, along with its contents. A flower pot keeps its plant.
Since Java 26.3, a pot face can carry a sherd renamed at an anvil: Bedrock only records the sherd's identifier, so the motif is there but not the custom name. The case is named face by face in the report.
A Java / Bedrock difference Bedrock stores one identifier per face, where Java stores a full item.
✓ Converted
Item frames and paintings
A frame keeps its displayed item and its rotation; a glow frame stays glowing. A painting keeps its motif, its size and its wall.
✓ Converted, adapted
Monster spawners
A spawner keeps the mob it spawns and all its settings: delay, activation range, count per wave.
A spawner set to pick between SEVERAL mobs keeps only the main one: the most likely in its list. The spawner itself works normally.
A Java / Bedrock difference The two editions do not describe a weighted draw between several mobs the same way.
✓ Converted, adapted
Vaults and trial spawners
Vaults and trial spawners are converted with their contents: the list of mobs they spawn, their normal and ominous settings, the selected reward table and the players already registered.
For a Bedrock → Java conversion, provide your Java ID: that is what lets a vault you already opened stay opened for you. Without it, it may offer its reward again.
A Java / Bedrock difference A vault remembers WHO opened it, and the two editions do not identify players the same way.
✓ Converted, adaptedJava → Bedrock
A trial interrupted mid-wave
The trial spawner arrives in place, with its mobs, its settings, its reward table and the players it had registered: your trial chamber stays playable from end to end.
If you leave the world mid-wave, the trial does not resume in the middle of that wave: it returns to its waiting phase and re-arms when you come close. You run it again from the start, for the same loot.
Current WorldSwitch limit This is a WorldSwitch precaution, not an edition difference: an advanced phase state written with partially translated contents made Bedrock CRASH when approaching the spawner, in game. We prefer a trial to redo over a world that closes.
Chests & inventories
Every slot, every stack, every nested container.
✓ Converted
Chests and containers
The contents of chests, double chests, barrels, hoppers, dispensers, droppers and shulker boxes are transferred slot by slot, in the right order.
✓ Converted
Containers inside containers
A shulker box stored in a chest keeps all its contents, with the enchantments and wear of every item inside. The nesting holds all the way down.
✓ Converted
Chests you never opened
A dungeon, temple, ruined portal or shipwreck chest you have not opened yet keeps its loot table: it still has its surprise for you, and the surprise will be the target edition's one.
✓ Converted
Your full inventory
Your hotbar, bag, armor and off-hand are transferred as-is, with the enchantments, wear and custom names of every item.
✓ Converted
Your ender chest
The 27 slots of your personal ender chest are kept.
Items
An item is more than a name: its wear, its enchantments and its history follow.
✓ Converted, adapted
Enchantments
The 42 enchantments WorldSwitch knows are converted with their exact level, on your tools, weapons, armor and books, including levels beyond the vanilla maximum. The named list is at the bottom of this page.
One Java enchantment is missing from it: Sweeping Edge, which Bedrock has never had. A sword carrying it goes through the conversion with everything else (its name, its wear, its other enchantments) and the report names the enchantment removed.
A Java / Bedrock difference Bedrock has no Sweeping Edge: there is no identifier to translate it into, and inventing one would make the item unreadable.
✓ Converted
Durability and repair cost
The wear of your tools, weapons and armor is kept to the point: a half-broken pickaxe stays half-broken, and its anvil repair cost follows.
✓ Converted
Custom names and lore
An item renamed at an anvil keeps its name, and item descriptions (lore) are kept line by line.
✓ Converted
Potions
The 45 potion variants WorldSwitch knows (normal, extended, strong) are converted, as a bottle, a splash potion, a lingering potion or a tipped arrow.
✓ Converted
Written and enchanted books
A signed book and quill keeps its text page by page, its title and its author. An enchanted book keeps all its enchantments and their levels.
✓ Converted, adapted
Firework rockets
Rockets keep their flight duration, their explosion shapes, their effects (twinkle, trail) and their colors, fade colors included. A firework crafted in game goes off exactly the same.
Java allows any color, Bedrock works with the 16 dyes. A color built with commands, outside those 16, is matched to the closest dye: that shows on a map with bespoke colors, not on a normally crafted rocket.
A Java / Bedrock difference Bedrock names firework colors by dye, not by a free value.
Advanced details 2
✓ Converted, adapted
Items built with commands
An item stays your item: its identity, its count, its name, its wear and its enchantments make it through the conversion.
The components Java introduced in 1.20.5 do not all have a Bedrock counterpart. Some only touch appearance (custom model, tooltip color, display flags): the styling drops and the item stays. Others define its BEHAVIOR: an item made edible, gliding, wearable in an unusual slot, or whose max stack size was redefined by command. That one does arrive in your inventory, but it falls back to the vanilla behavior of its identifier. Every component involved is named in the report, and the report tells the two cases apart.
A Java / Bedrock difference Java rewrote how it describes items in 1.20.5; Bedrock does not follow the same model.
✓ Converted, adapted
Player heads
A player head stays a player head, placed exactly where you put it, with its rotation.
The skin it shows depends on an online account specific to each edition: it may not carry over, leaving a head with the default face.
A Java / Bedrock difference The face is not stored in the world, it is fetched from that edition's servers.
Your player
You wake up at home, with your stuff and your level.
✓ Converted
Your position in the world
You reappear in the same place you logged off, in the right dimension and facing the same way.
✓ Converted
Your experience and levels
Your XP level and how full your experience bar is are kept exactly.
✓ Converted
Your health, hunger, saturation
Your health points, hunger bar, saturation, remaining air and current fall are transferred.
✓ Converted, adapted
Your active potion effects
The 37 effects WorldSwitch knows (speed, strength, fire resistance, poison, absorption, levitation, the omens…) are kept with their level and remaining duration, on you and on your mobs.
Four Java effects have no Bedrock counterpart: Glowing, Luck, Bad Luck and Dolphin's Grace. When one of them is active at save time, it stops there (as it would have stopped when its duration ran out) and it is named in the report. All your other effects keep running.
A Java / Bedrock difference Those four effects do not exist in Bedrock: there is no identifier to translate them into.
✓ Converted, adapted
Your respawn point
Your respawn point comes along, at the same coordinates and in the right dimension, whether you sleep in a bed or use a respawn anchor in the Nether.
Two of Java's fine settings have no Bedrock field: the direction you face when you respawn, and the flag that forces the respawn even if the bed was destroyed. They are kept alongside the world for a trip back to Java; on Bedrock you respawn in the right place, simply facing the default direction, and Bedrock applies its own rule if the bed is gone.
A Java / Bedrock difference Bedrock describes neither the respawn angle nor that flag. We would rather archive them than invent a field.
✓ Converted
Your game mode
Survival, creative, adventure or spectator: you get back the mode you were playing in, with the flight ability that goes with it.
✓ Converted, adapted
The other players in the world
The other players' profiles are preserved: inventory, armour, ender chest, XP, health, position and respawn point. Java and Bedrock don't use the same account system, so WorldSwitch lets you link each player to their target account when you know their ID.
If you don't know that mapping, the profile is not thrown away: it is preserved, and WorldSwitch can create a recovery copy of its belongings in the world, near spawn, never replacing an existing block. An unknown identity therefore never becomes a silent loss of inventory. Going Bedrock → Java, you enter each player's Java UUID before starting the conversion. Going Java → Bedrock, no linking is offered: with only the information a world carries, we cannot reliably attach a profile to an Xbox account, and we would rather not advertise a capability we cannot honour; the profile and the backup copy are there all the same.
A Java / Bedrock difference The two editions do not use the same account system, and no world file carries the mapping: it can only come from you.
Advanced details 2
✓ Converted, adaptedJava → Bedrock
Your active attribute bonuses
Your speed, your reach, your luck, your knockback resistance: the EFFECTIVE value of each of your attributes is carried over exactly as you had it, including when a potion, an enchantment or a datapack had changed it.
Java stacks those bonuses as separate modifiers, each with its own duration; Bedrock keeps no such list on the player. WorldSwitch therefore folds their effect into the base value: you arrive with exactly the same numbers, but a bonus that was meant to EXPIRE becomes permanent on Bedrock. The report names every attribute involved. A value outside the range Minecraft allows is brought back into it, the same way the game does.
A Java / Bedrock difference Bedrock has no modifier list on the player: there is nowhere to write "this bonus expires in two minutes".
↻ Recomputed by Minecraft
Your exact posture at save time
Your position, your view direction, your health and all your gear are carried over as-is.
If the world was saved while you were crawling, swimming or gliding, the game may stand you up on load. You are in the same place, in the same second of play.
State the game recomputes Posture is a momentary state the engine recomputes on every load, conversion or not.
Mobs & animals
152 entity types, with what makes them yours.
✓ Converted
Which mobs are converted?
The engine handles 152 entity types: 90 living creatures (animals, monsters, villagers, bosses) and 62 other entities (vehicles, projectiles, frames, paintings, dropped items). The full named list is at the bottom of this page.
✓ Converted
Animal colors and variants
A sheep's color and whether it is already sheared, a cat's or wolf's collar, the variant of a rabbit, fox, axolotl, frog or tropical fish are kept.
✓ Converted
Tamed status
Your tamed animals (dogs, cats, horses, parrots, llamas) stay tamed, sitting or standing as you left them, with their health and their name.
✓ Converted, adapted
The bond between you and your pet
Your dog stays your dog: tamed, named, sitting where you left it, with its collar in the right color.
It may no longer recognize you as its owner on first load. Providing your Java ID for a Bedrock → Java conversion clearly reduces that risk.
A Java / Bedrock difference The bond points at a player account, and the two editions do not identify accounts the same way.
✓ Converted
Mounts and their gear
A horse's variant and color, its saddle, its armor, a donkey's chest and its contents, a llama's carpet, a pig's or strider's saddle: it all follows. And a mount keeps its riders.
✓ Converted
What mobs are carrying
A skeleton with an enchanted bow, a helmeted zombie, an enderman holding a block: gear, main hand, armor and carried block are kept.
✓ Converted, adapted
Baby animals and breeding
A baby stays a baby, with the time left before it grows up, and an adult that just bred keeps its cooldown before it can breed again.
One case does not follow: a baby whose ageing was LOCKED by command, so it stays small forever. Bedrock cannot lock an age: that baby will grow up normally. The lock is kept alongside the world, so a trip back to Java finds it intact.
A Java / Bedrock difference Bedrock has no age-lock field on a native mob: inventing one would be a gamble, not a conversion.
✓ Converted, adapted
Mobs named with a name tag
A renamed mob keeps its name above its head, with its formatting: your animals and mini-bosses stay recognizable at a glance.
Java can additionally require a name to be rendered PERMANENTLY, even through walls and without looking at the mob. Bedrock shows names by its own rule: the name is there, its forced permanence is not. The Java intent is kept alongside the world, so a trip back to Java finds it again.
A Java / Bedrock difference Bedrock's visibility field is a constant on every named mob, as read from native worlds: it does not carry Java's "always shown" intent.
✓ Converted
Leashed mobs
An animal on a leash stays attached after conversion, whether it is tied to a fence post or held by you.
✓ Converted, adapted
Mob state at save time
A burning mob keeps its fire, a poisoned mob its effect and duration, a charged creeper stays charged, and an angry piglin or wolf still arrives angry, at the same target.
What gets adjusted is how long it stays angry. Java counts the remaining anger ticks, Bedrock only remembers WHO the mob is angry at. A mob from a native Bedrock world therefore restarts on a standard anger duration; one from a world already run through WorldSwitch gets its exact counter back.
A Java / Bedrock difference Bedrock stores no anger counter on a native actor: the target exists on both sides, the duration does not.
Advanced details 2
↻ Recomputed by Minecraft
What a mob was in the middle of doing
The mob is there, at its exact position, with its health, its name, its gear, its age and its effects.
The path it was computing and the target it was chasing are not saved data: it takes its decision again on the first tick, exactly as after any reconnection.
State the game recomputes Minecraft itself does not store an AI's in-progress decision in the world file.
▰ Kept for the trip backJava → Bedrock
The flower a hive had memorized
The hive arrives with its bees, their state and its honey level. The bees find their hive again and go back to foraging.
On Java, the hive memorizes the exact flower its bees were visiting; on Bedrock, the bees themselves remember their anchor point. So we do not fabricate an invented field: the value is kept alongside the world for a trip back to Java, and in game the bee picks a new flower.
A Java / Bedrock difference The two editions do not store this information in the same place. Inventing a Bedrock field that does not exist on a native hive would be a gamble, not a conversion.
Villagers, villages & raids
A village is not a pile of houses: it is a network of jobs, beds and workstations.
✓ Converted
Villager professions
The profession (farmer, librarian, cleric…), level, experience and biome outfit of your villagers are kept.
✓ Converted
Villager trades
Every trade is kept as-is: what the villager asks for, what it sells, the quantities, the enchantments on the book on offer and the uses left. And if you cured it from zombification, its discounts follow too.
✓ Converted
The village itself
The beds, bells and workstations that make a village a village are converted with their occupancy: who sleeps where, who works at which station. A villager finds its bed and its job again instead of everything being reassigned at random.
✓ Converted, adapted
A raid in progress
A raid interrupted by the save resumes where it was: the current wave, the raiders already there with their group and their captain, the progress bar and the bad omen on your player. The raid is neither declared won nor lost on your behalf.
The two editions do not tie a raid to its village the same way: Java tracks each villager by its point of interest, Bedrock reasons over a village box. The village that owns the raid is therefore rebuilt from the villagers, golems and cats converted around its center, otherwise Bedrock would judge the village empty and cancel the raid on the first tick. A very spread-out village may be grouped slightly differently.
A Java / Bedrock difference The two editions do not describe a village with the same objects. Rebuilding is what lets the raid survive the load; copying it as-is would get it cancelled.
Vehicles & projectiles
Including what was already mid-flight when the world was saved.
✓ Converted
Boats, minecarts and their contents
Every boat wood type, bamboo rafts, chest boats and their contents, storage, hopper and TNT minecarts arrive in place, with their riders, mob or player.
✓ Converted, adapted
What was already in the air
An arrow stuck in a wall, a thrown trident, an ender pearl in flight, a splash potion mid-arc, primed TNT with its countdown, an End crystal, a lingering cloud fading out: everything airborne at save time arrives at its position, with its velocity, and with its shooter whenever that link exists on both sides.
The two editions do not describe a projectile with the same granularity. A splash or lingering potion in flight receives the fields Bedrock does have (its effect, its radius, its duration) and the full Java description is kept alongside the world, so a trip back to Java recovers it whole.
A Java / Bedrock difference Bedrock's description of a projectile is shorter than Java's: what has no field is archived rather than invented.
✓ Converted
A fishing line in the water
The bobber stays on the water, linked back to the right angler.
Advanced details 1
✓ Converted, adaptedJava → Bedrock
Spectral arrows
The arrow stays: stuck in the scenery or mid-flight, with its trajectory and its shooter.
Bedrock has no spectral arrow: it arrives as an ordinary arrow, without the glowing outline effect.
A Java / Bedrock difference That projectile simply does not exist in Bedrock.
Maps
The drawing itself, not just the item.
✓ Converted, adapted
Your maps and their drawing
Your explored maps are converted pixel by pixel (128 × 128), with their scale, center, dimension, locked state and the banner and frame markers placed on them. What you uncovered stays uncovered.
Java describes each pixel by a palette entry, Bedrock by a free color. Coming from Bedrock, each pixel therefore joins the closest Java palette entry: the drawing, the terrain and the shading are there, a few shades may be very slightly off. And where Java distinguishes each explorer map type (ocean, mansion, trial…), Bedrock has just one map: the drawing and the marker follow, the type label does not. One Java-only tracking flag is kept alongside the world for the trip back.
A Java / Bedrock difference The two editions do not store a map in the same color format: Java's palette and Bedrock's colors do not overlap exactly.
✓ Converted
Map walls in item frames
Every map stays in its frame, in its place and with its rotation: a 3 × 3 map wall stays a 3 × 3 map wall, and each tile still shows its own piece.
Generated structures
A structure's already-generated blocks are kept as soon as they exist in the target version. It is the structure's internal label that differs by direction.
✓ ConvertedBedrock → Java
Your structures, Bedrock to Java
Fortresses, monuments, temples, outposts, trial chambers: the blocks, chests, items and already-generated mobs are kept.
The structure's internal identity is rebuilt from what Bedrock records in its chunks: Java therefore knows again that this corridor belongs to a fortress, which matters for structure-specific spawns and for `/locate`.
▰ Kept for the trip backJava → Bedrock
Your structures, Java to Bedrock
Your fortress stays your fortress: every block, every chest, every item, every mob already there makes it through the conversion. The build is intact and can be explored normally.
What does not follow yet is the internal label telling Minecraft "this chunk is part of a fortress". In practice that affects `/locate` and structure-only spawns, not the build, not its contents. The data is kept alongside the world, so a trip back to Java recovers it.
Current WorldSwitch limit This is a current WorldSwitch limit, not an edition difference: Bedrock does store this information, but in a format that is not yet fully established. We would rather not invent it than risk a world that refuses to load.
World settings
Settings the two editions share are carried over as-is.
✓ Converted
The world seed
The seed is kept. It only drives terrain not yet explored: what you already visited comes from your world, not from a regeneration.
✓ Converted, adapted
Game rules
Rules recognized by both editions (day/night cycle, fall damage, keepInventory, mobGriefing, fire, TNT, PvP, command blocks, sleeping percentage…) are kept with their value.
A rule that exists on only one side has nowhere to go: Java has some thirty that Bedrock does not (portals, command reach, entity cramming…), and the reverse is true too. Those are listed in your conversion report. Since Java 26, fire spread is set by a RADIUS around the player where Bedrock only has a yes/no: fire stays on or off as it was, but without the radius notion.
A Java / Bedrock difference The two editions do not carry the same list of rules.
✓ Converted
Difficulty and hardcore mode
The difficulty level (peaceful, easy, normal, hard) is kept, and a hardcore world stays a hardcore world, both ways.
✓ Converted
Time, weather and world age
The in-game time, the current weather (rain, thunderstorm) and the world age counter are transferred: you resume at the same moment of the same day.
✓ Converted
The world name and spawn point
Your world keeps its name in the world list, and its shared spawn point (where new players arrive) is kept.
✓ Converted, adapted
The generator type
Flat worlds, with the composition and thickness of their layers, and void worlds are kept. Your already-explored terrain arrives just as you left it.
"Large biomes" and "amplified" do not exist on Bedrock: terrain generated LATER, beyond what you visited, will be normal terrain.
A Java / Bedrock difference Those two generation modes only exist in Java.
Command blocks & technical maps
For command-driven maps: the fine print starts here.
✓ Converted, adapted
Command blocks
Command blocks are converted with their mode (impulse, chain, repeat), their conditional flag, their name, their powered state and their last output, and their vanilla commands are rewritten into the target edition's syntax.
Timing does not always cross. Bedrock can delay any command block and can also tell it to skip the first tick; Java has a native interval only on the repeating block. When that timing has no faithful Java form, the block arrives DISARMED rather than firing at the wrong rate: its command is handed back to you in the report, with its position and original delay, so you can rewire it with a clock. In Java → Bedrock, some information attached to a command has no equivalent. When WorldSwitch can remove it without changing the main action, the target or the conditions that decide whether the command runs, it keeps the command without that information and reports the difference. If removing it could broaden a test or filter, target something else, change the main action, or if the command is malformed, the block stays DISARMED and the original command is reported.
A Java / Bedrock difference The two editions do not schedule time the same way and cannot express all the same information inside a command. WorldSwitch removes unsupported information only when the main action, target and execution conditions stay the same; otherwise it disarms the block and reports the case rather than letting the command change role.
✓ Converted, adapted
Command selectors
Selectors and their common filters are translated into the target edition's syntax: @p, @a, @e, @s, @r, tag=, name=, type=, scores=, distance=, limit=, sort=, gamemode=, view angles and volumes, including the forms Bedrock spells differently.
Four filters exist only on Java (`nbt=`, `predicate=`, `advancements=`, `team=`) along with entity-tag targeting (`type=#minecraft:raiders`). When one shows up, the command is never copied over blindly. Inside a command text it is replaced at its exact spot by a comment naming the filter at fault. Inside a command block, an item or a minecart (where Bedrock has no comment syntax) the block arrives disarmed and the explanation reaches you in the report, with its position and the original command.
A Java / Bedrock difference Those filters query systems Bedrock does not have. Copying an invalid selector would make the command fail silently.
✓ Converted, adapted
Rich text (/tellraw, /title)
Text components are translated between Java's JSON format and Bedrock's rawtext format: colors, bold, italic, nested text, translated strings with their arguments, inserted scores and player names resolved by a selector.
Two things find no destination on Bedrock. INTERACTIVE text first: a click that runs a command, a hover tooltip, text inserted on click, a custom font, keybind display, data reads. UNDERLINE and STRIKETHROUGH next: Bedrock reassigned those two codes to material tints, so there is no style left to aim at. Either way the message stays, its color and bold stay, and the component at fault is flagged at its location instead of turning into an empty rawtext.
A Java / Bedrock difference Bedrock's rawtext has no interactivity field, and its underline codes now serve another purpose: there is nothing to translate a click, a hover or an underline into.
Advanced details 4
✓ Converted
Structure blocks
A structure block keeps its name, mode, size, offset, rotation, mirror and integrity, that last value being rewritten in the target edition's scale.
✓ Converted, adapted
Scoreboards
Objectives, every player's scores and the display slot (sidebar, player list, below name) are converted, title included.
Java TEAMS (color, prefix, suffix, friendly fire, collision, member list) have no Bedrock counterpart: they are not transferred. Scores themselves stay intact.
A Java / Bedrock difference Bedrock has no scoreboard team system.
— No equivalentJava → Bedrock
Map mechanisms exclusive to Java
Your command blocks, your scores, your signs, your trapped chests and the whole build of the map are converted normally.
Custom boss bars and scheduled world events are Java-only systems: they have no destination on Bedrock. Chunks kept loaded, on the other hand, exist on both sides (`/forceload` on Java, `/tickingarea` on Bedrock) but with different rules: WorldSwitch does not automatically turn one into the other, and a map that relies on them needs its areas recreated on the Bedrock side.
A Java / Bedrock difference The first two do not exist in Bedrock. The third does, but the two systems do not overlap enough for an automatic translation to be faithful: we would rather tell you what to redo than produce areas that behave differently.
✓ Converted, adapted
Single-edition commands
Vanilla commands are translated from one syntax to the other, including the awkward cases: relative and local coordinates, block states, NBT, dimensions, sounds, recipes, effects.
When a command simply does not exist in the target edition, it is never copied over as-is. Inside a command text it is replaced at the exact spot by a comment saying what was missing. Inside a command block, where no edition accepts a comment, the block arrives disarmed and the report hands you its position and original command: you see what to rewire instead of hunting for why the map no longer starts.
A Java / Bedrock difference The command does not exist in the other edition; inventing a rough translation would break the map silently.
Target version & recent content
Minecraft moves constantly. WorldSwitch follows the version you target, and warns you instead of guessing.
✓ Converted, adapted
The version you target
WorldSwitch writes your world for the target version you pick: blocks and their states are laid down in the form that version can read. That is what avoids the classic converted world that refuses to load.
One family is deliberately left out of that filtering: ITEMS. An item identifier our target-version registry does not know is kept as-is rather than replaced, because substituting blindly has already made perfectly valid items vanish, Minecraft carrying legacy identifiers no registry lists. The item therefore arrives in your chest, and the report tells you which one might not exist in your version. Blocks, states and entities are indeed adapted or flagged.
Current WorldSwitch limit This is a deliberate WorldSwitch choice: between deleting an item that may well have existed and letting it through with a warning, we would rather destroy nothing. Targeting a recent version closes the subject.
✓ Converted, adaptedJava → Bedrock
Bedrock experimental content
The content of the very latest drops (dappled forest, poplars, cushions, straw beds, wool stairs…) is kept in your world. We do not replace it with air: deleting your build would be irreversible, ticking a box is not.
On Bedrock, this content lives behind an experiment you have to enable. WorldSwitch tells you at the end of the conversion which one to enable, before opening the world, and warns you that enabling an experiment disables that world's achievements, permanently.
A version difference On Java the same content is ordinary; on Bedrock it sits behind a toggle. The content being there says nothing about the toggle's state.
Advanced details 1
✓ Converted, adapted
What a brand-new version just added
Your block stays placed, in position, with its orientation; your item stays your item; your mob stays your mob, with everything the target version can describe.
If Mojang just added a block property, an enchantment, an effect or the contents of a brand-new block, and the target version does not know it yet, that unsupported part is removed rather than making the block or the whole chunk get rejected. An ITEM is different: it keeps its identifier and still arrives in your chest; the "target version" card explains why. Every affected case appears by name in the report, with its occurrence count. A concrete example: Java 1.21.5's "Spring to Life" vegetation (bush, cactus flower, firefly bush, leaf litter, dry grass, wildflowers) has existed in Bedrock since 1.21.70; it therefore goes through without a word if you target a recent version, and is only flagged on an earlier target.
A version difference The two editions do not move at the same pace; writing an unknown property gets the block rejected, sometimes the whole chunk. Targeting a recent version is often the answer.
The real limits between the two editions
They are few, they are not hidden, and each card says what stays and what changes. The report shipped with your world names and counts the gaps actually recorded on yours.
— No equivalent
Terrain you never visited
Everything you explored comes with you, block by block: your bases, your farms, your roads, your mines. Nothing you have seen gets regenerated.
Terrain you never visited exists in no file: it will be created by the target edition, with its own generator. And since Java and Bedrock do not generate the same way, the same seed gives a different landscape there: a seam may be visible at the edge of what you explored.
A Java / Bedrock difference That terrain was never written to your disk: there is nothing to convert. The right move: go walk through the areas you care about before exporting.
— No equivalentJava → Bedrock
Builds on the Nether roof
Your whole Nether is converted up to the bedrock ceiling: your roads, gold farms, portals and bases under the roof arrive intact.
Java's Nether is twice as tall as Bedrock's. What you built ABOVE the roof literally has no room in a Bedrock Nether, which stops at that height. Nothing is force-lowered: that would shift every coordinate around it.
A Java / Bedrock difference The two editions do not have the same Nether height. WorldSwitch counts what overflows and tells you, exact height included, in the conversion report.
— No equivalent
Statistics and advancements
Your world, items, XP and builds arrive intact. It is your career counters that reset, not your game.
Statistics (distance walked, mobs killed, play time) and unlocked advancements rely on different identifiers and different trees between the two editions. We also do not artificially turn your Java advancements into Bedrock achievements: that would be fabricating rewards you did not earn in that edition.
A Java / Bedrock difference The two editions share neither the same advancement list nor the same way of counting them.
— No equivalentJava → Bedrock
The furnace minecart
The minecart stays on your rails, in place, and rolls normally.
Bedrock has no furnace minecart: it arrives as an ordinary minecart, without its ability to push a train on coal.
A Java / Bedrock difference That vehicle does not exist in Bedrock. It is not a missing mapping, the mechanic is simply not there.
Advanced details 4
— No equivalentJava → Bedrock
Java-only items
Everything the two editions share makes it through the conversion, with its count, wear, enchantments and name.
Four creation tools have no counterpart: the debug stick, the knowledge book and the two test blocks. Each one is named in the conversion report, with its reason.
A Java / Bedrock difference We do not swap them for a lookalike: blind substitution has already made perfectly valid items disappear. We record and name instead.
✓ Converted, adaptedBedrock → Java
Bedrock build-restriction blocks
The "allow", "deny" and "border" blocks become barriers on Java: the invisible wall stays exactly where you placed it, and it still blocks the way.
What Java cannot reproduce is the attached rule: allowing or denying building for a player in adventure mode. The resulting barrier blocks the way without carrying that permission.
A Java / Bedrock difference These three blocks belong to Bedrock and its build-permission system. The barrier is the closest real parent: it keeps the visible function.
— No equivalentJava → Bedrock
Java-only technical entities
The 152 entity types both editions share are converted, including mobs, vehicles, projectiles and decoration.
Display entities (block, item, text), markers and interaction zones are map-maker tools that only Java has. They do not arrive in the Bedrock world, and each one is named in the conversion report rather than vanishing without a word.
A Java / Bedrock difference No Bedrock actor matches them. Writing an entity Bedrock does not know crashes the chunk load: silence here would be worse.
— No equivalent
Custom dimensions
The Overworld, the Nether and the End are converted in full, with everything they hold.
A dimension added by a datapack or a mod relies on content that lives outside the world. WorldSwitch does not rewrite it into an equivalent Bedrock definition: without that content it has no destination in the converted world, and a command that ran inside it is flagged at the exact spot where it sat.
Current WorldSwitch limit This is the same boundary as mods and datapacks: we convert the world, not the extensions that make it run.
What WorldSwitch does not convert (and why that is normal)
A world is not a server. Here is the boundary, said clearly before you buy.
— No equivalent
Mods (Forge, Fabric…)
Terrain, vanilla blocks and everything you built with them are converted normally.
A mod is not world data: it is code running alongside the game, and it only exists on Java. The blocks and items it adds have no counterpart anywhere else.
A Java / Bedrock difference No converter can carry mod code to Bedrock, or the other way.
— No equivalent
Datapacks
What a datapack already PLACED in your world as vanilla blocks stays in your world and converts like the rest.
The datapack itself (its functions, loot tables, recipes, predicates) is a Java-only system. It will no longer run after the conversion.
A Java / Bedrock difference Bedrock has no datapacks; its counterpart, add-ons, uses an entirely different model.
— No equivalent
Behavior packs and add-ons
The world and all its vanilla content are converted normally.
Behavior packs and add-ons are a Bedrock-only system: they describe behaviors in JSON and have no Java equivalent.
A Java / Bedrock difference The two editions do not extend the game the same way.
▰ Kept for the trip back
Texture and sound packs
Your world arrives complete; the game applies its default textures, and you can reinstall an equivalent pack in the target edition.
A world can embed its own pack — `resources.zip` or the `resourcepacks/` folder on Java, `resource_packs/` on Bedrock. WorldSwitch keeps it as-is alongside the converted world: nothing is thrown away, and it comes back intact if you convert back. It is not TRANSLATED though: models, textures and sounds do not share a format across editions.
A Java / Bedrock difference The pack is kept, but its format does not exist as-is in the other edition.
— No equivalent
A server's configuration
The world hosted on that server is converted in full: terrain, builds, chests, players, mobs.
What surrounds the world (`server.properties`, whitelist, operators, bans, permissions, plugins, startup scripts) belongs to the server software, not to the world.
A Java / Bedrock difference WorldSwitch converts the world; it does not transform the server software or the extensions around it.
How far does fidelity go? Even these details are tracked
What follows is tiny, and none of it is a warning. It is the level of detail we work at: even down there, when something cannot cross over, it is written down.
The exact flower a bee was visitingJava notes it on the hive, Bedrock on the bee. The hive and its bees arrive; the value is kept for a trip back to Java, and in game the bee picks a new flower.
A chunk's lightingRecomputed on first load, just like after any Minecraft update. Your light sources are all there.
A spectral arrowBedrock does not have that projectile: the arrow stays, stuck or in flight, but without its glowing outline.
The "time players spent here" counterA Java-specific per-chunk counter that nudges very slight spawn tuning. It restarts at zero and touches neither your blocks nor your chests.
An End gateway set to "exact teleport"The gateway arrives and works. That precise setting has no Bedrock counterpart: it is kept for the trip back, and on Bedrock the gateway looks for a platform like any other.
A spawner drawing between several mobsIt keeps the main mob in its list. The spawner, its delay, its range and its count per wave are intact.
The target a mob was chasingThe mob is there, in the right place, with its health and its gear. Its decision is taken again on the first tick, as after any reconnection.
A player saved mid-crawlThey may end up standing on load, in exactly the same place and the same second of play.
A cushion's tintIt follows, and it took a reading on a real world to find it: Bedrock does not store a cushion's color in a color field, but in a variant number, in reverse of the usual order. Your red cushion stays red.
What an ominous item spawner was about to dropThe pending item AND its countdown before spawning are transferred: your trial chamber's trap will fire with the right item, at the right moment.
A stair's corner shapeA stair keeps its facing and its top/bottom half. The little corner bevel is not written: Bedrock derives it from neighbouring blocks, and so derives the same one. Your spiral staircase keeps its shape.
A mob's few ticks of invulnerabilityJava 26.3 records the very short moment during which a mob that just took a hit cannot take another. Bedrock has no such counter: the mob arrives with its health, simply hittable right away. We count the cases and tell you, even when it lasts under a second.
A wither left half deadIts health bar is not the same length on both sides: 300 points on Java, 450 on Bedrock. Copying the number would either heal it or finish it off, so it is the PROPORTION that crosses over. A wither at 150/300 arrives at 225/450: still half dead, exactly as you left it. The scaling rounding is named in the report.
A crossbow loaded by MultishotJava stores up to three loaded projectiles there; Bedrock describes only one. The crossbow arrives loaded, with its enchantment and its wear, and the report tells you how many projectiles did not fit into Bedrock's description, instead of letting you find out when you fire.
A blue or brown eggMojang added them on both sides on the same day: they therefore keep their tint as soon as you target Bedrock 1.21.70 or newer. On an earlier target the egg stays in your chest and hatches normally, only the tint has nowhere to go yet, and it is named in the report.
A nautilus in a posture never observedBedrock describes a mount's behavior through internal groups we only write when we have OBSERVED them on a real Bedrock world (tamed saddled adult, unsaddled, wild baby, ridden zombie). For a combination never seen yet, we would rather invent nothing: the nautilus arrives, and the conversion names the case instead of guessing.
A sign that runs a command on clickJava 26.3 lets a sign placed by an operator trigger an action on click. A Bedrock sign has no click action: the text, colors, glow and wax all follow, the trigger does not, and it is named in the report.
And what Minecraft itself does not save
These states exist in no world file, conversion or not: they are recreated every time you open your game.
Cloud position
Particles already emitted
The exact frame of a running animation
The path an AI was computing
The sound currently playing
Your camera sway between two steps
What the engine converts, name by name
These lists come straight out of the engine's own tables, and an automated test breaks the site build if they drift by a single identifier. If something is here, it is converted. The reverse does not follow: a few Java things do not exist in Bedrock (Sweeping Edge, Glowing, Dolphin's Grace…), and they have their own card above.
Entities converted 152 / 152
Animals
Cow
Pig
Sheep
Chicken
Rabbit
Mooshroom
Horse
Donkey
Mule
Skeleton Horse
Zombie Horse
Llama
Trader Llama
Wolf
Cat
Ocelot
Fox
Parrot
Bee
Panda
Polar Bear
Turtle
Frog
Tadpole
Axolotl
Goat
Camel
Sniffer
Strider
Allay
Armadillo
Bat
Happy Ghast
Aquatic creatures
Cod
Salmon
Tropical Fish
Pufferfish
Squid
Glow Squid
Dolphin
Nautilus
Zombie Nautilus
Hostile mobs
Zombie
Skeleton
Creeper
Spider
Cave Spider
Enderman
Slime
Magma Cube
Sulfur Cube
Parched
Camel Husk
Witch
Phantom
Drowned
Husk
Stray
Bogged
Zombie Villager
Pillager
Vindicator
Evoker
Vex
Ravager
Guardian
Elder Guardian
Silverfish
Endermite
Blaze
Ghast
Wither Skeleton
Zombified Piglin
Piglin
Piglin Brute
Hoglin
Zoglin
Shulker
Breeze
Creaking
Bosses
Warden
Wither
Ender Dragon
Villagers & golems
Villager
Wandering Trader
Iron Golem
Snow Golem
Copper Golem
Ominous Item Spawner
Cushion
Vehicles
Boat
Oak Boat
Spruce Boat
Birch Boat
Jungle Boat
Acacia Boat
Dark Oak Boat
Mangrove Boat
Cherry Boat
Pale Oak Boat
Bamboo Raft
Boat with Chest
Oak Boat with Chest
Spruce Boat with Chest
Birch Boat with Chest
Jungle Boat with Chest
Acacia Boat with Chest
Dark Oak Boat with Chest
Mangrove Boat with Chest
Cherry Boat with Chest
Pale Oak Boat with Chest
Bamboo Raft with Chest
Minecart
Minecart with Chest
Minecart with Furnace
Minecart with Hopper
Minecart with TNT
Minecart with Command Block
Projectiles
Arrow
Spectral Arrow
Trident
Snowball
Thrown Egg
Thrown Ender Pearl
Eye of Ender
Fireball
Small Fireball
Dragon Fireball
Wither Skull
Shulker Bullet
Wind Charge
Llama Spit
Firework Rocket
Thrown potion
Breeze Wind Charge
Splash potion in flight
Lingering potion in flight
Thrown Bottle o' Enchanting
Objects & misc entities
Dropped item
Experience Orb
Painting
Armor Stand
Item Frame
Glow Item Frame
Falling Block
Primed TNT
Area Effect Cloud
Evoker Fangs
End Crystal
Lightning Bolt
Fishing Bobber
Leash Knot
Enchantments converted 42 / 42
Protection
Fire Protection
Feather Falling
Blast Protection
Projectile Protection
Thorns
Respiration
Depth Strider
Aqua Affinity
Sharpness
Smite
Bane of Arthropods
Knockback
Fire Aspect
Looting
Efficiency
Silk Touch
Unbreaking
Fortune
Power
Punch
Flame
Infinity
Luck of the Sea
Lure
Frost Walker
Mending
Curse of Binding
Curse of Vanishing
Impaling
Riptide
Loyalty
Channeling
Multishot
Piercing
Quick Charge
Soul Speed
Swift Sneak
Wind Burst
Density
Breach
Lunge
Potions converted 45 / 45
Water Bottle
Mundane Potion
Thick Potion
Awkward Potion
Night Vision
Night Vision (extended)
Invisibility
Invisibility (extended)
Leaping
Leaping (extended)
Leaping (upgraded)
Fire Resistance
Fire Resistance (extended)
Swiftness
Swiftness (extended)
Swiftness (upgraded)
Slowness
Slowness (extended)
Slowness (upgraded)
Water Breathing
Water Breathing (extended)
Healing
Healing (upgraded)
Harming
Harming (upgraded)
Poison
Poison (extended)
Poison (upgraded)
Regeneration
Regeneration (extended)
Regeneration (upgraded)
Strength
Strength (extended)
Strength (upgraded)
Weakness
Weakness (extended)
Turtle Master
Turtle Master (extended)
Turtle Master (upgraded)
Slow Falling
Slow Falling (extended)
Wind Charging
Weaving
Oozing
Infestation
Effects converted 37 / 37
Speed
Slowness
Haste
Mining Fatigue
Strength
Instant Health
Instant Damage
Jump Boost
Nausea
Regeneration
Resistance
Fire Resistance
Water Breathing
Invisibility
Blindness
Night Vision
Hunger
Weakness
Poison
Wither
Health Boost
Absorption
Saturation
Levitation
Fatal Poison
Conduit Power
Slow Falling
Bad Omen
Hero of the Village
Darkness
Trial Omen
Wind Charged
Weaving
Oozing
Infested
Raid Omen
Breath of the Nautilus
The goal is not just that your world opens in the other edition.
It is that you find it as you left it.
Terrain, builds, items and world state are translated as far as the two editions allow. When they genuinely differ, we adapt or flag the difference rather than hide it. And if something slipped past us on your world, write to bug@worldswitchapp.com with the position and conversion reference. Only attach the source world if the team asks for it or if you voluntarily choose to do so; it may then be reviewed for diagnosis.