Faithful-Resource-Pack / API

A public API for Faithful Resource Pack textures, add-ons and more
https://api.faithfulpack.net
GNU Affero General Public License v3.0
0 stars 0 forks source link

[Feature] Add endpoint to merge two textures together #43

Closed 3vorp closed 7 months ago

3vorp commented 7 months ago

Is your feature request related to a problem?

Merging textures is currently a bit of a pain and can be error-prone if the person doing the merging isn't careful.

Describe the feature you'd like

Add an endpoint that takes the uses and paths of one texture, applies them to another texture, and deletes the original texture.

Screenshot(s)

interface could probably similar to the path version changer:

PUT /textures/merge/{add_id}/{delete_id}

Notes

No response