change "createTable" test command
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s

This commit is contained in:
themodernhakr 2025-03-09 16:21:17 -05:00
parent e57af981ea
commit 9ef0a8abff

View File

@ -4,7 +4,7 @@ function createTable(name) {
Array.forEach(
"ferdinland:ferdinland",
"database.tables.$name.fields",
()=>{say "::database.tables.$name.fields[0]";}
()=>{print(::database.tables.$name.fields[0]);}
);
}