Add a way for non-modders to add schematics to structurize
Nightenom opened this issue ยท 5 comments
Context
- Minecraft Version: 1.16
- Structurize Version: recent
Is your feature request related to a problem?
Resource pack makers can't add new schematics without making a mod for it
Feature description
Add client config and use StructureLoadingUtils.getOriginfolders().addAll(config.value)
Notes or related things
Viewers
- Add a thumbs-up to the feature request to vote for it. This helps the request become more visible to the team and doesn't clutter the comments.
- Add a comment if you have any insights or background information that isn't already part of the conversation.
Remember that we don't scan for resource packs, we load from jar modFileDescriptor which afaik doesnt take resource packs in account
I had a player test this these days and it worked fine for them. Maybe someone has to double check it again.