pub const KEY_DELETES_TABLE_NAME: &str = "twad_key_deletes_tables";Expand description
Table name for the key deletes table used in datacoring.
The twad_key_deletes table is used to remove specific rows from vanilla tables
without replacing the entire table. This is the preferred method for removing
vanilla content as it’s more compatible with other mods.