Fix index
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodernhakr 2025-03-23 02:03:15 -05:00
parent 8a4bd9e9b9
commit a8e3346b4d

View File

@ -88,7 +88,7 @@ class database.benchmark {
tellraw @a {"nbt":"temp.index","storage":"ferdinland:ferdinland"};
}
function arrayTest2._searchArray() {
$tellraw @a {"nbt":"database.test.arrayTest2.array.$(index)", "storage":"ferdinland:ferdinland"};
$tellraw @a {"nbt":"database.test.arrayTest2.array[$(index)]", "storage":"ferdinland:ferdinland"};
}
function arrayTest2.run() {
this.arrayTest2._searchIndex({keyword: "entry500"});