Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-03 | refactor: move resource pack file parsing utilities to separate namespace | flow | |
This makes it easier to use that logic in other contexts. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: add image from pack.png to resource packs | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2022-09-03 | feat: add basic resource pack parsing of pack.mcmeta | flow | |
This parses the pack format ID and the description from the local file, from both a ZIP and a folder, and hooks it into the model. Signed-off-by: flow <flowlnlnln@gmail.com> |