Change entity selector
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodrnhakr 2025-03-21 11:14:43 -05:00
parent 622141f321
commit a830c894ac

View File

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