-
Notifications
You must be signed in to change notification settings - Fork 34
nbtByteSuffix
SPGoding edited this page Apr 26, 2020
·
1 revision
🎨 Stylistic: this is a stylistic rule used by the formatting feature.
Enforce the suffix of NBT byte tags.
- (
"b"
) - (
"B"
)
{
"nbtByteSuffix": "b"
}
summon minecraft:armor_stand ~ ~ ~ {Invisible: 1b}
summon minecraft:armor_stand ~ ~ ~ {Invisible: 1B}
{
"nbtByteSuffix": "B"
}
summon minecraft:armor_stand ~ ~ ~ {Invisible: 1B}
summon minecraft:armor_stand ~ ~ ~ {Invisible: 1b}
This rule was introduced in DHP 2.0.0.