Populate clean function
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodernhakr 2025-03-23 01:11:18 -05:00
parent a54ff65abe
commit 9588154a2f

View File

@ -80,6 +80,8 @@ class database.benchmark {
tellraw @a {"nbt":"database.test.arrayTest2.index","storage":"ferdinland:ferdinland"};
}
function arrayTest2.clean() {
::database.test.arrayTest2.array.del();
::database.test.arrayTest2.index.del();
}
function arrayTest2.run() {
}