Structurize

Structurize

40M Downloads

Add a way for non-modders to add schematics to structurize

Nightenom opened this issue ยท 5 comments

commented

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.
commented

image

commented

resource pack makers could just add minecolonies:schematics/respacks

commented

Remember that we don't scan for resource packs, we load from jar modFileDescriptor which afaik doesnt take resource packs in account

commented

I had a player test this these days and it worked fine for them. Maybe someone has to double check it again.

commented

so would this work like detecting if the mods in the 'pack' are present and if yes enables the schematics/overrides and if not present does nothing?