Add style argument type mapping

This commit is contained in:
Nassim Jahnke 2023-11-19 16:30:59 +01:00
parent 8421a5f212
commit 786450cebd
No known key found for this signature in database
GPG Key ID: EF6771C01F6EF02F
3 changed files with 3 additions and 2 deletions

View File

@ -71,7 +71,8 @@ and statistics) are stored as compound tags, containing:
* `mappedSize` (int tag) the number of mapped entries in the registry
The rest of the content depends on the storage type, each resulting in vastly different storage sizes depending on the
number and distribution of id changes, used to make the mapping files about as small as possible.
number and distribution of id changes, used to make the mapping files about as small as possible without sacrifing
deserialization performance or making the formats *too* complex.
### Direct value storage

View File

@ -282,6 +282,6 @@
"breeze": "Breeze"
},
"argumenttypes": {
"style": ""
"style": "brigadier:string"
}
}