diff options
| author | William Hergès <anhgelus.morhtuuzh@proton.me> | 2024-07-27 00:45:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-27 00:45:11 +0200 |
| commit | 184bf866b30d3235f1a7f1da9cf3bee958b09bbd (patch) | |
| tree | ca8325756c1cd354d6f18d18a05f0cf65fc4b73b /src/main/resources/pack.mcmeta | |
| parent | 257b4aabb5f284106fc4ee78373784a793ee4b72 (diff) | |
| parent | 3123d5696a34a434f8d976df64047c1e12086810 (diff) | |
Merge pull request #1 from anhgelus/refactor/1.21
[Refactor] Change mod version to 1.21
Diffstat (limited to 'src/main/resources/pack.mcmeta')
| -rw-r--r-- | src/main/resources/pack.mcmeta | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta new file mode 100644 index 0000000..ffe0b8e --- /dev/null +++ b/src/main/resources/pack.mcmeta @@ -0,0 +1,6 @@ +{
+ "pack": {
+ "pack_format": 48,
+ "description": "isACompass"
+ }
+}
\ No newline at end of file |
