Biome Remap icon

Biome Remap -----

Remap biomes to create strange new worlds




BiomeRemap 3.2.4 was certified for Paper and Spigot 1.20.6 and 1.21.

Changes:
  • Updated build dependencies in SlimeDogCore and plugin source code
  • No changes to functionality
  • No changes to configuration or messages
It is probably compatible with previous Paper and Spigot versions, but was tested only on 1.20.6 and 1.21
----------, Jul 21, 2024

BiomeRemap 3.2.3 was certified for Paper and Spigot 1.20.4. Changes:
  • Updated build dependencies in SlimeDogCore and plugin source code
  • No changes to functionality
  • No changes to configuration or messages
It is probably compatible with previous Paper and Spigot versions, but was tested only on 1.20.4
----------, Dec 10, 2023

Added Hangar update-check
Added MiniMessage formatting support
----------, Jun 9, 2023

BiomeRemap 3.2.0 was certified for Paper and Spigot 1.19.4.
  • Updated config.yml
    • Added the experimental 1.20 biome: cherry_grove
    • Changed a few comments to be clearer
  • Updated dependencies
Notes:
  • BiomeRemap does not automatically update existing configuration files. Compare with the canonical and make any desired changes.
  • Experimental 1.20 biomes exist only if the experimental 1.20 datapack is activated. This is not recommended unless you understand the potential consequences.
  • Existing MC regions or chunks need to be updated manually (if changing them to include new biome remapping is desired):
    • biomeremap region (for the current region in-game))
    • biomeremap region world regionX regionZ
    • biomeremap chunk (for the current chunk in-game)
    • biomeremap chunk world chunkX chunkZ
----------, Mar 22, 2023

Changes:
  • Update dependencies.
  • Fix bug when walking around in chunks not previously remapped.
No configuration or message changes.

BiomeRemap 3.1.0 is certified for Spigot and Paper 1.19.x only.
----------, Jan 24, 2023

Changes:
  • Small changes to configuration: addition of mangrove_swamp biome.
BiomeRemap 3.0.4 is certified for Spigot and Paper 1.19.x only.
----------, Jul 9, 2022

Changes:
BiomeRemap 3.0.0 is certified for Spigot and Paper 1.18.x only.
----------, Dec 10, 2021

Changes:
  • Corrected rare IllegalArgumentException on teleportation.
  • Corrected boilerroom biomemap; see Change log 2.3.1 to 2.3.2 for details.
BiomeRemap 2.3.2 is certified for Spigot and Paper 1.17.x only.
----------, Oct 7, 2021

Changes:
  • Corrected bStats id.
----------, Jun 21, 2021

Changes:
  • Added support for Spigot and Paper 1.17.
  • Added new MC 1.17 biomes -- see config.yml
----------, Jun 20, 2021

Changes:
  • Added support for Spigot 1.16.5.
No configuration changes.
----------, Jan 17, 2021

BiomeRemap 2.2.0 implements a feature request. BiomeRemap 2.2.0 supports only Spigot 1.16.4 and later.

Prior to MC 1.16.2, "chunk" referred to a 16x16 column, across all Y values; the biome of the entire column was specified by a single BIOME_ENUM value in the base chunk (Y=0). Starting with MC 1.16.2, "chunk" refers to a 16x16x16 cube; the biome of each cubic chunk may be specified independently. BiomeRemap 2.2.0 addresses this change by providing the option to remap only the base chunk (Y=0) or to remap the entire chunk column.
Additions:

config.yml
  • biomeremap.NAME.full-chunk-remap: false (default)
Only the base chunk (Y=0) will be remapped. This changes weather (for example, rain vs. snow) in the entire column, but changes the visual characteristics (for example, grass color) in the base chunk only. So the surface terrain characteristics remain unchanged.​
  • biomeremap.NAME.full-chunk-remap: true
The entire column will be remapped. This changes weather in the same way, but changes the visual characteristics of the entire column, so the surface terrain characteristics will reflect the new biome. This will incur a small additional computational cost to loop through the entire column, but it should not be noticeable in practice, and will not affect game play if the chunks are pre-generated (which we recommend in any event).​

messages.yml
  • INFO_FULL_CHUNK_REMAP
The value of biomeremap.NAME.full-chunk-remap is reported on enable, at server start-up and plugin reload.​

WARNING
: The configuration should be changed only after careful consideration and testing. The consequences of TRUE cannot be reversed, except by regenerating chunks after reverting to FALSE.
----------, Dec 23, 2020

Changes:
  • Added support for Spigot 1.16.4.
No configuration changes.
This version was superseded by BiomeRemap 2.2.0.
----------, Nov 3, 2020

Changes:
  • Added support for Spigot 1.16.3.
No configuration changes.
This version was superseded by BiomeRemap 2.2.0.
----------, Sep 13, 2020

Changes:
  • Added hell biomemap to configuration.
  • Added support for Spigot 1.16.2.
This version was superseded by BiomeRemap 2.2.0.
----------, Aug 21, 2020

Re-posted, due to inadvertent deletion

Changes
  • Add ProtocolLib to soft dependences.
  • All 1.15 biomes are now included in the default biomemaps. While they are not required -- biomes not found are mapped to themselves -- it is easier to understand and edit the complete list.
  • Due to a vanilla MC feature, ocean biomes are remapped to FROZEN_RIVER in the default snowbound biomemap, instead of FROZEN_OCEAN and DEEP_FROZEN_OCEAN. The new mapping produces snow everywhere.
This version supports only Spigot 1.15.2.
----------, Aug 21, 2020

Changes:
  • Added hell biomemap to configuration.
This version supports only Spigot 1.16.x.
----------, Aug 6, 2020

Changes:
  • Added hell biomemap to configuration.
This version supports only Spigot 1.16.x.
----------, Jul 21, 2020

Changes
  • Add ProtocolLib to soft dependences.
  • All 1.15 biomes are now included in the default biomemaps. While they are not required -- biomes not found are mapped to themselves -- it is easier to understand and edit the complete list.
  • Due to a vanilla MC feature, ocean biomes are remapped to FROZEN_RIVER in the default snowbound biomemap, instead of FROZEN_OCEAN and DEEP_FROZEN_OCEAN. The new mapping produces snow everywhere.
This version supports only Spigot 1.15.x.
----------, Jan 28, 2020

Changes:
  • All 1.15 biomes are now included in the default biomemaps. While they are not required -- biomes not found are mapped to themselves -- it is easier to understand and edit the complete list.
  • Due to a vanilla MC feature, ocean biomes are remapped to FROZEN_RIVER in the default snowbound biomemap, instead of FROZEN_OCEAN and DEEP_FROZEN_OCEAN. The new mapping produces snow everywhere.
This version supports only Spigot 1.15.x.
----------, Jan 25, 2020

This version supports only Spigot 1.14.4.
----------, Jan 25, 2020

Now that we have a valid Spigot resource id, check for updates:
  • Update checking may be disabled in config.yml. It is true by default.
  • Added messages to support localization
    Code (YAML):
    # Update messages
    #
    BIOMEREMAP_UPDATE_NEW_VERSION
    : "A new version {VERSION} is available for download"
    BIOMEREMAP_UPDATE_CURRENT_VERSION
    : "You are running the latest version"
    BIOMEREMAP_UPDATE_INFO_UNAVAILABLE
    : "Version update information is not available at this time"
----------, Sep 6, 2019

Resource Information
Author:
----------
Total Downloads: 1,603
First Release: Sep 1, 2019
Last Update: Jul 21, 2024
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings