mirror of
https://github.com/ViaVersion/Mappings.git
synced 2025-01-06 19:18:16 +01:00
Add style argument type mapping
This commit is contained in:
parent
8421a5f212
commit
786450cebd
@ -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
|
||||
|
||||
|
@ -282,6 +282,6 @@
|
||||
"breeze": "Breeze"
|
||||
},
|
||||
"argumenttypes": {
|
||||
"style": ""
|
||||
"style": "brigadier:string"
|
||||
}
|
||||
}
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user