mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-26 10:11:32 +01:00
12 lines
634 B
Diff
12 lines
634 B
Diff
--- a/net/minecraft/commands/arguments/blocks/BlockStateParser.java
|
|
+++ b/net/minecraft/commands/arguments/blocks/BlockStateParser.java
|
|
@@ -69,7 +_,7 @@
|
|
private final StringReader reader;
|
|
private final boolean forTesting;
|
|
private final boolean allowNbt;
|
|
- private final Map<Property<?>, Comparable<?>> properties = Maps.newHashMap();
|
|
+ private final Map<Property<?>, Comparable<?>> properties = Maps.newLinkedHashMap(); // CraftBukkit - stable
|
|
private final Map<String, String> vagueProperties = Maps.newHashMap();
|
|
private ResourceLocation id = ResourceLocation.withDefaultNamespace("");
|
|
@Nullable
|