Minecraft mod that enables 1.18's world blending for worlds created in 1.18 snapshots. https://www.curseforge.com/minecraft/mc-mods/world-blend-snapshots
Go to file
chylex 368086e8d3
Release v1.1.0 for Minecraft 1.18.1+
2021-12-21 03:14:48 +01:00
.github Add GitHub funding 2021-12-13 01:21:50 +01:00
Fabric Add main project files and mod metadata 2021-12-13 01:52:29 +01:00
Forge Enable world blending for worlds created in 1.18 snapshots 2021-12-13 20:35:35 +01:00
gradle/wrapper Add Gradle wrapper 2021-12-13 01:21:03 +01:00
src/main Fix crash when trying to blend chunks before their biomes generated 2021-12-21 03:14:29 +01:00
.gitattributes Add Gradle wrapper 2021-12-13 01:21:03 +01:00
.gitignore Add Gradle wrapper 2021-12-13 01:21:03 +01:00
CURSEFORGE.html Add README & logo 2021-12-13 21:47:17 +01:00
LICENSE Initial commit 2021-12-13 01:19:30 +01:00
README.md Add README & logo 2021-12-13 21:47:17 +01:00
build.gradle.kts Add main project files and mod metadata 2021-12-13 01:52:29 +01:00
gradle.properties Release v1.1.0 for Minecraft 1.18.1+ 2021-12-21 03:14:48 +01:00
gradlew Add Gradle wrapper 2021-12-13 01:21:03 +01:00
gradlew.bat Add Gradle wrapper 2021-12-13 01:21:03 +01:00
logo.afdesign Add README & logo 2021-12-13 21:47:17 +01:00
logo.png Add README & logo 2021-12-13 21:47:17 +01:00
settings.gradle.kts Add main project files and mod metadata 2021-12-13 01:52:29 +01:00

README.md

World Blend Snapshots

Mod Logo

A Minecraft mod that enables 1.18's world blending for worlds created in 1.18 snapshots, since normally it only works for worlds created in 1.17.x and older.

Installation

The following mod loaders are supported:

  • Fabric (note: this mod does not require Fabric API)
  • Forge

After you install the mod loader of your choice, download the mod and place the .jar file into .minecraft/mods.

How to Use

This mod requires Minecraft 1.18.1 or newer. It will only blend chunks which have been saved by previous versions, so it will not work if you already opened your world in 1.18.1 or newer, and loaded chunks at the edge of the world.

  1. Install Minecraft 1.18.1
  2. Install the mod
  3. Create a backup of your world now, and continue making regular backups of every world you play on, regardless of whether you use this mod or not
  4. Load your world in Minecraft 1.18.1 with this mod installed

If you already opened the world in 1.18.1 and the mod isn't working because some chunks have been re-saved in 1.18.1, you could try using a tool like MCA Selector, select all edge chunks, and change their DataVersion tag to 2864 (i.e. one version before 1.18.1). Note that blending is only applied to newly generated chunks, which are adjacent to existing chunks saved before 1.18.1. If you already generated new chunks in 1.18.1, you will need to delete them.

In the future, I might improve this mod to also work with worlds that have already been opened in 1.18.1, but only if there is enough interest.