-
Notifications
You must be signed in to change notification settings - Fork 34
nbtFloatSuffix
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 float tags.
- (
"f"
) - (
"F"
)
{
"nbtFloatSuffix": "f"
}
summon minecraft:armor_stand ~ ~ ~ {FallDistance: 2.0f}
summon minecraft:armor_stand ~ ~ ~ {FallDistance: 2.0F}
{
"nbtFloatSuffix": "F"
}
summon minecraft:armor_stand ~ ~ ~ {FallDistance: 2.0F}
summon minecraft:armor_stand ~ ~ ~ {FallDistance: 2.0f}
This rule was introduced in DHP 2.0.0.