nbtLongSuffix - SpyglassMC/Spyglass GitHub Wiki
🎨 Stylistic: this is a stylistic rule used by the formatting feature.
Enforce the suffix of NBT long tags.
- ("l")
- ("L")
{
    "nbtLongSuffix": "L"
}summon minecraft:zombie ~ ~ ~ {DeathLootTableSeed: 1L}summon minecraft:zombie ~ ~ ~ {DeathLootTableSeed: 1l}{
    "nbtLongSuffix": "l"
}summon minecraft:zombie ~ ~ ~ {DeathLootTableSeed: 1l}summon minecraft:zombie ~ ~ ~ {DeathLootTableSeed: 1L}This rule was introduced in DHP 2.0.0.