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

[Idea]: compatibility mode for datapack generated dimensions #2832

Open
1 task done
weeedy opened this issue Feb 6, 2023 · 0 comments
Open
1 task done

[Idea]: compatibility mode for datapack generated dimensions #2832

weeedy opened this issue Feb 6, 2023 · 0 comments
Labels
Type: Idea Suggestion for a new feature or enhancement.

Comments

@weeedy
Copy link

weeedy commented Feb 6, 2023

Describe the feature

Example:
If you create a new dimension, using following datapack:

+---datapacks
    +---dimension
        ª   pack.mcmeta
        ª
        +---data
            +---custom
                +---dimension
                        dimension.json
{
  "type": "minecraft:overworld",
  "generator": {
    "type": "minecraft:noise",
    "settings": "minecraft:overworld",
    "biome_source": {
      "type": "minecraft:multi_noise",
      "preset": "minecraft:overworld"
    }
  }
}

you will get following file structure:

ª   level.dat
ª   level.dat_old
ª   paper-world.yml
ª   session.lock
ª   uid.dat
ª
+---dimensions
    +---custom
        +---dimension
            +---data
            ª       raids.dat
            ª
            +---entities
            ª       r.-1.1.mca
            ª
            +---poi
            ª       r.-1.1.mca
            ª
            +---region
                    r.-1.1.mca

but the default file structure is:

ª   level.dat
ª   level.dat_old
ª   paper-world.yml
ª   session.lock
ª   uid.dat
ª
+---data
ª       raids.dat
ª
+---entities
ª       r.-1.1.mca
ª
+---poi
ª       r.-1.1.mca
ª
+---region
        r.-1.1.mca

It would be nice to add a feature to "import command" for example -dp , so that you are able to say if it is a "datapack generated" file structure.

Thank you very much for your great work!

How is the feature useful to all Multiverse users?

Multiverse users can take advantage of https://misode.github.io/worldgen/

Agreements

  • I have searched for and ensured there isn't already an open issue regarding this.
@weeedy weeedy added the Type: Idea Suggestion for a new feature or enhancement. label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Idea Suggestion for a new feature or enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant