mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +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) {
|
||||
continue;
|
||||
}
|
||||
values.put("id", id);
|
||||
//FAWE end
|
||||
values.put("id", values.get("Id"));
|
||||
values.remove("Id");
|
||||
values.remove("Pos");
|
||||
if (fixer != null) {
|
||||
|
Loading…
Reference in New Issue
Block a user