Add tabe creationg log message
All checks were successful
Deploy datapack to dev / Build (push) Successful in 7s

This commit is contained in:
themodrnhakr 2025-03-21 10:39:27 -05:00
parent d5aa1859d6
commit 19175fbb93

View File

@ -1,6 +1,6 @@
@lazy //takes name of table. metadata must already exist. @lazy //takes name of table. metadata must already exist.
function createTable(name) { function createTable(name) {
say "initialzing table: $name..."; logger(2, database.createTable, "Creating table: $name")
Array.forEach( Array.forEach(
"ferdinland:ferdinland", "ferdinland:ferdinland",
"database.tables.$name.fields", "database.tables.$name.fields",