-
Notifications
You must be signed in to change notification settings - Fork 131
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
Ability to specify different mc-versions & resourcepacks per map #502
Comments
So, let me try to explain why this is a problem to implement: All the I have thought about this feature myself a couple of times, but this is why it has not been added yet. I still have some ideas how it could be implemented, so i haven't discarded it yet. But it won't be a quick thing to implement. I'll add this issue to the TODO list, but .. for the next time please stick to the Contributing Guidelines and use discord for feature-requests. :) |
You can do this manually (at least in 3.21) with the cli by creating multiple different configs and then merging them and generating the webui afterwards:
I generate these using an external configuration-management language and have the script above running on a systemd-timer The only issue seems to be that bluemap does update the webapp even without passing I have not tested this with the new 5.2 version though Actual NixOS implementationModified nixos module
Usage
|
@dali99 you can prevent that by setting |
Is your feature request related to a problem? Please describe.
I’m trying to create an archive of my multiple minecraft worlds that I've accumulated over the years. The problem is that some maps are very old and some are very recent, so I'm having trouble with some textures in the old maps.
Describe the solution you'd like
I was wondering if it could be possible to add a new supported optional setting in the
.conf
files that allows each render to have it’s own minecraft version defined.I’m aware that there is a
-v
or--mc-version
option in the BlueMap CLI, but that means that I have to create an additional script to individually execute 40+ files.EDIT:
If there is such an option that allows to specify a minecraft version per render as described above, please let me know, I have not found one up until now.
The text was updated successfully, but these errors were encountered: