geforkt von Mirrors/FastAsyncWorldEdit
Fix reading of tile entities with "id" instead of "Id" tag (#2211)
Dieser Commit ist enthalten in:
Ursprung
a14035d430
Commit
52723439dd
@ -266,8 +266,8 @@ public class SpongeSchematicReader extends NBTSchematicReader {
|
|||||||
if (id == null) {
|
if (id == null) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
values.put("id", id);
|
||||||
//FAWE end
|
//FAWE end
|
||||||
values.put("id", values.get("Id"));
|
|
||||||
values.remove("Id");
|
values.remove("Id");
|
||||||
values.remove("Pos");
|
values.remove("Pos");
|
||||||
if (fixer != null) {
|
if (fixer != null) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren