mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Fix reading of tile entities with "id" instead of "Id" tag (#2211)
This commit is contained in:
parent
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user