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

This commit is contained in:
themodernhakr 2025-03-11 11:18:45 -05:00
parent 042235b481
commit 96522b8e7e

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 @p {"storage":"ferdinland:ferdinland", "nbt":"database.tables.$name.fields[0]"};}
);
}