change to tellraw
All checks were successful
Deploy datapack to dev / Build (push) Successful in 6s

This commit is contained in:
themodernhakr 2025-03-09 16:30:47 -05:00
parent 9ef0a8abff
commit 042235b481

View File

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