Skip to content

Commit 688eac1

Browse files
committed
rx: snapshot ver;
1 parent 85b9f0f commit 688eac1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

pack.snapshot

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pack": {
3+
"pack_format": 6,
4+
"description": "Custom Player Database - rx97"
5+
}
6+
}

project.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
config-version = '1.1.0'
1+
config-version = '1.1.1'
22
###
33
# [ Datapack Builder ]
44
# This config file describes your datapack and the releases
@@ -60,3 +60,12 @@ name-format = '{title} {version} {release_name}'
6060
]
6161
[[releases.shulker.rules]]
6262
regex = {'rx.uid' = 'UUID'}
63+
64+
[releases.snapshot]
65+
[[releases.snapshot.rules]]
66+
ignore = ['pack.mcmeta']
67+
include = ['pack.snapshot']
68+
[[releases.snapshot.rules]]
69+
replacer = {'.snapshot'='.mcmeta'}
70+
[[releases.snapshot.rules]]
71+
ignore = ['pack.snapshot']

0 commit comments

Comments
 (0)