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

Add option (or change default action) for output file names to support multiple same-name items #16

Open
Tslat opened this issue Jan 10, 2021 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@Tslat
Copy link

Tslat commented Jan 10, 2021

When the renderer does a batch render, if it encounters two blocks with the same ingame name it applies a numerical suffix to the name of the second one, incrementing as needed for further collisions.

Given that in 1.16 blocks are uniquely identified by their ID, is it possible to have a setting made (or just make this the default action) so that name collisions attempt to name the file based on the block's ID, formatted to title case instead?
If a name collision still occurs, then apply the numerical suffix.

@AterAnimAvis AterAnimAvis added the enhancement New feature or request label Jan 10, 2021
@AterAnimAvis
Copy link
Owner

You can currently use the identifier instead of the name via an option in the ui, however I do agree adding a fallback for as option is a good idea.

@AterAnimAvis AterAnimAvis added this to the 2.0.0 milestone Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants