NostalgiaGen 0.6 - Generate Minecraft Alpha/Beta worlds on your Sponge/Forge server

NostalgiaGen brings the awesome old Minecraft generators to your Sponge/Forge server. If you have an old world seed from the early days of Minecraft Alpha or Beta you would like to play on again this is now possible! NostalgiaGen generates worlds usually 99% identical with the original Minecraft world when using the same seed.

Supported generators

  • Minecraft Alpha 1.1.2_01
  • Minecraft Beta 1.7.3 (The generated terrain is equal to the generators of Minecraft Alpha 1.2.0+, however things like trees or ores might be located at different positions.)

Usage

  • After installing the plugin and restarting the server a configuration file will be created in config/nostalgiagen.conf. In this configuration file you can customize the biome mappings if you want.

  • You need a plugin to create the worlds with, for example Nucleus.

  • Create a world using the world generator nostalgiagen:alpha_1.1.2_01 or nostalgiagen:beta_1.7.3.

    • For example, using Nucleus: /world create -g nostalgiagen:alpha_1.1.2_01 alpha
  • Older versions (0.5 and older): Create a world using the world generation modifier instead.

    • For example, using Nucleus: /world create -m nostalgiagen:alpha_1.1.2_01 alpha

Download

Note: NostalgiaGen is still in development and may not always generate the world properly. Please always see the known problems for details.

FAQ

  • How does it work? Have you remade the whole world generator?

    No. The world generator is directly ported from the original version to the newer Minecraft version (or SpongeAPI directly in the future).

  • Will this break with every Minecraft version?

    Currently, most likely yes. Right now the generator is still using the internal Minecraft source, however this might be changed in the future as soon as everything needed is completely implemented.

  • I have an old seed from Minecraft Alpha/Beta. Can I use your plugin to regenerate the world?

    Yes! If your seed is from Minecraft Alpha or Beta there is a high chance you can use this plugin to generate the same world.

  • My beautiful big trees decay!!! :frowning:

    Sorry! :confused: (Don’t think I can do much about this problem…)

  • The old Alpha worlds didn’t have biomes. Which biomes are used for the alpha world?

    The worlds are currently mapped to 3 (configurable biomes) depending on the heighest generated block. For water, the biome will be Ocean. For sand the biome will be Beach. Everything else will be mapped to Forest hills in the default configuration (each biome can be changed in the configuration).

  • A few biomes that were used in Beta 1.7.3 were removed after Beta 1.8, how are they mapped to the newer biomes?

    Note: The biome mappings can be changed in the configuration.

    • Rainforest: Jungle
    • Swampland: Swampland
    • Seasonal Forest: Forest*
    • Forest: Forest
    • Savanna: Savanna
    • Shrubland: Savanna*
    • Taiga: Cold Taiga
    • Desert: Desert
    • Plains: Plains
    • Tundra: Ice Plains

    Biomes marked with * are up for discussion, if you have an idea how they could be mapped better just post it here in this thread.

12 Likes

Yay. Now I can ditch the shitty world gen that Minecraft provides :smiley:

Added a compiled version. Should mostly work, although read the known problems carefully before using.

1 Like

Fixed the problem with the animal spawn by adding simple mapping of the old generated world to the new biomes. The old Alpha worlds didn’t have biomes so the biomes chosen for a certain coordinate depend simply on the heighest block at a the position:

  • If the heighest block is water, the biome will be Ocean.
  • If the heighest block is sand, the biome will be Beach.
  • All other coordinates will be mapped to Forest Hills.

This will make animals spawn properly again in the forests. The biomes used by the plugin to generate the world can be chosen in the configuration, just keep in mind once the world is generated nothing will change until you regenarate the whole world.

1 Like

Added Minecraft Beta 1.7.3 world generator (generates the same terrain as all versions from Minecraft Alpha 1.2.0 up to this version, only trees or ores might be at different positions).

The biomes used in this generator are not all available anymore, because of that currently these mappings are used (The biome mappings can be changed in the configuration):

  • Rainforest: Jungle
  • Swampland: Swampland
  • Seasonal Forest: Forest*
  • Forest: Forest
  • Savanna: Savanna
  • Shrubland: Savanna*
  • Taiga: Cold Taiga
  • Desert: Desert
  • Plains: Plains
  • Tundra: Ice Plains*

Biomes marked with * are up for discussion, if you have an idea how they could be mapped better just post it here in this thread.

5 Likes

Updated the plugin to latest Sponge changes and it is acting as a world generator modifier now instead of a plugin that load the worlds manually. Because of that you now need a world manager like Project Worlds to create the worlds and you need to set the appropriate world generator modifier when creating the worlds:

  • For the Alpha 1.1.2_01 generator: nostalgiagen:alpha_1.1.2_01
  • For the Beta 1.7.3 generator: nostalgiagen:beta_1.7.3

See the main post for an example how to create a world using a world generator modifier. This has the advantage that you can now create mulitple worlds with the same generator.

3 Likes

NostalgiaGen 0.3.1

Tested on SpongeVanilla 1.8.9-3.1.0-BETA-236 (should be compatible with latest SpongeVanilla and SpongeForge)

Changes:

  • Minor bug fixes

Download:

2 Likes

NostalgiaGen 0.4

Requires Minecraft 1.9.4 (latest bleeding builds of SpongeVanilla, or Minecraft Forge)

Changes:

  • Added Forge port, can be now used as client mod using Forge (Select Alpha/Beta in World Types)
  • Major fixes for Beta biome generation
  • Major improvements for Alpha biome mappings
  • Updated to Minecraft 1.9.4

Download:

2 Likes

Great plugin, @Minecrell ! :no_mouth:

No way ! - Me, 2016

When the Alpha / Beta world generation were replaced by the new b1.8, There was a huge sadness for me. And you’re one of the rare skilled modders who could make these nostalgic plugins, like Ted80 (OWG/RWG/FWG) or Barteks2x (173generator).

So I think you’ve done a complete part of Sponge world generation plugins.
If you can keep it updated this would be great ! :kissing_heart:

And if you need any help you can ask me ! (Don’t trust me I can’t remember a java lesson)
In short, THIS IS AN ENCOURAGEMENT good luck to you !

1 Like

Do you plan to implement villages and strongholds? I think villages could be great in 1.7.3 gen.

Making the Alpha/Beta generation extendable is something I may want to add later, however I have no ETA for that currently.

I have a question?

Should the forge version of NostalgiaGen not generate the config file?
(I want to change the swampland biome to plains because it looks closer to the beta grass color)

Unfortunately, the Forge version does not have a configuration currently :confused: I can try to add it the next time I work on nostalgiagen.

Oh, that’s good to hear and will make the thing I am trying to do not take literall years Xd

Thanks for the quick reply by the way~

NostalgiaGen 0.5

Requires Minecraft 1.11.2 (latest bleeding builds of SpongeVanilla, or Minecraft Forge)

Changes:

  • Update to Minecraft 1.11.2
  • Sponge: Add implemention of old passive mob spawning algorithm. Can be enabled in the configuration.

Download:

3 Likes

I’ve tried to get NostalgiaGen 0.5 to work, but I get this error every time. latest.log

This might be a stupid question, but is there any way for this to work with 1.10? I want this kind of world gen, but I also want to use the aether mod

Nice mod, can you please update this to 1.12.2?

Yes please we need it

Hello. I know this doesn’t belong here, but are you ever going to make a spigot version? I’d love to have a spigot server with this plugin! It’s simply amazing.