geforkt von Mirrors/FastAsyncWorldEdit
Correct tag name for tile entities
Dieser Commit ist enthalten in:
Ursprung
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));
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren