267268269270271272273274275276277
} if (entity != null) { SchematicEntity s = SchematicRegistry.INSTANCE.createSchematicEntity(entity); s.readSchematicFromNBT(cpt, mapping); s.idsToWorld(mapping); entities.add(s); } else { isComplete = false; } }