We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b9f0f commit 688eac1Copy full SHA for 688eac1
pack.snapshot
@@ -0,0 +1,6 @@
1
+{
2
+ "pack": {
3
+ "pack_format": 6,
4
+ "description": "Custom Player Database - rx97"
5
+ }
6
+}
project.toml
@@ -1,4 +1,4 @@
-config-version = '1.1.0'
+config-version = '1.1.1'
###
# [ Datapack Builder ]
# This config file describes your datapack and the releases
@@ -60,3 +60,12 @@ name-format = '{title} {version} {release_name}'
60
]
61
[[releases.shulker.rules]]
62
regex = {'rx.uid' = 'UUID'}
63
+
64
+ [releases.snapshot]
65
+ [[releases.snapshot.rules]]
66
+ ignore = ['pack.mcmeta']
67
+ include = ['pack.snapshot']
68
69
+ replacer = {'.snapshot'='.mcmeta'}
70
71
+ ignore = ['pack.snapshot']
0 commit comments