mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 04:02:06 -07:00
Change ordering on YamlSanitizationTest
DataConverter changes the output of these, but order of the components is generally undefined so just change this for now.
This commit is contained in:
@@ -94,8 +94,8 @@ public class YamlSerializationTest {
|
||||
count: 1
|
||||
components:
|
||||
minecraft:unbreakable: '{}'
|
||||
minecraft:enchantments: '{"minecraft:sharpness":2}'
|
||||
minecraft:tooltip_display: '{hidden_components:["minecraft:enchantments","minecraft:unbreakable"]}'
|
||||
minecraft:enchantments: '{"minecraft:sharpness":2}'
|
||||
schema_version: 1
|
||||
""".formatted(Bukkit.getUnsafe().getDataVersion()));
|
||||
}
|
||||
|
Reference in New Issue
Block a user