Nettakrim / Souper-Secret-Settings

GNU Lesser General Public License v3.0
7 stars 2 forks source link

If two or more shaders have the same name but different namespace, only one will show up. #3

Open mclegoman opened 1 year ago

mclegoman commented 1 year ago

Steps to reproduce:

  1. Create a resource pack with two or more shaders, with the same name, but with different namespaces.
  2. in game, type the command: /soup:set shader
  3. see that only one of the shaders appear.

Expected behaviour:
All of the shaders under that name should appear, preferably with their namespace.

Nettakrim commented 1 year ago

ah yeah thats a smart way of resolving that issue, presumably it only gets name spaced when theres a collision

what do i do when saving and loading recipes though, do i save everything with a namespace? encode namespaces compactly? hmm