Update resources to 7.0

This commit is contained in:
2026-08-12 21:29:22 +08:00
parent 6adf9766e0
commit a5481920f1
57 changed files with 12669 additions and 1426 deletions
@@ -344,7 +344,7 @@ namespace GrasscutterTools.Game.Data
.Where(it => it.Key != "MATERIAL_NONE")
.OrderBy(it => it.Average(m => m.Id)))
{
sb.Append("// ").AppendLine(MaterialType.ToTranslatedString(m.Key, language.Key));
sb.Append("// ").AppendLine(m.Key != null ? MaterialType.ToTranslatedString(m.Key, language.Key) : "Unknown");
if (m.Key == "MATERIAL_BGM")
{