mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 20:43:54 +00:00
Fix reading of tile entities with "id" instead of "Id" tag (#2211)
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user