diff options
author | syeyoung <cyoung06@naver.com> | 2023-02-04 02:24:07 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-02-04 02:24:07 +0900 |
commit | 29d6ebc4433318fb72d4587d7a67b522fd744619 (patch) | |
tree | 82b2f7cdd5e62ee38e666c5ec250cd8ea6f2b44e /loader/src/main/resources/pack.mcmeta | |
parent | f3410c50bdcc5c5ddbbdfa05ad539d178dfdbf84 (diff) | |
download | Skyblock-Dungeons-Guide-29d6ebc4433318fb72d4587d7a67b522fd744619.tar.gz Skyblock-Dungeons-Guide-29d6ebc4433318fb72d4587d7a67b522fd744619.tar.bz2 Skyblock-Dungeons-Guide-29d6ebc4433318fb72d4587d7a67b522fd744619.zip |
- add guiv2 to dg loader
Signed-off-by: syeyoung <cyoung06@naver.com>
Diffstat (limited to 'loader/src/main/resources/pack.mcmeta')
-rw-r--r-- | loader/src/main/resources/pack.mcmeta | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/loader/src/main/resources/pack.mcmeta b/loader/src/main/resources/pack.mcmeta new file mode 100644 index 00000000..d4de81ec --- /dev/null +++ b/loader/src/main/resources/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "description": "Dungeons Guide Loader Resources", + "pack_format": 1 + } +}
\ No newline at end of file |