Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Chunk Generators and multiverse:void generator as first custom gen. VOID as Environment type when creating or importing worlds. #3110

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2024

  1. Implemented internal Chunk generators. Now multiverse can have its ow…

    …n custom chunk generators. Implemented the void generator (very useful). Added world type "VOID" in environments list. When create or import a world with type VOID the world will be added as a NORMAL world with "multiverse:void" generator
    MarcoLvr committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    cd30254 View commit details
    Browse the repository at this point in the history
  2. Implemented internal Chunk generators. Now multiverse can have its ow…

    …n custom chunk generators. Implemented the void generator (very useful). Added world type "VOID" in environments list. When create or import a world with type VOID the world will be added as a NORMAL world with "multiverse:void" generator
    MarcoLvr committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4052be9 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/internal-chunk-generators' into …

    …internal-chunk-generators
    
    # Conflicts:
    #	src/main/java/com/onarandombox/MultiverseCore/MultiverseCore.java
    #	src/main/java/com/onarandombox/MultiverseCore/commands/CreateCommand.java
    #	src/main/java/com/onarandombox/MultiverseCore/commands/EnvironmentCommand.java
    #	src/main/java/com/onarandombox/MultiverseCore/commands/ImportCommand.java
    #	src/main/java/com/onarandombox/MultiverseCore/generators/InternalChunkGeneratorManager.java
    #	src/main/java/com/onarandombox/MultiverseCore/utils/WorldManager.java
    MarcoLvr committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    e3f461f View commit details
    Browse the repository at this point in the history