mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Correct tag name for tile entities
This commit is contained in:
parent
218f570cb1
commit
9c34702a47
@ -153,7 +153,7 @@ public class FastSchematicReader extends NBTSchematicReader {
|
|||||||
});
|
});
|
||||||
blockData.withInt((index, value) -> blocks.write(value));
|
blockData.withInt((index, value) -> blocks.write(value));
|
||||||
|
|
||||||
StreamDelegate tilesDelegate = schematic.add("TileEntities");
|
StreamDelegate tilesDelegate = schematic.add("BlockEntities");
|
||||||
tilesDelegate.withInfo((length, type) -> tiles = new ArrayList<>(length));
|
tilesDelegate.withInfo((length, type) -> tiles = new ArrayList<>(length));
|
||||||
tilesDelegate.withElem((ValueReader<Map<String, Object>>) (index, tile) -> tiles.add(tile));
|
tilesDelegate.withElem((ValueReader<Map<String, Object>>) (index, tile) -> tiles.add(tile));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user