Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2025-01-11 18:10:52 +01:00
comment
Dieser Commit ist enthalten in:
Ursprung
cf750ba00c
Commit
aed6807eb2
@ -157,6 +157,7 @@ public class FastSchematicReader extends NBTSchematicReader {
|
|||||||
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));
|
||||||
|
|
||||||
|
// Keep this here so schematics created with FAWE before TileEntities was fixed to BlockEntities still work
|
||||||
StreamDelegate compatTilesDelegate = schematic.add("TileEntities");
|
StreamDelegate compatTilesDelegate = schematic.add("TileEntities");
|
||||||
compatTilesDelegate.withInfo((length, type) -> tiles = new ArrayList<>(length));
|
compatTilesDelegate.withInfo((length, type) -> tiles = new ArrayList<>(length));
|
||||||
compatTilesDelegate.withElem((ValueReader<Map<String, Object>>) (index, tile) -> tiles.add(tile));
|
compatTilesDelegate.withElem((ValueReader<Map<String, Object>>) (index, tile) -> tiles.add(tile));
|
||||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren