fix: bundle mcfstd in a datapack

This commit is contained in:
Victor Westerlund 2026-03-13 19:45:24 +01:00
parent c908e61aa3
commit 9a405d902d
Signed by: vlw
GPG key ID: 5DAF14C317AA7719
28 changed files with 9 additions and 0 deletions

9
pack.mcmeta Normal file
View file

@ -0,0 +1,9 @@
{
"pack": {
"description": {
"translate": "A standard library that adds variables, arithmetic, and relational operators to mcfunction"
},
"min_format": [88, 0],
"max_format": [88, 0]
}
}