change "createTable" test command
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
All checks were successful
Deploy datapack to dev / Build (push) Successful in 5s
This commit is contained in:
parent
e57af981ea
commit
9ef0a8abff
@ -4,7 +4,7 @@ function createTable(name) {
|
|||||||
Array.forEach(
|
Array.forEach(
|
||||||
"ferdinland:ferdinland",
|
"ferdinland:ferdinland",
|
||||||
"database.tables.$name.fields",
|
"database.tables.$name.fields",
|
||||||
()=>{say "::database.tables.$name.fields[0]";}
|
()=>{print(::database.tables.$name.fields[0]);}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user