Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
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));
|
||||
|
||||
StreamDelegate tilesDelegate = schematic.add("TileEntities");
|
||||
StreamDelegate tilesDelegate = schematic.add("BlockEntities");
|
||||
tilesDelegate.withInfo((length, type) -> tiles = new ArrayList<>(length));
|
||||
tilesDelegate.withElem((ValueReader<Map<String, Object>>) (index, tile) -> tiles.add(tile));
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren